Pull request #41974 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 df2a9897690cd9c3a71a3c496bc831ee5b2af361+24e1d7fa5924f80193d60e22a5a825e4cafd4b91 (f8a1f4c70d2106406c9b86f51ce9cbd4ed1e7cfc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-02-18T13:22:23.374Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-18T13:22:23.378Z] Trying to pass milestone 5 [Pipeline] milestone [2021-02-18T13:22:23.430Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-18T13:22:38.587Z] Still waiting to schedule task [2021-02-18T13:22:38.589Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2021-02-18T13:23:20.078Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d5110caf24f202d2) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] { [Pipeline] checkout [2021-02-18T13:23:20.246Z] The recommended git tool is: git [2021-02-18T13:23:23.925Z] using credential docker-jenkins-github-credentials [2021-02-18T13:23:23.938Z] Cloning the remote Git repository [2021-02-18T13:23:23.938Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:23:22.937Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:23:23.029Z] > git init /home/ubuntu/workspace/moby_PR-41974 # timeout=10 [2021-02-18T13:23:23.433Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:23:23.434Z] > git --version # timeout=10 [2021-02-18T13:23:23.472Z] > git --version # 'git version 2.17.1' [2021-02-18T13:23:23.473Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:23:23.539Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:23:48.207Z] Fetching without tags [2021-02-18T13:23:48.543Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:23:48.102Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:23:48.112Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:23:48.150Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:23:48.178Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:23:48.208Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:23:48.209Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:23:48.211Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:23:48.553Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:23:48.579Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:23:49.689Z] Merge succeeded, producing a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:23:49.689Z] Checking out Revision a5bb0ec0a2732e7e87a7b488bfa688edd384de5a (PR-41974) [2021-02-18T13:23:49.259Z] > git remote # timeout=10 [2021-02-18T13:23:49.273Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:23:49.285Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:23:49.286Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:23:49.670Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:23:49.690Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:23:49.706Z] > git checkout -f a5bb0ec0a2732e7e87a7b488bfa688edd384de5a # timeout=10 [2021-02-18T13:23:53.561Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:23:53.582Z] First time build. Skipping changelog. [2021-02-18T13:23:53.562Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T13:23:54.550Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-02-18T13:23:59.835Z] Unable to find image 'alpine:latest' locally [2021-02-18T13:24:00.095Z] latest: Pulling from library/alpine [2021-02-18T13:24:00.355Z] ba3557a56b15: Pulling fs layer [2021-02-18T13:24:00.355Z] ba3557a56b15: Verifying Checksum [2021-02-18T13:24:00.355Z] ba3557a56b15: Download complete [2021-02-18T13:24:00.618Z] ba3557a56b15: Pull complete [2021-02-18T13:24:00.618Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-02-18T13:24:00.618Z] Status: Downloaded newer image for alpine:latest [2021-02-18T13:24:07.196Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x" skipped due to when conditional Stage "ppc64le" 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 [2021-02-18T13:24:07.465Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d5110caf24f202d2) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [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] } Stage "ppc64le" 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] } [Pipeline] { [Pipeline] checkout [2021-02-18T13:24:07.537Z] The recommended git tool is: git [Pipeline] // stage [2021-02-18T13:24:07.548Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2021-02-18T13:24:07.579Z] Fetching changes from the remote Git repository [2021-02-18T13:24:07.591Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" 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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" 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] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T13:24:07.913Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-18T13:24:07.552Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-02-18T13:24:07.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:24:07.591Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:24:07.592Z] > git --version # timeout=10 [2021-02-18T13:24:07.603Z] > git --version # 'git version 2.17.1' [2021-02-18T13:24:07.603Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:24:07.604Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:24:07.914Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:24:07.950Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:24:08.427Z] > git remote # timeout=10 [2021-02-18T13:24:08.442Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:24:08.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:24:08.451Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:24:08.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:24:08.547Z] Merge succeeded, producing c3cfeeb165c14f6782648e9e3579e00c0b5b79e5 [2021-02-18T13:24:08.547Z] Checking out Revision c3cfeeb165c14f6782648e9e3579e00c0b5b79e5 (PR-41974) [2021-02-18T13:24:08.606Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:24:08.628Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T13:24:09.418Z] + [ PR != PR ] [2021-02-18T13:24:09.418Z] + [ 20.10 != master ] [2021-02-18T13:24:09.418Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:24:08.547Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:24:08.550Z] > git checkout -f c3cfeeb165c14f6782648e9e3579e00c0b5b79e5 # timeout=10 [2021-02-18T13:24:08.606Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:24:09.745Z] + docker version [2021-02-18T13:24:09.745Z] Client: Docker Engine - Community [2021-02-18T13:24:09.745Z] Version: 20.10.3 [2021-02-18T13:24:09.745Z] API version: 1.41 [2021-02-18T13:24:09.745Z] Go version: go1.13.15 [2021-02-18T13:24:09.745Z] Git commit: 48d30b5 [2021-02-18T13:24:09.745Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T13:24:09.745Z] OS/Arch: linux/amd64 [2021-02-18T13:24:09.745Z] Context: default [2021-02-18T13:24:09.745Z] Experimental: true [2021-02-18T13:24:09.745Z] [2021-02-18T13:24:09.745Z] Server: Docker Engine - Community [2021-02-18T13:24:09.745Z] Engine: [2021-02-18T13:24:09.745Z] Version: 20.10.3 [2021-02-18T13:24:09.745Z] API version: 1.41 (minimum version 1.12) [2021-02-18T13:24:09.745Z] Go version: go1.13.15 [2021-02-18T13:24:09.745Z] Git commit: 46229ca [2021-02-18T13:24:09.745Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T13:24:09.745Z] OS/Arch: linux/amd64 [2021-02-18T13:24:09.745Z] Experimental: true [2021-02-18T13:24:09.745Z] containerd: [2021-02-18T13:24:09.745Z] Version: 1.4.3 [2021-02-18T13:24:09.745Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:24:09.745Z] runc: [2021-02-18T13:24:09.745Z] Version: 1.0.0-rc92 [2021-02-18T13:24:09.745Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:24:09.745Z] docker-init: [2021-02-18T13:24:09.745Z] Version: 0.19.0 [2021-02-18T13:24:09.745Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T13:24:10.038Z] + docker info [2021-02-18T13:24:20.034Z] Client: [2021-02-18T13:24:20.034Z] Context: default [2021-02-18T13:24:20.034Z] Debug Mode: false [2021-02-18T13:24:20.034Z] Plugins: [2021-02-18T13:24:20.034Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T13:24:20.034Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T13:24:20.034Z] [2021-02-18T13:24:20.034Z] Server: [2021-02-18T13:24:20.034Z] Containers: 0 [2021-02-18T13:24:20.034Z] Running: 0 [2021-02-18T13:24:20.034Z] Paused: 0 [2021-02-18T13:24:20.034Z] Stopped: 0 [2021-02-18T13:24:20.034Z] Images: 1 [2021-02-18T13:24:20.034Z] Server Version: 20.10.3 [2021-02-18T13:24:20.034Z] Storage Driver: overlay2 [2021-02-18T13:24:20.034Z] Backing Filesystem: extfs [2021-02-18T13:24:20.034Z] Supports d_type: true [2021-02-18T13:24:20.034Z] Native Overlay Diff: true [2021-02-18T13:24:20.034Z] Logging Driver: json-file [2021-02-18T13:24:20.034Z] Cgroup Driver: cgroupfs [2021-02-18T13:24:20.034Z] Cgroup Version: 1 [2021-02-18T13:24:20.034Z] Plugins: [2021-02-18T13:24:20.034Z] Volume: local [2021-02-18T13:24:20.034Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T13:24:20.034Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T13:24:20.034Z] Swarm: inactive [2021-02-18T13:24:20.034Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T13:24:20.034Z] Default Runtime: runc [2021-02-18T13:24:20.034Z] Init Binary: docker-init [2021-02-18T13:24:20.034Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:24:20.034Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:24:20.034Z] init version: de40ad0 [2021-02-18T13:24:20.034Z] Security Options: [2021-02-18T13:24:20.034Z] apparmor [2021-02-18T13:24:20.034Z] seccomp [2021-02-18T13:24:20.034Z] Profile: default [2021-02-18T13:24:20.034Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T13:24:20.034Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T13:24:20.034Z] OSType: linux [2021-02-18T13:24:20.034Z] Architecture: x86_64 [2021-02-18T13:24:20.034Z] CPUs: 2 [2021-02-18T13:24:20.034Z] Total Memory: 7.569GiB [2021-02-18T13:24:20.034Z] Name: ip-10-100-37-253 [2021-02-18T13:24:20.034Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T13:24:20.034Z] Docker Root Dir: /var/lib/docker [2021-02-18T13:24:20.034Z] Debug Mode: false [2021-02-18T13:24:20.034Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:24:20.034Z] Labels: [2021-02-18T13:24:20.034Z] Experimental: true [2021-02-18T13:24:20.034Z] Insecure Registries: [2021-02-18T13:24:20.034Z] 127.0.0.0/8 [2021-02-18T13:24:20.034Z] Live Restore Enabled: true [2021-02-18T13:24:20.034Z] [2021-02-18T13:24:20.034Z] WARNING: No swap limit support [2021-02-18T13:24:20.034Z] WARNING: No blkio weight support [2021-02-18T13:24:20.034Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T13:24:20.320Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:24:20.320Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:24:20.320Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41974/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T13:24:20.320Z] + bash /home/ubuntu/workspace/moby_PR-41974/check-config.sh [2021-02-18T13:24:20.320Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T13:24:20.320Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T13:24:20.320Z] [2021-02-18T13:24:20.320Z] Generally Necessary: [2021-02-18T13:24:20.320Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T13:24:20.320Z] - apparmor: enabled and tools installed [2021-02-18T13:24:20.320Z] - CONFIG_NAMESPACES: enabled [2021-02-18T13:24:20.320Z] - CONFIG_NET_NS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_PID_NS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_IPC_NS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_UTS_NS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CGROUPS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T13:24:20.320Z] - CONFIG_CPUSETS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_MEMCG: enabled [2021-02-18T13:24:20.320Z] - CONFIG_KEYS: enabled [2021-02-18T13:24:20.320Z] - CONFIG_VETH: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T13:24:20.320Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T13:24:20.320Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T13:24:20.580Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T13:24:20.580Z] [2021-02-18T13:24:20.580Z] Optional Features: [2021-02-18T13:24:20.580Z] - CONFIG_USER_NS: enabled [2021-02-18T13:24:20.580Z] - CONFIG_SECCOMP: enabled [2021-02-18T13:24:20.580Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T13:24:20.580Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T13:24:20.580Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T13:24:20.580Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T13:24:20.580Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T13:24:20.580Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T13:24:20.580Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T13:24:20.580Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T13:24:20.580Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T13:24:20.580Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T13:24:20.580Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T13:24:20.580Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T13:24:20.580Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T13:24:20.580Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T13:24:20.580Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T13:24:20.580Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T13:24:20.580Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T13:24:20.580Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_EXT4_FS: enabled [2021-02-18T13:24:20.580Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T13:24:20.580Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T13:24:20.580Z] - Network Drivers: [2021-02-18T13:24:20.580Z] - "overlay": [2021-02-18T13:24:20.580Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T13:24:20.580Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T13:24:20.580Z] Optional (for encrypted networks): [2021-02-18T13:24:20.580Z] - CONFIG_CRYPTO: enabled [2021-02-18T13:24:20.580Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T13:24:20.581Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T13:24:20.581Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T13:24:20.581Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T13:24:20.581Z] - CONFIG_XFRM: enabled [2021-02-18T13:24:20.581Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T13:24:20.581Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T13:24:20.581Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T13:24:20.581Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T13:24:20.581Z] - "ipvlan": [2021-02-18T13:24:20.581Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T13:24:20.581Z] - "macvlan": [2021-02-18T13:24:20.581Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T13:24:20.581Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T13:24:20.581Z] - "ftp,tftp client in container": [2021-02-18T13:24:20.843Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T13:24:20.843Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T13:24:20.843Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T13:24:20.843Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T13:24:20.843Z] - Storage Drivers: [2021-02-18T13:24:20.843Z] - "aufs": [2021-02-18T13:24:20.843Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T13:24:20.843Z] - "btrfs": [2021-02-18T13:24:20.843Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T13:24:20.843Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T13:24:20.843Z] - "devicemapper": [2021-02-18T13:24:20.843Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T13:24:20.843Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T13:24:20.843Z] - "overlay": [2021-02-18T13:24:20.843Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T13:24:20.843Z] - "zfs": [2021-02-18T13:24:20.843Z] - /dev/zfs: present [2021-02-18T13:24:20.843Z] - zfs command: missing [2021-02-18T13:24:20.843Z] - zpool command: missing [2021-02-18T13:24:20.843Z] [2021-02-18T13:24:20.843Z] Limits: [2021-02-18T13:24:20.843Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T13:24:20.843Z] [2021-02-18T13:24:20.843Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T13:24:21.183Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a . [2021-02-18T13:24:21.183Z] #1 [internal] load build definition from Dockerfile [2021-02-18T13:24:21.183Z] #1 sha256:3264c631dee5994a0d7767c1b36a60e4179782117e32d8c3a97211cf3e210c7c [2021-02-18T13:24:21.183Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-18T13:24:21.183Z] #1 DONE 0.1s [2021-02-18T13:24:21.183Z] [2021-02-18T13:24:21.183Z] #2 [internal] load .dockerignore [2021-02-18T13:24:21.183Z] #2 sha256:cc9365b2793ee253eaa55f9128f1d07236a23866154117dd16527905dbbacd30 [2021-02-18T13:24:21.183Z] #2 transferring context: 87B done [2021-02-18T13:24:21.443Z] #2 DONE 0.1s [2021-02-18T13:24:21.443Z] [2021-02-18T13:24:21.443Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T13:24:21.443Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T13:24:21.703Z] #3 DONE 0.5s [2021-02-18T13:24:21.963Z] [2021-02-18T13:24:21.963Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T13:24:21.963Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T13:24:21.963Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T13:24:21.963Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T13:24:21.963Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T13:24:21.963Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T13:24:21.963Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2021-02-18T13:24:21.963Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.15MB / 8.88MB 0.2s [2021-02-18T13:24:22.223Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-18T13:24:22.224Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-18T13:24:22.465Z] Still waiting to schedule task [2021-02-18T13:24:22.465Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d5110caf24f202d2)’ [2021-02-18T13:24:22.467Z] Still waiting to schedule task [2021-02-18T13:24:22.467Z] Still waiting to schedule task [2021-02-18T13:24:22.467Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d5110caf24f202d2)’ [2021-02-18T13:24:22.467Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-02-18T13:24:22.468Z] Still waiting to schedule task [2021-02-18T13:24:22.469Z] All nodes of label ‘arm64&&linux’ are offline [2021-02-18T13:24:22.470Z] Still waiting to schedule task [2021-02-18T13:24:22.470Z] All nodes of label ‘windows-2019’ are offline [2021-02-18T13:24:22.484Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T13:24:22.484Z] #4 DONE 0.6s [2021-02-18T13:24:22.744Z] [2021-02-18T13:24:22.744Z] #5 [internal] load build definition from Dockerfile [2021-02-18T13:24:22.744Z] #5 sha256:9330fe412e3061c1e9f3065b4423038651c7fa5d4592de9b82badcc70e962468 [2021-02-18T13:24:22.744Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T13:24:22.744Z] #5 DONE 0.0s [2021-02-18T13:24:22.744Z] [2021-02-18T13:24:22.744Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:24:22.744Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T13:24:23.008Z] #8 ... [2021-02-18T13:24:23.008Z] [2021-02-18T13:24:23.008Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T13:24:23.008Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T13:24:23.008Z] #7 DONE 0.3s [2021-02-18T13:24:23.008Z] [2021-02-18T13:24:23.008Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:24:23.008Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T13:24:23.008Z] #6 DONE 0.4s [2021-02-18T13:24:23.267Z] [2021-02-18T13:24:23.267Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:24:23.267Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T13:24:23.267Z] #8 DONE 0.4s [2021-02-18T13:24:23.527Z] [2021-02-18T13:24:23.527Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:24:23.527Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:24:23.527Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T13:24:23.527Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T13:24:23.527Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T13:24:23.527Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T13:24:23.790Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.15MB / 50.40MB 0.3s [2021-02-18T13:24:23.790Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.3s [2021-02-18T13:24:23.790Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 0.3s [2021-02-18T13:24:23.790Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.82MB / 50.40MB 0.4s [2021-02-18T13:24:23.790Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-02-18T13:24:23.790Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.51MB / 10.00MB 0.4s [2021-02-18T13:24:24.050Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.53MB / 50.40MB 0.5s [2021-02-18T13:24:24.050Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.44MB / 10.00MB 0.5s [2021-02-18T13:24:24.050Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.92MB / 50.40MB 0.6s [2021-02-18T13:24:24.050Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-02-18T13:24:24.050Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2021-02-18T13:24:24.050Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s [2021-02-18T13:24:24.311Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 29.36MB / 50.40MB 0.7s [2021-02-18T13:24:24.311Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2021-02-18T13:24:24.311Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.29MB / 51.83MB 0.7s [2021-02-18T13:24:24.311Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.99MB / 50.40MB 0.9s [2021-02-18T13:24:24.311Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.97MB / 51.83MB 0.9s [2021-02-18T13:24:24.311Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.53MB / 68.67MB 0.9s [2021-02-18T13:24:24.571Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.0s [2021-02-18T13:24:24.571Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.31MB / 51.83MB 1.0s [2021-02-18T13:24:24.571Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 1.0s [2021-02-18T13:24:24.571Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 1.1s [2021-02-18T13:24:24.571Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.40MB / 68.67MB 1.1s [2021-02-18T13:24:24.835Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 1.2s [2021-02-18T13:24:24.835Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.51MB / 68.67MB 1.2s [2021-02-18T13:24:24.835Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.4s [2021-02-18T13:24:24.835Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.94MB / 68.67MB 1.4s [2021-02-18T13:24:25.096Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.53MB / 68.67MB 1.5s [2021-02-18T13:24:25.096Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2021-02-18T13:24:25.096Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.06MB / 68.67MB 1.6s [2021-02-18T13:24:25.096Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-18T13:24:25.669Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s done [2021-02-18T13:24:25.669Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.2s [2021-02-18T13:24:25.669Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.19MB / 120.17MB 2.2s [2021-02-18T13:24:25.932Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.49MB / 120.17MB 2.3s [2021-02-18T13:24:25.932Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 23.74MB / 120.17MB 2.4s [2021-02-18T13:24:25.932Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 2.5s [2021-02-18T13:24:26.193Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.38MB / 120.17MB 2.7s [2021-02-18T13:24:26.193Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.72MB / 120.17MB 2.8s [2021-02-18T13:24:26.456Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.9s done [2021-02-18T13:24:26.456Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.9s done [2021-02-18T13:24:26.456Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 2.9s [2021-02-18T13:24:26.456Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.84MB / 120.17MB 3.1s [2021-02-18T13:24:26.721Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 3.3s [2021-02-18T13:24:26.983Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.76MB / 120.17MB 3.5s [2021-02-18T13:24:26.983Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 3.6s [2021-02-18T13:24:27.245Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.8s [2021-02-18T13:24:28.636Z] #9 ... [2021-02-18T13:24:28.636Z] [2021-02-18T13:24:28.636Z] #22 [internal] load build context [2021-02-18T13:24:28.636Z] #22 sha256:f844f99a81223ebeff95662489b5a522d35ccea8a4ae777681e12ed1e4410522 [2021-02-18T13:24:28.636Z] #22 transferring context: 53.36MB 3.9s done [2021-02-18T13:24:28.636Z] #22 DONE 4.8s [2021-02-18T13:24:28.636Z] [2021-02-18T13:24:28.636Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:24:28.636Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:24:28.636Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.1s done [2021-02-18T13:24:29.208Z] #9 ... [2021-02-18T13:24:29.208Z] [2021-02-18T13:24:29.208Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T13:24:29.208Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T13:24:29.208Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T13:24:29.208Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T13:24:29.208Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T13:24:29.208Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.2s done [2021-02-18T13:24:29.208Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2021-02-18T13:24:29.208Z] #61 DONE 5.7s [2021-02-18T13:24:29.208Z] [2021-02-18T13:24:29.208Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:24:29.208Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:24:29.779Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.4s done [2021-02-18T13:24:30.354Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-18T13:24:30.924Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-02-18T13:24:30.924Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-18T13:24:31.495Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-02-18T13:24:31.755Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2021-02-18T13:24:33.138Z] #9 ... [2021-02-18T13:24:33.138Z] [2021-02-18T13:24:33.138Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:24:33.138Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:24:33.138Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T13:24:33.138Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T13:24:33.138Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T13:24:33.138Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T13:24:33.138Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 5.3s done [2021-02-18T13:24:33.138Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.5s done [2021-02-18T13:24:33.138Z] #25 DONE 9.4s [2021-02-18T13:24:33.138Z] [2021-02-18T13:24:33.138Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:24:33.138Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:24:35.681Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2021-02-18T13:24:35.681Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-18T13:24:39.888Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done [2021-02-18T13:24:39.888Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-18T13:24:41.801Z] #9 ... [2021-02-18T13:24:41.801Z] [2021-02-18T13:24:41.801Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:24:41.801Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:24:41.801Z] #26 1.167 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:24:41.801Z] #26 1.177 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:24:41.801Z] #26 1.273 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:24:41.801Z] #26 1.340 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:24:41.801Z] #26 1.630 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:24:41.801Z] #26 1.945 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:24:41.801Z] #26 3.390 Fetched 8422 kB in 2s (3399 kB/s) [2021-02-18T13:24:41.801Z] #26 3.390 Reading package lists... [2021-02-18T13:24:41.801Z] #26 4.351 Reading package lists... [2021-02-18T13:24:41.801Z] #26 5.269 Building dependency tree... [2021-02-18T13:24:41.801Z] #26 5.618 The following additional packages will be installed: [2021-02-18T13:24:41.801Z] #26 5.619 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T13:24:41.801Z] #26 5.619 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T13:24:41.801Z] #26 5.620 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T13:24:41.801Z] #26 5.621 Suggested packages: [2021-02-18T13:24:41.801Z] #26 5.621 krb5-doc krb5-user [2021-02-18T13:24:41.801Z] #26 5.621 Recommended packages: [2021-02-18T13:24:41.801Z] #26 5.621 krb5-locales publicsuffix libsasl2-modules [2021-02-18T13:24:41.801Z] #26 5.792 The following NEW packages will be installed: [2021-02-18T13:24:41.801Z] #26 5.793 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T13:24:41.801Z] #26 5.793 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T13:24:41.801Z] #26 5.793 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T13:24:41.801Z] #26 5.794 libssh2-1 libssl1.1 openssl [2021-02-18T13:24:41.801Z] #26 6.076 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T13:24:41.801Z] #26 6.076 Need to get 5057 kB of archives. [2021-02-18T13:24:41.801Z] #26 6.076 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T13:24:41.801Z] #26 6.076 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T13:24:41.801Z] #26 6.085 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-18T13:24:41.801Z] #26 6.086 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T13:24:41.801Z] #26 6.089 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T13:24:41.801Z] #26 6.093 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T13:24:41.801Z] #26 6.096 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T13:24:41.801Z] #26 6.103 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T13:24:41.801Z] #26 6.103 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T13:24:41.801Z] #26 6.109 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T13:24:41.801Z] #26 6.114 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T13:24:41.801Z] #26 6.117 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T13:24:41.801Z] #26 6.122 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T13:24:41.801Z] #26 6.122 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T13:24:41.801Z] #26 6.124 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T13:24:41.801Z] #26 6.130 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T13:24:41.801Z] #26 6.134 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u5 [225 kB] [2021-02-18T13:24:41.801Z] #26 6.141 Get:17 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T13:24:41.801Z] #26 6.146 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T13:24:41.801Z] #26 6.153 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:24:41.801Z] #26 6.156 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:24:41.801Z] #26 6.161 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:24:41.801Z] #26 6.374 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:24:41.801Z] #26 6.392 Fetched 5057 kB in 0s (14.1 MB/s) [2021-02-18T13:24:41.801Z] #26 6.442 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T13:24:41.801Z] #26 6.442 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-18T13:24:41.801Z] #26 6.442 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 6.458 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:24:41.801Z] #26 6.662 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T13:24:41.801Z] #26 6.663 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 6.670 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 6.734 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T13:24:41.801Z] #26 6.734 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 6.739 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 6.795 Selecting previously unselected package libldap-common. [2021-02-18T13:24:41.801Z] #26 6.795 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T13:24:41.801Z] #26 6.801 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:24:41.801Z] #26 6.862 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T13:24:41.801Z] #26 6.862 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 6.867 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:24:41.801Z] #26 6.938 Selecting previously unselected package openssl. [2021-02-18T13:24:41.801Z] #26 6.938 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 6.944 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:24:41.801Z] #26 7.086 Selecting previously unselected package ca-certificates. [2021-02-18T13:24:41.801Z] #26 7.086 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T13:24:41.801Z] #26 7.090 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T13:24:41.801Z] #26 7.179 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T13:24:41.801Z] #26 7.181 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.186 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:24:41.801Z] #26 7.257 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T13:24:41.801Z] #26 7.259 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.275 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 7.334 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T13:24:41.801Z] #26 7.334 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.340 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 7.408 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T13:24:41.801Z] #26 7.408 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.419 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 7.527 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T13:24:41.801Z] #26 7.529 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.534 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 7.612 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T13:24:41.801Z] #26 7.612 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T13:24:41.801Z] #26 7.621 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:24:41.801Z] #26 7.679 Selecting previously unselected package libpsl5:amd64. [2021-02-18T13:24:41.802Z] #26 7.679 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 7.685 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:24:41.802Z] #26 7.755 Selecting previously unselected package librtmp1:amd64. [2021-02-18T13:24:41.802Z] #26 7.755 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 7.760 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:24:41.802Z] #26 7.811 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T13:24:41.802Z] #26 7.811 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 7.815 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:24:41.802Z] #26 7.879 Selecting previously unselected package libcurl4:amd64. [2021-02-18T13:24:41.802Z] #26 7.880 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 7.885 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 7.967 Selecting previously unselected package curl. [2021-02-18T13:24:41.802Z] #26 7.967 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 7.972 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.047 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:24:41.802Z] #26 8.047 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 8.050 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:24:41.802Z] #26 8.120 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:24:41.802Z] #26 8.120 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 8.127 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:24:41.802Z] #26 8.175 Selecting previously unselected package jq. [2021-02-18T13:24:41.802Z] #26 8.175 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:24:41.802Z] #26 8.181 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:24:41.802Z] #26 8.227 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:24:41.802Z] #26 8.244 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:24:41.802Z] #26 8.259 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:24:41.802Z] #26 8.402 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.419 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:24:41.802Z] #26 8.438 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.455 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.472 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:24:41.802Z] #26 8.485 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.500 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.517 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:24:41.802Z] #26 8.536 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:41.802Z] #26 8.551 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:24:41.802Z] #26 8.572 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:24:41.802Z] #26 ... [2021-02-18T13:24:41.802Z] [2021-02-18T13:24:41.802Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:24:41.802Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:24:45.106Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-18T13:24:45.676Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.0s done [2021-02-18T13:24:45.967Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-18T13:24:46.226Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T13:24:47.607Z] #9 DONE 24.0s [2021-02-18T13:24:47.607Z] [2021-02-18T13:24:47.607Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:24:47.607Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:24:47.607Z] #26 8.590 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:24:47.607Z] #26 8.611 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:24:47.607Z] #26 8.626 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T13:24:47.607Z] #26 9.237 Updating certificates in /etc/ssl/certs... [2021-02-18T13:24:47.607Z] #26 10.00 137 added, 0 removed; done. [2021-02-18T13:24:47.607Z] #26 10.09 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:24:47.607Z] #26 10.10 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:24:47.607Z] #26 10.13 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:24:47.607Z] #26 10.14 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T13:24:47.607Z] #26 10.16 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:24:47.607Z] #26 10.18 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T13:24:47.607Z] #26 10.19 Updating certificates in /etc/ssl/certs... [2021-02-18T13:24:47.607Z] #26 10.87 0 added, 0 removed; done. [2021-02-18T13:24:47.607Z] #26 10.87 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T13:24:47.607Z] #26 10.87 done. [2021-02-18T13:24:47.868Z] #26 DONE 14.9s [2021-02-18T13:24:47.868Z] [2021-02-18T13:24:47.868Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T13:24:47.868Z] #27 sha256:04bab718bff1e4dfa2fea67a9e6970a447c5681980f22375aad9795d19977932 [2021-02-18T13:24:47.868Z] #27 DONE 0.0s [2021-02-18T13:24:47.868Z] [2021-02-18T13:24:47.868Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T13:24:47.868Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T13:24:48.811Z] #10 DONE 1.0s [2021-02-18T13:24:48.811Z] [2021-02-18T13:24:48.811Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-18T13:24:48.811Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T13:24:49.763Z] #11 DONE 1.0s [2021-02-18T13:24:49.763Z] [2021-02-18T13:24:49.763Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:24:49.763Z] #28 sha256:737e6cc982a48e1e3497b101c7d229d45f9791d74156f1a668af1db6d790d5fe [2021-02-18T13:24:49.763Z] #28 0.978 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T13:24:49.763Z] #28 1.056 [2021-02-18T13:24:49.763Z] #28 1.186 ########## 14.6% ########################## 37.0% #################################### 50.0% ########################################################## 81.6% ######################################################################## 100.0% [2021-02-18T13:24:49.763Z] #28 1.730 [2021-02-18T13:24:49.763Z] #28 1.862 0.2% ######################################################################## 100.0% [2021-02-18T13:24:49.763Z] #28 1.980 [2021-02-18T13:24:50.026Z] #28 2.092 ################ 23.0% ######################################################################## 100.0% [2021-02-18T13:24:50.026Z] #28 2.224 [2021-02-18T13:24:50.287Z] #28 ... [2021-02-18T13:24:50.287Z] [2021-02-18T13:24:50.287Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T13:24:50.287Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T13:24:50.287Z] #30 DONE 0.7s [2021-02-18T13:24:50.287Z] [2021-02-18T13:24:50.287Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T13:24:50.287Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T13:24:50.287Z] #38 DONE 0.7s [2021-02-18T13:24:50.287Z] [2021-02-18T13:24:50.287Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:24:50.287Z] #28 sha256:737e6cc982a48e1e3497b101c7d229d45f9791d74156f1a668af1db6d790d5fe [2021-02-18T13:24:50.812Z] #28 2.341 ############ 17.6% ########################## 36.7% ####################################### 54.6% ###################################################### 75.4% ################################################################# 91.4% ######################################################################## 100.0% [2021-02-18T13:24:50.812Z] #28 2.890 [2021-02-18T13:24:53.203Z] #28 3.029 ## 3.4% ##### 7.4% ######## 12.4% ############ 17.3% ############### 21.8% ################## 26.2% ###################### 31.8% ######################### 35.9% ############################ 39.2% ############################### 43.5% ################################## 48.4% #################################### 51.0% ####################################### 54.2% ######################################### 57.3% ############################################# 63.5% ################################################## 70.3% ##################################################### 73.7% ######################################################## 78.0% ############################################################ 84.2% ################################################################# 90.4% ###################################################################### 97.7% ######################################################################## 100.0% [2021-02-18T13:24:53.203Z] #28 5.128 [2021-02-18T13:24:53.467Z] #28 5.470 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T13:24:53.467Z] #28 5.573 [2021-02-18T13:24:53.731Z] #28 5.674 ######################################################################## 100.0% [2021-02-18T13:24:53.731Z] #28 5.713 [2021-02-18T13:24:54.000Z] #28 6.134 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T13:24:54.262Z] #28 6.233 [2021-02-18T13:24:54.262Z] #28 6.360 ######################################## 55.8% ######################################################################## 100.0% [2021-02-18T13:24:54.262Z] #28 6.437 [2021-02-18T13:24:54.529Z] #28 6.777 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T13:24:54.789Z] #28 6.917 [2021-02-18T13:24:55.840Z] #28 7.067 0.0% ############ 17.9% ######################### 35.9% ######################################### 58.1% ############################################# 63.8% ##################################################### 74.9% ############################################################# 86.0% ######################################################################## 100.0% [2021-02-18T13:24:55.840Z] #28 7.833 [2021-02-18T13:24:56.412Z] #28 8.469 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T13:24:56.673Z] #28 8.787 [2021-02-18T13:24:56.938Z] #28 8.926 ######################################################################## 100.0% [2021-02-18T13:24:56.938Z] #28 9.039 [2021-02-18T13:24:57.883Z] #28 10.08 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T13:24:58.454Z] #28 10.62 [2021-02-18T13:24:58.715Z] #28 10.82 ######################################################################## 100.0% [2021-02-18T13:24:58.975Z] #28 10.99 [2021-02-18T13:24:58.975Z] #28 11.06 Download of images into '/build' complete. [2021-02-18T13:24:58.975Z] #28 11.06 Use something like the following to load the result into a Docker daemon: [2021-02-18T13:24:58.975Z] #28 11.06 tar -cC '/build' . | docker load [2021-02-18T13:24:59.546Z] #28 ... [2021-02-18T13:24:59.546Z] [2021-02-18T13:24:59.546Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:24:59.546Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:24:59.546Z] #35 8.298 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:24:59.546Z] #35 8.383 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:24:59.546Z] #35 8.390 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:24:59.546Z] #35 9.612 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:24:59.809Z] #35 ... [2021-02-18T13:24:59.809Z] [2021-02-18T13:24:59.809Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:24:59.809Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:24:59.809Z] #54 8.438 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:24:59.809Z] #54 8.589 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:24:59.809Z] #54 8.590 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:24:59.809Z] #54 9.739 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:24:59.809Z] #54 ... [2021-02-18T13:24:59.809Z] [2021-02-18T13:24:59.809Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:24:59.809Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:24:59.809Z] #50 6.755 + RM_GOPATH=0 [2021-02-18T13:24:59.809Z] #50 6.755 + TMP_GOPATH= [2021-02-18T13:24:59.809Z] #50 6.755 + : /build [2021-02-18T13:24:59.809Z] #50 6.755 + '[' -z '' ']' [2021-02-18T13:24:59.809Z] #50 6.757 ++ mktemp -d [2021-02-18T13:24:59.809Z] #50 6.757 + export GOPATH=/tmp/tmp.lX9Ftw2W2o [2021-02-18T13:24:59.809Z] #50 6.757 + GOPATH=/tmp/tmp.lX9Ftw2W2o [2021-02-18T13:24:59.809Z] #50 6.757 + RM_GOPATH=1 [2021-02-18T13:24:59.809Z] #50 6.757 + case "$(go env GOARCH)" in [2021-02-18T13:24:59.809Z] #50 6.757 ++ go env GOARCH [2021-02-18T13:24:59.809Z] #50 6.773 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:24:59.809Z] #50 6.778 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:24:59.809Z] #50 6.778 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:24:59.809Z] #50 6.778 ++ dirname /tmp/install/install.sh [2021-02-18T13:24:59.809Z] #50 6.778 + dir=/tmp/install [2021-02-18T13:24:59.809Z] #50 6.778 + bin=shfmt [2021-02-18T13:24:59.809Z] #50 6.778 + shift [2021-02-18T13:24:59.809Z] #50 6.778 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T13:24:59.809Z] #50 6.778 + . /tmp/install/shfmt.installer [2021-02-18T13:24:59.809Z] #50 6.778 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:24:59.809Z] #50 6.778 + install_shfmt [2021-02-18T13:24:59.809Z] #50 6.778 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T13:24:59.809Z] #50 6.778 + git clone https://github.com/mvdan/sh.git /tmp/tmp.lX9Ftw2W2o/src/github.com/mvdan/sh [2021-02-18T13:24:59.809Z] #50 6.778 Cloning into '/tmp/tmp.lX9Ftw2W2o/src/github.com/mvdan/sh'... [2021-02-18T13:25:00.077Z] #50 ... [2021-02-18T13:25:00.077Z] [2021-02-18T13:25:00.077Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:25:00.077Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:25:00.077Z] #33 6.784 + RM_GOPATH=0 [2021-02-18T13:25:00.077Z] #33 6.784 + TMP_GOPATH= [2021-02-18T13:25:00.077Z] #33 6.784 + : /build [2021-02-18T13:25:00.077Z] #33 6.784 + '[' -z '' ']' [2021-02-18T13:25:00.077Z] #33 6.784 ++ mktemp -d [2021-02-18T13:25:00.077Z] #33 6.788 + export GOPATH=/tmp/tmp.NLJRVoLE98 [2021-02-18T13:25:00.077Z] #33 6.788 + GOPATH=/tmp/tmp.NLJRVoLE98 [2021-02-18T13:25:00.077Z] #33 6.788 + RM_GOPATH=1 [2021-02-18T13:25:00.077Z] #33 6.788 + case "$(go env GOARCH)" in [2021-02-18T13:25:00.077Z] #33 6.792 ++ go env GOARCH [2021-02-18T13:25:00.077Z] #33 6.800 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.077Z] #33 6.800 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.077Z] #33 6.803 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:00.077Z] #33 6.803 + dir=/tmp/install [2021-02-18T13:25:00.077Z] #33 6.803 + bin=tomlv [2021-02-18T13:25:00.077Z] #33 6.803 + shift [2021-02-18T13:25:00.077Z] #33 6.803 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T13:25:00.077Z] #33 6.803 + . /tmp/install/tomlv.installer [2021-02-18T13:25:00.077Z] #33 6.803 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:25:00.077Z] #33 6.803 + install_tomlv [2021-02-18T13:25:00.077Z] #33 6.803 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T13:25:00.077Z] #33 6.803 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NLJRVoLE98/src/github.com/BurntSushi/toml [2021-02-18T13:25:00.077Z] #33 6.803 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:25:00.077Z] #33 6.810 Cloning into '/tmp/tmp.NLJRVoLE98/src/github.com/BurntSushi/toml'... [2021-02-18T13:25:00.077Z] #33 7.515 + cd /tmp/tmp.NLJRVoLE98/src/github.com/BurntSushi/toml [2021-02-18T13:25:00.077Z] #33 7.515 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:25:00.077Z] #33 7.560 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:25:00.077Z] #33 8.644 runtime/internal/atomic [2021-02-18T13:25:00.077Z] #33 8.678 internal/cpu [2021-02-18T13:25:00.077Z] #33 8.823 runtime/internal/sys [2021-02-18T13:25:00.077Z] #33 9.096 runtime/internal/math [2021-02-18T13:25:00.077Z] #33 9.231 math/bits [2021-02-18T13:25:00.077Z] #33 9.461 internal/bytealg [2021-02-18T13:25:00.077Z] #33 9.860 math [2021-02-18T13:25:00.077Z] #33 10.50 runtime [2021-02-18T13:25:00.077Z] #33 ... [2021-02-18T13:25:00.077Z] [2021-02-18T13:25:00.077Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:25:00.077Z] #23 sha256:194a9c4c3df431a00c3a855fdfb262b03d8d93a94f48d1db3ca8e07ca59129c4 [2021-02-18T13:25:00.077Z] #23 5.363 + RM_GOPATH=0 [2021-02-18T13:25:00.077Z] #23 5.365 + TMP_GOPATH= [2021-02-18T13:25:00.077Z] #23 5.365 + : /build [2021-02-18T13:25:00.077Z] #23 5.365 + '[' -z '' ']' [2021-02-18T13:25:00.077Z] #23 5.365 ++ mktemp -d [2021-02-18T13:25:00.077Z] #23 5.365 + export GOPATH=/tmp/tmp.WwuN6eTlPX [2021-02-18T13:25:00.077Z] #23 5.365 + GOPATH=/tmp/tmp.WwuN6eTlPX [2021-02-18T13:25:00.077Z] #23 5.365 + RM_GOPATH=1 [2021-02-18T13:25:00.077Z] #23 5.365 + case "$(go env GOARCH)" in [2021-02-18T13:25:00.077Z] #23 5.367 ++ go env GOARCH [2021-02-18T13:25:00.077Z] #23 5.371 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.077Z] #23 5.371 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.077Z] #23 5.373 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:00.077Z] #23 5.375 + dir=/tmp/install [2021-02-18T13:25:00.077Z] #23 5.375 + bin=dockercli [2021-02-18T13:25:00.077Z] #23 5.375 + shift [2021-02-18T13:25:00.077Z] #23 5.375 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T13:25:00.077Z] #23 5.375 + . /tmp/install/dockercli.installer [2021-02-18T13:25:00.077Z] #23 5.375 ++ : stable [2021-02-18T13:25:00.077Z] #23 5.375 ++ : 17.06.2-ce [2021-02-18T13:25:00.077Z] #23 5.375 + install_dockercli [2021-02-18T13:25:00.077Z] #23 5.375 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T13:25:00.077Z] #23 5.376 Install docker/cli version 17.06.2-ce from stable [2021-02-18T13:25:00.077Z] #23 5.377 ++ uname -m [2021-02-18T13:25:00.077Z] #23 5.377 + arch=x86_64 [2021-02-18T13:25:00.077Z] #23 5.385 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T13:25:00.077Z] #23 5.385 + url=https://download.docker.com/linux/static [2021-02-18T13:25:00.077Z] #23 5.385 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T13:25:00.077Z] #23 5.385 + tar -xz docker/docker [2021-02-18T13:25:00.077Z] #23 10.24 + mkdir -p /build [2021-02-18T13:25:00.077Z] #23 10.24 + mv docker/docker /build/ [2021-02-18T13:25:00.077Z] #23 10.26 + rmdir docker [2021-02-18T13:25:00.338Z] #23 ... [2021-02-18T13:25:00.338Z] [2021-02-18T13:25:00.338Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:25:00.338Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:25:00.338Z] #44 7.887 + RM_GOPATH=0 [2021-02-18T13:25:00.338Z] #44 7.887 + TMP_GOPATH= [2021-02-18T13:25:00.338Z] #44 7.887 + : /build [2021-02-18T13:25:00.338Z] #44 7.887 + '[' -z '' ']' [2021-02-18T13:25:00.338Z] #44 7.889 ++ mktemp -d [2021-02-18T13:25:00.338Z] #44 7.890 + export GOPATH=/tmp/tmp.m8QuACC0Lf [2021-02-18T13:25:00.338Z] #44 7.890 + GOPATH=/tmp/tmp.m8QuACC0Lf [2021-02-18T13:25:00.338Z] #44 7.890 + RM_GOPATH=1 [2021-02-18T13:25:00.338Z] #44 7.891 + case "$(go env GOARCH)" in [2021-02-18T13:25:00.338Z] #44 7.891 ++ go env GOARCH [2021-02-18T13:25:00.338Z] #44 7.931 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.338Z] #44 7.931 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.338Z] #44 7.932 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:00.338Z] #44 7.933 + dir=/tmp/install [2021-02-18T13:25:00.338Z] #44 7.933 + bin=vndr [2021-02-18T13:25:00.338Z] #44 7.933 + shift [2021-02-18T13:25:00.338Z] #44 7.933 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T13:25:00.338Z] #44 7.933 + . /tmp/install/vndr.installer [2021-02-18T13:25:00.338Z] #44 7.934 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:25:00.338Z] #44 7.935 + install_vndr [2021-02-18T13:25:00.338Z] #44 7.940 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T13:25:00.338Z] #44 7.940 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:25:00.338Z] #44 7.940 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.m8QuACC0Lf/src/github.com/LK4D4/vndr [2021-02-18T13:25:00.338Z] #44 7.942 Cloning into '/tmp/tmp.m8QuACC0Lf/src/github.com/LK4D4/vndr'... [2021-02-18T13:25:00.338Z] #44 8.741 + cd /tmp/tmp.m8QuACC0Lf/src/github.com/LK4D4/vndr [2021-02-18T13:25:00.338Z] #44 8.745 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:25:00.338Z] #44 8.759 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T13:25:00.338Z] #44 10.21 internal/race [2021-02-18T13:25:00.338Z] #44 10.52 runtime [2021-02-18T13:25:00.338Z] #44 10.52 sync/atomic [2021-02-18T13:25:00.338Z] #44 10.81 unicode [2021-02-18T13:25:00.338Z] #44 ... [2021-02-18T13:25:00.338Z] [2021-02-18T13:25:00.338Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:25:00.338Z] #63 sha256:cfb07967ea9e890869e96eea8c8dee8fe2221810826ce30c12e27c67971a4c62 [2021-02-18T13:25:00.338Z] #63 7.223 + RM_GOPATH=0 [2021-02-18T13:25:00.338Z] #63 7.223 + TMP_GOPATH= [2021-02-18T13:25:00.338Z] #63 7.223 + : /build [2021-02-18T13:25:00.338Z] #63 7.223 + '[' -z '' ']' [2021-02-18T13:25:00.338Z] #63 7.223 ++ mktemp -d [2021-02-18T13:25:00.338Z] #63 7.223 + export GOPATH=/tmp/tmp.il2Nislwvr [2021-02-18T13:25:00.338Z] #63 7.223 + GOPATH=/tmp/tmp.il2Nislwvr [2021-02-18T13:25:00.338Z] #63 7.223 + RM_GOPATH=1 [2021-02-18T13:25:00.338Z] #63 7.223 + case "$(go env GOARCH)" in [2021-02-18T13:25:00.338Z] #63 7.223 ++ go env GOARCH [2021-02-18T13:25:00.338Z] #63 7.231 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.338Z] #63 7.231 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.338Z] #63 7.231 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:00.338Z] #63 7.231 + dir=/tmp/install [2021-02-18T13:25:00.338Z] #63 7.231 + bin=proxy [2021-02-18T13:25:00.338Z] #63 7.231 + shift [2021-02-18T13:25:00.338Z] #63 7.231 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T13:25:00.338Z] #63 7.231 + . /tmp/install/proxy.installer [2021-02-18T13:25:00.338Z] #63 7.231 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:25:00.338Z] #63 7.231 + install_proxy [2021-02-18T13:25:00.338Z] #63 7.231 + case "$1" in [2021-02-18T13:25:00.338Z] #63 7.231 + export CGO_ENABLED=0 [2021-02-18T13:25:00.338Z] #63 7.231 + CGO_ENABLED=0 [2021-02-18T13:25:00.338Z] #63 7.231 + _install_proxy [2021-02-18T13:25:00.338Z] #63 7.231 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T13:25:00.338Z] #63 7.231 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:25:00.338Z] #63 7.234 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.il2Nislwvr/src/github.com/docker/libnetwork [2021-02-18T13:25:00.338Z] #63 7.249 Cloning into '/tmp/tmp.il2Nislwvr/src/github.com/docker/libnetwork'... [2021-02-18T13:25:00.598Z] #63 ... [2021-02-18T13:25:00.598Z] [2021-02-18T13:25:00.598Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:25:00.598Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:25:00.598Z] #31 6.977 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T13:25:00.598Z] #31 6.979 Cloning into '.'... [2021-02-18T13:25:00.859Z] #31 ... [2021-02-18T13:25:00.859Z] [2021-02-18T13:25:00.859Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:00.859Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:00.859Z] #46 7.143 + RM_GOPATH=0 [2021-02-18T13:25:00.859Z] #46 7.143 + TMP_GOPATH= [2021-02-18T13:25:00.859Z] #46 7.143 + : /build [2021-02-18T13:25:00.859Z] #46 7.143 + '[' -z '' ']' [2021-02-18T13:25:00.859Z] #46 7.145 ++ mktemp -d [2021-02-18T13:25:00.859Z] #46 7.145 + export GOPATH=/tmp/tmp.l3MtnLScqE [2021-02-18T13:25:00.859Z] #46 7.145 + GOPATH=/tmp/tmp.l3MtnLScqE [2021-02-18T13:25:00.859Z] #46 7.145 + RM_GOPATH=1 [2021-02-18T13:25:00.859Z] #46 7.145 + case "$(go env GOARCH)" in [2021-02-18T13:25:00.859Z] #46 7.148 ++ go env GOARCH [2021-02-18T13:25:00.859Z] #46 7.216 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.859Z] #46 7.217 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:00.859Z] #46 7.223 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:00.859Z] #46 7.223 + dir=/tmp/install [2021-02-18T13:25:00.859Z] #46 7.223 + bin=gotestsum [2021-02-18T13:25:00.859Z] #46 7.223 + shift [2021-02-18T13:25:00.859Z] #46 7.223 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T13:25:00.859Z] #46 7.231 + . /tmp/install/gotestsum.installer [2021-02-18T13:25:00.859Z] #46 7.231 ++ : v0.5.3 [2021-02-18T13:25:00.859Z] #46 7.231 + install_gotestsum [2021-02-18T13:25:00.859Z] #46 7.231 + set -e [2021-02-18T13:25:00.859Z] #46 7.231 + export GO111MODULE=on [2021-02-18T13:25:00.859Z] #46 7.232 + GO111MODULE=on [2021-02-18T13:25:00.859Z] #46 7.232 + GOBIN=/build [2021-02-18T13:25:00.859Z] #46 7.232 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T13:25:00.859Z] #46 7.407 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:25:00.859Z] #46 7.409 go: finding gotest.tools v0.5.3 [2021-02-18T13:25:00.859Z] #46 8.688 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:25:00.859Z] #46 9.270 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:25:00.859Z] #46 ... [2021-02-18T13:25:00.859Z] [2021-02-18T13:25:00.859Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:00.859Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:00.859Z] #41 8.494 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:25:00.859Z] #41 8.637 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:25:00.859Z] #41 8.637 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:25:00.859Z] #41 9.897 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:25:01.120Z] #41 ... [2021-02-18T13:25:01.120Z] [2021-02-18T13:25:01.120Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:25:01.120Z] #57 sha256:220e0c1aff1afafe3e1cb702fb1a681eec68b849548b50cb3c97ae7ff81bfa42 [2021-02-18T13:25:01.120Z] #57 7.671 + RM_GOPATH=0 [2021-02-18T13:25:01.120Z] #57 7.671 + TMP_GOPATH= [2021-02-18T13:25:01.120Z] #57 7.671 + : /build [2021-02-18T13:25:01.120Z] #57 7.673 + '[' -z '' ']' [2021-02-18T13:25:01.120Z] #57 7.674 ++ mktemp -d [2021-02-18T13:25:01.120Z] #57 7.692 + export GOPATH=/tmp/tmp.PGzeEZJ7hL [2021-02-18T13:25:01.120Z] #57 7.692 + GOPATH=/tmp/tmp.PGzeEZJ7hL [2021-02-18T13:25:01.120Z] #57 7.692 + RM_GOPATH=1 [2021-02-18T13:25:01.120Z] #57 7.692 + case "$(go env GOARCH)" in [2021-02-18T13:25:01.120Z] #57 7.692 ++ go env GOARCH [2021-02-18T13:25:01.120Z] #57 7.721 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:01.120Z] #57 7.721 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:01.120Z] #57 7.727 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:01.120Z] #57 7.734 + dir=/tmp/install [2021-02-18T13:25:01.120Z] #57 7.734 + bin=rootlesskit [2021-02-18T13:25:01.120Z] #57 7.734 + shift [2021-02-18T13:25:01.120Z] #57 7.735 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T13:25:01.120Z] #57 7.736 + . /tmp/install/rootlesskit.installer [2021-02-18T13:25:01.120Z] #57 7.737 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:25:01.120Z] #57 7.738 + install_rootlesskit [2021-02-18T13:25:01.120Z] #57 7.738 + case "$1" in [2021-02-18T13:25:01.120Z] #57 7.739 + export CGO_ENABLED=0 [2021-02-18T13:25:01.120Z] #57 7.739 + CGO_ENABLED=0 [2021-02-18T13:25:01.120Z] #57 7.739 + _install_rootlesskit [2021-02-18T13:25:01.120Z] #57 7.739 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T13:25:01.120Z] #57 7.743 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:25:01.120Z] #57 7.745 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PGzeEZJ7hL/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:25:01.120Z] #57 7.747 Cloning into '/tmp/tmp.PGzeEZJ7hL/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T13:25:01.120Z] #57 ... [2021-02-18T13:25:01.120Z] [2021-02-18T13:25:01.120Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:01.120Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:01.120Z] #12 8.170 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:25:01.120Z] #12 8.270 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:25:01.120Z] #12 8.270 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:25:01.120Z] #12 9.598 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:25:01.120Z] #12 11.68 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:25:01.383Z] #12 ... [2021-02-18T13:25:01.383Z] [2021-02-18T13:25:01.383Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:25:01.383Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:25:01.383Z] #39 7.216 + git clone https://github.com/docker/distribution.git . [2021-02-18T13:25:01.383Z] #39 7.218 Cloning into '.'... [2021-02-18T13:25:01.383Z] #39 ... [2021-02-18T13:25:01.383Z] [2021-02-18T13:25:01.383Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:01.383Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:01.383Z] #48 7.579 + RM_GOPATH=0 [2021-02-18T13:25:01.383Z] #48 7.579 + TMP_GOPATH= [2021-02-18T13:25:01.383Z] #48 7.579 + : /build [2021-02-18T13:25:01.383Z] #48 7.579 + '[' -z '' ']' [2021-02-18T13:25:01.383Z] #48 7.580 ++ mktemp -d [2021-02-18T13:25:01.383Z] #48 7.592 + export GOPATH=/tmp/tmp.sqhdADbwJd [2021-02-18T13:25:01.383Z] #48 7.592 + GOPATH=/tmp/tmp.sqhdADbwJd [2021-02-18T13:25:01.383Z] #48 7.592 + RM_GOPATH=1 [2021-02-18T13:25:01.383Z] #48 7.592 + case "$(go env GOARCH)" in [2021-02-18T13:25:01.383Z] #48 7.592 ++ go env GOARCH [2021-02-18T13:25:01.383Z] #48 7.640 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:01.383Z] #48 7.640 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:01.383Z] #48 7.666 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:01.383Z] #48 7.705 + dir=/tmp/install [2021-02-18T13:25:01.383Z] #48 7.705 + bin=golangci_lint [2021-02-18T13:25:01.383Z] #48 7.705 + shift [2021-02-18T13:25:01.383Z] #48 7.705 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T13:25:01.383Z] #48 7.705 + . /tmp/install/golangci_lint.installer [2021-02-18T13:25:01.383Z] #48 7.705 ++ : v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.705 + install_golangci_lint [2021-02-18T13:25:01.383Z] #48 7.705 + set -e [2021-02-18T13:25:01.383Z] #48 7.705 + export GO111MODULE=on [2021-02-18T13:25:01.383Z] #48 7.705 + GO111MODULE=on [2021-02-18T13:25:01.383Z] #48 7.705 + GOBIN=/build [2021-02-18T13:25:01.383Z] #48 7.705 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.719 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.719 go: finding github.com v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.721 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.730 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:25:01.383Z] #48 7.731 go: finding github.com/golangci v1.23.8 [2021-02-18T13:25:01.383Z] #48 8.967 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:25:01.383Z] #48 9.974 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:25:01.644Z] #48 ... [2021-02-18T13:25:01.644Z] [2021-02-18T13:25:01.644Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:01.644Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:01.644Z] #46 12.12 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:25:01.644Z] #46 12.12 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:25:01.644Z] #46 12.12 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:25:01.644Z] #46 12.16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:25:01.644Z] #46 12.26 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:25:01.906Z] #46 12.29 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:25:01.906Z] #46 12.30 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:25:02.210Z] #46 12.44 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:25:02.210Z] #46 12.56 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:25:02.471Z] #46 12.85 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:25:02.471Z] #46 12.87 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:25:02.471Z] #46 13.09 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:25:02.731Z] #46 ... [2021-02-18T13:25:02.731Z] [2021-02-18T13:25:02.731Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:25:02.731Z] #23 sha256:194a9c4c3df431a00c3a855fdfb262b03d8d93a94f48d1db3ca8e07ca59129c4 [2021-02-18T13:25:02.731Z] #23 DONE 13.2s [2021-02-18T13:25:02.731Z] [2021-02-18T13:25:02.731Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:02.731Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:02.731Z] #46 13.09 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:25:02.731Z] #46 13.09 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:25:02.731Z] #46 ... [2021-02-18T13:25:02.731Z] [2021-02-18T13:25:02.731Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:25:02.731Z] #28 sha256:737e6cc982a48e1e3497b101c7d229d45f9791d74156f1a668af1db6d790d5fe [2021-02-18T13:25:02.731Z] #28 DONE 14.9s [2021-02-18T13:25:02.731Z] [2021-02-18T13:25:02.731Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:02.731Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:02.731Z] #46 13.23 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:25:02.731Z] #46 13.30 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:25:02.992Z] #46 13.48 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:25:03.934Z] #46 14.15 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:25:03.934Z] #46 14.26 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:25:07.255Z] #46 17.15 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:25:07.255Z] #46 17.22 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:25:08.201Z] #46 18.47 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:25:08.201Z] #46 ... [2021-02-18T13:25:08.201Z] [2021-02-18T13:25:08.201Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:25:08.201Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:25:08.201Z] #50 18.58 + cd /tmp/tmp.lX9Ftw2W2o/src/github.com/mvdan/sh [2021-02-18T13:25:08.201Z] #50 18.58 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:25:08.201Z] #50 18.71 + GO111MODULE=on [2021-02-18T13:25:08.372Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0827355a47fe96cc1) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] { [Pipeline] checkout [2021-02-18T13:25:08.463Z] #50 18.72 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T13:25:08.509Z] The recommended git tool is: git [2021-02-18T13:25:08.560Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e9122fc0b15efa64) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] { [Pipeline] checkout [2021-02-18T13:25:08.724Z] The recommended git tool is: git [2021-02-18T13:25:09.848Z] #50 19.98 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:25:09.848Z] #50 19.99 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:25:09.848Z] #50 20.05 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:25:09.848Z] #50 20.36 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:25:10.196Z] #50 20.54 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:25:11.180Z] #50 21.53 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:25:11.180Z] #50 ... [2021-02-18T13:25:11.180Z] [2021-02-18T13:25:11.180Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:25:11.180Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:25:11.180Z] #54 11.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:25:11.180Z] #54 13.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:25:11.445Z] #54 ... [2021-02-18T13:25:11.445Z] [2021-02-18T13:25:11.445Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:11.445Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:11.445Z] #35 11.85 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:25:11.445Z] #35 14.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:25:11.445Z] #35 ... [2021-02-18T13:25:11.445Z] [2021-02-18T13:25:11.445Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:11.445Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:11.445Z] #41 11.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:25:11.445Z] #41 12.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:25:11.727Z] #41 ... [2021-02-18T13:25:11.727Z] [2021-02-18T13:25:11.727Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:11.727Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:11.727Z] #48 20.36 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T13:25:11.727Z] #48 20.44 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T13:25:11.727Z] #48 20.46 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:25:11.727Z] #48 20.47 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T13:25:11.727Z] #48 20.47 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:25:11.727Z] #48 20.48 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T13:25:11.727Z] #48 20.48 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:25:11.727Z] #48 20.48 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T13:25:11.727Z] #48 20.70 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T13:25:11.727Z] #48 20.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:25:11.727Z] #48 20.93 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:25:11.727Z] #48 21.04 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:25:11.727Z] #48 21.04 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:25:11.727Z] #48 21.25 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T13:25:11.727Z] #48 21.41 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:25:11.727Z] #48 21.53 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:25:11.727Z] #48 21.56 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:25:11.727Z] #48 21.70 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T13:25:11.727Z] #48 21.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:25:11.727Z] #48 21.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:25:11.727Z] #48 21.71 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:25:11.727Z] #48 21.72 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T13:25:11.727Z] #48 21.72 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T13:25:11.727Z] #48 21.88 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:25:11.727Z] #48 22.04 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T13:25:11.727Z] #48 22.09 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T13:25:11.992Z] #48 22.39 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:25:11.992Z] #48 22.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:25:12.232Z] using credential docker-jenkins-github-credentials [2021-02-18T13:25:12.238Z] Cloning the remote Git repository [2021-02-18T13:25:12.238Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:25:12.259Z] #48 22.50 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T13:25:12.259Z] #48 22.52 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:25:12.259Z] #48 22.53 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:25:12.259Z] #48 22.54 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:25:12.259Z] #48 22.56 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T13:25:12.259Z] #48 22.63 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:25:12.259Z] #48 22.67 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:25:12.307Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:25:12.433Z] > git init /home/ubuntu/workspace/moby_PR-41974 # timeout=10 [2021-02-18T13:25:12.521Z] #48 22.92 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:25:12.521Z] #48 22.93 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T13:25:12.521Z] #48 ... [2021-02-18T13:25:12.521Z] [2021-02-18T13:25:12.521Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:25:12.521Z] #57 sha256:220e0c1aff1afafe3e1cb702fb1a681eec68b849548b50cb3c97ae7ff81bfa42 [2021-02-18T13:25:12.521Z] #57 12.98 + cd /tmp/tmp.PGzeEZJ7hL/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:25:12.521Z] #57 12.98 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:25:12.521Z] #57 14.71 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:25:12.521Z] #57 14.71 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T13:25:12.551Z] using credential docker-jenkins-github-credentials [2021-02-18T13:25:12.559Z] Cloning the remote Git repository [2021-02-18T13:25:12.559Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:25:12.781Z] #57 ... [2021-02-18T13:25:12.782Z] [2021-02-18T13:25:12.782Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:12.782Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:12.782Z] #48 23.09 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:25:12.782Z] #48 23.09 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T13:25:12.782Z] #48 23.09 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T13:25:12.782Z] #48 23.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:25:12.782Z] #48 23.31 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:25:13.043Z] #48 ... [2021-02-18T13:25:13.043Z] [2021-02-18T13:25:13.043Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:13.043Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:13.043Z] #12 13.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:25:12.181Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:25:12.249Z] > git init /home/ubuntu/workspace/moby_PR-41974 # timeout=10 [2021-02-18T13:25:12.442Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:12.442Z] > git --version # timeout=10 [2021-02-18T13:25:12.467Z] > git --version # 'git version 2.7.4' [2021-02-18T13:25:12.468Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:12.531Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:13.304Z] #12 ... [2021-02-18T13:25:13.304Z] [2021-02-18T13:25:13.304Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:13.304Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:13.304Z] #48 23.68 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:25:13.304Z] #48 23.87 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:25:12.711Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:12.711Z] > git --version # timeout=10 [2021-02-18T13:25:12.721Z] > git --version # 'git version 2.17.1' [2021-02-18T13:25:12.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:12.739Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:13.565Z] #48 23.89 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:25:13.565Z] #48 23.91 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T13:25:13.565Z] #48 23.99 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:25:13.565Z] #48 23.99 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T13:25:13.565Z] #48 24.13 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T13:25:13.826Z] #48 24.26 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:25:13.826Z] #48 24.32 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T13:25:14.087Z] #48 24.46 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:25:14.087Z] #48 24.62 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T13:25:14.087Z] #48 24.66 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:25:14.348Z] #48 24.68 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:25:14.348Z] #48 24.74 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:25:14.348Z] #48 ... [2021-02-18T13:25:14.348Z] [2021-02-18T13:25:14.348Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:25:14.348Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:25:14.348Z] #33 14.63 unicode/utf8 [2021-02-18T13:25:14.348Z] #33 15.86 internal/testlog [2021-02-18T13:25:14.348Z] #33 16.40 encoding [2021-02-18T13:25:14.348Z] #33 16.78 runtime/cgo [2021-02-18T13:25:14.348Z] #33 ... [2021-02-18T13:25:14.348Z] [2021-02-18T13:25:14.348Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:14.348Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:14.348Z] #48 24.92 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:25:14.609Z] #48 ... [2021-02-18T13:25:14.609Z] [2021-02-18T13:25:14.609Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:25:14.609Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:25:14.609Z] #44 15.10 unicode/utf8 [2021-02-18T13:25:14.609Z] #44 16.13 internal/testlog [2021-02-18T13:25:14.609Z] #44 16.65 unicode/utf16 [2021-02-18T13:25:14.609Z] #44 17.10 container/list [2021-02-18T13:25:14.609Z] #44 17.56 crypto/internal/subtle [2021-02-18T13:25:14.609Z] #44 17.65 crypto/subtle [2021-02-18T13:25:14.609Z] #44 17.76 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T13:25:14.609Z] #44 17.90 internal/nettrace [2021-02-18T13:25:14.609Z] #44 18.09 runtime/cgo [2021-02-18T13:25:14.869Z] #44 ... [2021-02-18T13:25:14.869Z] [2021-02-18T13:25:14.869Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:25:14.870Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:25:15.130Z] #39 24.56 Checking out files: 90% (1516/1681) Checking out files: 91% (1530/1681) Checking out files: 92% (1547/1681) Checking out files: 93% (1564/1681) Checking out files: 94% (1581/1681) Checking out files: 95% (1597/1681) Checking out files: 96% (1614/1681) Checking out files: 97% (1631/1681) Checking out files: 98% (1648/1681) Checking out files: 99% (1665/1681) Checking out files: 100% (1681/1681) Checking out files: 100% (1681/1681), done. [2021-02-18T13:25:15.130Z] #39 24.74 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T13:25:15.955Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b4f50c8f7479ea7f) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] { [Pipeline] checkout [2021-02-18T13:25:16.103Z] The recommended git tool is: git [2021-02-18T13:25:16.812Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e6c426386adfc141) in /home/ubuntu/workspace/moby_PR-41974 [Pipeline] { [Pipeline] checkout [2021-02-18T13:25:16.960Z] The recommended git tool is: git [2021-02-18T13:25:17.679Z] #39 27.22 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T13:25:19.219Z] using credential docker-jenkins-github-credentials [2021-02-18T13:25:19.225Z] Cloning the remote Git repository [2021-02-18T13:25:19.225Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:25:19.594Z] using credential docker-jenkins-github-credentials [2021-02-18T13:25:19.600Z] Cloning the remote Git repository [2021-02-18T13:25:19.600Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:25:18.497Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:25:18.546Z] > git init /home/ubuntu/workspace/moby_PR-41974 # timeout=10 [2021-02-18T13:25:18.829Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:18.830Z] > git --version # timeout=10 [2021-02-18T13:25:18.844Z] > git --version # 'git version 2.25.1' [2021-02-18T13:25:18.845Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:18.846Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:19.596Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:25:19.644Z] > git init /home/ubuntu/workspace/moby_PR-41974 # timeout=10 [2021-02-18T13:25:19.900Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:19.900Z] > git --version # timeout=10 [2021-02-18T13:25:19.929Z] > git --version # 'git version 2.17.1' [2021-02-18T13:25:19.930Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:19.949Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:20.981Z] #39 ... [2021-02-18T13:25:20.981Z] [2021-02-18T13:25:20.981Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:25:20.981Z] #63 sha256:cfb07967ea9e890869e96eea8c8dee8fe2221810826ce30c12e27c67971a4c62 [2021-02-18T13:25:20.981Z] #63 27.26 Checking out files: 59% (1125/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T13:25:20.981Z] #63 27.88 + cd /tmp/tmp.il2Nislwvr/src/github.com/docker/libnetwork [2021-02-18T13:25:20.981Z] #63 27.89 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:25:20.981Z] #63 28.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T13:25:21.923Z] #63 ... [2021-02-18T13:25:21.923Z] [2021-02-18T13:25:21.923Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:21.923Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:21.923Z] #46 22.50 go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:25:21.923Z] #46 22.54 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:25:21.923Z] #46 22.57 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:25:21.923Z] #46 22.77 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:25:21.923Z] #46 22.79 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:25:21.923Z] #46 22.83 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:25:21.923Z] #46 23.09 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:25:21.923Z] #46 23.32 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:25:21.923Z] #46 23.34 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:25:21.923Z] #46 23.43 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:25:21.923Z] #46 23.43 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:25:22.184Z] #46 ... [2021-02-18T13:25:22.184Z] [2021-02-18T13:25:22.184Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:25:22.184Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:25:22.184Z] #50 22.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:25:22.184Z] #50 23.96 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:25:22.184Z] #50 25.13 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:25:22.184Z] #50 25.34 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:25:22.184Z] #50 25.52 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:25:22.184Z] #50 25.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:25:22.184Z] #50 26.54 runtime/cgo [2021-02-18T13:25:22.184Z] #50 26.58 runtime [2021-02-18T13:25:22.447Z] #50 ... [2021-02-18T13:25:22.447Z] [2021-02-18T13:25:22.447Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:22.447Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:22.447Z] #48 25.28 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:25:22.447Z] #48 25.28 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:25:22.447Z] #48 25.41 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:25:22.447Z] #48 25.46 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:25:22.447Z] #48 25.47 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:25:22.447Z] #48 25.53 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:25:22.447Z] #48 25.59 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:25:22.447Z] #48 25.63 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:25:22.447Z] #48 25.74 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:25:22.447Z] #48 25.92 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:25:22.447Z] #48 26.88 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:25:22.447Z] #48 27.00 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:25:22.447Z] #48 27.07 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:25:22.447Z] #48 27.11 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:25:22.447Z] #48 27.12 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:25:22.447Z] #48 27.12 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T13:25:22.447Z] #48 27.15 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T13:25:22.447Z] #48 27.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:25:22.447Z] #48 27.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:25:22.447Z] #48 27.20 go: downloading golang.org/x/text v0.3.2 [2021-02-18T13:25:22.447Z] #48 31.88 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:25:22.447Z] #48 31.90 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:25:22.447Z] #48 31.96 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:25:22.447Z] #48 31.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:25:22.447Z] #48 31.99 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:25:22.447Z] #48 32.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:25:22.447Z] #48 32.09 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:25:22.447Z] #48 32.16 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:25:22.447Z] #48 32.17 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:25:22.447Z] #48 32.18 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:25:22.447Z] #48 32.22 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:25:22.447Z] #48 32.28 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:25:22.447Z] #48 32.38 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:25:22.447Z] #48 32.56 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:25:22.447Z] #48 32.89 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:25:22.447Z] #48 32.91 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:25:22.447Z] #48 32.91 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:25:22.447Z] #48 32.91 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:25:22.447Z] #48 32.94 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:25:22.708Z] #48 33.02 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:25:22.708Z] #48 33.12 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:25:22.708Z] #48 33.20 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:25:22.971Z] #48 33.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:25:22.971Z] #48 33.26 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:25:22.971Z] #48 33.26 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T13:25:22.972Z] #48 33.26 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:25:22.972Z] #48 33.37 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:25:23.233Z] #48 33.55 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:25:23.233Z] #48 33.55 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:25:23.494Z] #48 33.79 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:25:23.494Z] #48 33.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:25:23.755Z] #48 34.05 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:25:23.755Z] #48 34.21 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:25:23.755Z] #48 34.23 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:25:23.755Z] #48 34.29 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:25:24.016Z] #48 34.29 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:25:24.016Z] #48 34.29 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:25:24.016Z] #48 34.38 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:25:24.016Z] #48 34.40 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:25:24.016Z] #48 34.52 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:25:24.277Z] #48 34.61 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:25:24.277Z] #48 34.66 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:25:24.277Z] #48 34.66 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:25:24.277Z] #48 34.69 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:25:24.277Z] #48 34.73 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T13:25:24.277Z] #48 34.74 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:25:24.538Z] #48 34.93 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:25:24.538Z] #48 35.02 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:25:24.799Z] #48 35.20 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:25:24.799Z] #48 35.28 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:25:25.059Z] #48 35.49 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:25:25.059Z] #48 35.57 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T13:25:25.059Z] #48 35.57 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:25:25.320Z] #48 35.66 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:25:25.320Z] #48 35.68 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:25:25.320Z] #48 35.80 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:25:25.320Z] #48 35.88 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:25:25.586Z] #48 36.02 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:25:25.586Z] #48 36.02 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:25:25.847Z] #48 36.12 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:25:25.847Z] #48 36.16 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:25:25.847Z] #48 36.16 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:25:25.847Z] #48 36.16 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:25:25.847Z] #48 36.25 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T13:25:25.847Z] #48 36.28 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:25:25.847Z] #48 36.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:25:25.847Z] #48 36.38 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:25:26.108Z] #48 36.43 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:25:26.108Z] #48 ... [2021-02-18T13:25:26.108Z] [2021-02-18T13:25:26.108Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:26.108Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:26.108Z] #12 26.44 Fetched 8422 kB in 19s (453 kB/s) [2021-02-18T13:25:26.109Z] #12 26.44 Reading package lists... [2021-02-18T13:25:26.109Z] #12 33.91 Reading package lists... [2021-02-18T13:25:26.109Z] #12 ... [2021-02-18T13:25:26.109Z] [2021-02-18T13:25:26.109Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:25:26.109Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:25:26.109Z] #54 26.63 Fetched 8422 kB in 18s (458 kB/s) [2021-02-18T13:25:26.109Z] #54 26.63 Reading package lists... [2021-02-18T13:25:26.369Z] #54 34.03 Reading package lists... [2021-02-18T13:25:26.369Z] #54 ... [2021-02-18T13:25:26.369Z] [2021-02-18T13:25:26.369Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:26.369Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:26.369Z] #41 26.80 Fetched 8422 kB in 19s (454 kB/s) [2021-02-18T13:25:26.369Z] #41 26.80 Reading package lists... [2021-02-18T13:25:26.369Z] #41 33.83 Reading package lists... [2021-02-18T13:25:26.369Z] #41 ... [2021-02-18T13:25:26.369Z] [2021-02-18T13:25:26.369Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:26.369Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:26.369Z] #48 36.59 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:25:26.369Z] #48 36.81 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T13:25:26.630Z] #48 37.23 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:25:26.890Z] #48 ... [2021-02-18T13:25:26.890Z] [2021-02-18T13:25:26.891Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:26.891Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:26.891Z] #35 27.26 Fetched 8422 kB in 19s (439 kB/s) [2021-02-18T13:25:26.891Z] #35 27.26 Reading package lists... [2021-02-18T13:25:28.283Z] #35 34.45 Reading package lists... [2021-02-18T13:25:28.283Z] #35 ... [2021-02-18T13:25:28.283Z] [2021-02-18T13:25:28.283Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:28.283Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:28.283Z] #48 38.49 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:25:28.283Z] #48 38.66 go: extracting golang.org/x/text v0.3.2 [2021-02-18T13:25:28.857Z] #48 ... [2021-02-18T13:25:28.857Z] [2021-02-18T13:25:28.857Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:25:28.857Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:25:28.857Z] #44 29.03 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T13:25:28.857Z] #44 29.19 vendor/golang.org/x/crypto/curve25519 [2021-02-18T13:25:29.802Z] #44 ... [2021-02-18T13:25:29.802Z] [2021-02-18T13:25:29.802Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:29.802Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:29.802Z] #41 33.83 Reading package lists... [2021-02-18T13:25:31.761Z] #41 40.68 Building dependency tree... [2021-02-18T13:25:32.347Z] Fetching without tags [2021-02-18T13:25:32.273Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:32.300Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:25:32.312Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:32.325Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:32.351Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:32.351Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:32.353Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:32.749Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:25:34.307Z] #41 44.32 The following additional packages will be installed: [2021-02-18T13:25:34.308Z] #41 44.32 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T13:25:34.308Z] #41 44.32 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T13:25:34.308Z] #41 44.33 Suggested packages: [2021-02-18T13:25:34.308Z] #41 44.34 manpages-dev python-setuptools [2021-02-18T13:25:34.355Z] Merge succeeded, producing 8d89fc556ebcfce9e05e8713910d63f5827b7a93 [2021-02-18T13:25:34.356Z] Checking out Revision 8d89fc556ebcfce9e05e8713910d63f5827b7a93 (PR-41974) [2021-02-18T13:25:32.757Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:32.773Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:25:33.683Z] > git remote # timeout=10 [2021-02-18T13:25:33.698Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:25:33.709Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:33.711Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:25:34.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:25:34.358Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:34.363Z] > git checkout -f 8d89fc556ebcfce9e05e8713910d63f5827b7a93 # timeout=10 [2021-02-18T13:25:35.252Z] #41 45.58 The following NEW packages will be installed: [2021-02-18T13:25:35.252Z] #41 45.58 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T13:25:35.252Z] #41 45.59 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T13:25:35.252Z] #41 45.59 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T13:25:35.252Z] #41 45.59 python-six zlib1g-dev [2021-02-18T13:25:35.824Z] #41 46.05 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:25:35.824Z] #41 46.05 Need to get 4095 kB of archives. [2021-02-18T13:25:35.824Z] #41 46.05 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T13:25:35.824Z] #41 46.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T13:25:35.824Z] #41 46.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:25:35.824Z] #41 46.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-18T13:25:35.824Z] #41 ... [2021-02-18T13:25:35.824Z] [2021-02-18T13:25:35.824Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:25:35.824Z] #63 sha256:cfb07967ea9e890869e96eea8c8dee8fe2221810826ce30c12e27c67971a4c62 [2021-02-18T13:25:35.824Z] #63 DONE 46.2s [2021-02-18T13:25:35.824Z] [2021-02-18T13:25:35.824Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:35.824Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:35.824Z] #41 46.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:25:35.824Z] #41 46.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T13:25:35.824Z] #41 46.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:25:35.824Z] #41 46.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T13:25:35.824Z] #41 46.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-18T13:25:35.824Z] #41 46.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T13:25:35.824Z] #41 ... [2021-02-18T13:25:35.824Z] [2021-02-18T13:25:35.824Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:35.824Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:35.824Z] #12 33.91 Reading package lists... [2021-02-18T13:25:35.824Z] #12 40.70 Building dependency tree... [2021-02-18T13:25:35.824Z] #12 44.42 The following additional packages will be installed: [2021-02-18T13:25:35.824Z] #12 44.42 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T13:25:35.824Z] #12 44.42 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T13:25:35.824Z] #12 44.43 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T13:25:35.824Z] #12 44.44 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T13:25:35.824Z] #12 44.44 mingw-w64-x86-64-dev [2021-02-18T13:25:35.824Z] #12 44.45 Suggested packages: [2021-02-18T13:25:35.824Z] #12 44.45 gcc-8-locales seccomp wine64 [2021-02-18T13:25:35.824Z] #12 45.88 The following NEW packages will be installed: [2021-02-18T13:25:35.824Z] #12 45.88 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T13:25:35.824Z] #12 45.88 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T13:25:35.824Z] #12 45.88 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T13:25:35.824Z] #12 45.89 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T13:25:35.824Z] #12 45.89 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T13:25:35.824Z] #12 45.89 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T13:25:35.824Z] #12 45.91 The following packages will be upgraded: [2021-02-18T13:25:35.824Z] #12 45.91 libsystemd0 libudev1 [2021-02-18T13:25:35.824Z] #12 46.36 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:25:35.824Z] #12 46.36 Need to get 78.2 MB of archives. [2021-02-18T13:25:35.824Z] #12 46.36 After this operation, 487 MB of additional disk space will be used. [2021-02-18T13:25:35.824Z] #12 46.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T13:25:35.824Z] #12 46.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T13:25:35.824Z] #12 46.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-18T13:25:35.824Z] #12 ... [2021-02-18T13:25:35.824Z] [2021-02-18T13:25:35.824Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:35.824Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:35.824Z] #41 46.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T13:25:35.824Z] #41 46.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T13:25:36.043Z] Fetching without tags [2021-02-18T13:25:36.344Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:25:36.393Z] #41 46.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T13:25:36.393Z] #41 46.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-18T13:25:36.393Z] #41 46.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-18T13:25:36.393Z] #41 46.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T13:25:36.393Z] #41 46.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T13:25:36.393Z] #41 46.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T13:25:35.972Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:35.991Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:25:36.003Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:36.018Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:36.088Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:36.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:36.091Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:36.350Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:36.366Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:25:36.933Z] > git remote # timeout=10 [2021-02-18T13:25:36.957Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:25:36.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:36.970Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:25:37.653Z] Merge succeeded, producing 9802814274ee7f9addc615ef051fcbfe25dc4f57 [2021-02-18T13:25:37.653Z] Checking out Revision 9802814274ee7f9addc615ef051fcbfe25dc4f57 (PR-41974) [2021-02-18T13:25:37.779Z] #41 48.26 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:25:38.093Z] #41 48.48 Fetched 4095 kB in 1s (3476 kB/s) [2021-02-18T13:25:38.093Z] #41 48.58 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T13:25:38.360Z] #41 48.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:25:38.360Z] #41 48.68 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T13:25:38.360Z] #41 ... [2021-02-18T13:25:38.360Z] [2021-02-18T13:25:38.360Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:25:38.360Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:25:38.360Z] #54 34.03 Reading package lists... [2021-02-18T13:25:38.360Z] #54 40.78 Building dependency tree... [2021-02-18T13:25:38.360Z] #54 44.52 The following additional packages will be installed: [2021-02-18T13:25:38.360Z] #54 44.52 libbtrfs0 [2021-02-18T13:25:38.360Z] #54 44.77 The following NEW packages will be installed: [2021-02-18T13:25:38.360Z] #54 44.79 libbtrfs-dev libbtrfs0 [2021-02-18T13:25:38.360Z] #54 45.24 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:25:38.360Z] #54 45.24 Need to get 119 kB of archives. [2021-02-18T13:25:38.360Z] #54 45.24 After this operation, 387 kB of additional disk space will be used. [2021-02-18T13:25:38.360Z] #54 45.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:25:38.360Z] #54 45.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:25:38.360Z] #54 46.85 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:25:38.360Z] #54 47.29 Fetched 119 kB in 0s (411 kB/s) [2021-02-18T13:25:38.360Z] #54 47.55 Selecting previously unselected package libbtrfs0. [2021-02-18T13:25:38.360Z] #54 47.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.) [2021-02-18T13:25:38.360Z] #54 47.61 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:25:38.360Z] #54 47.63 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:25:38.360Z] #54 47.78 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:25:38.360Z] #54 47.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:25:38.360Z] #54 47.84 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:25:38.360Z] #54 48.14 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:25:38.360Z] #54 48.30 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:25:38.360Z] #54 48.32 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:25:38.360Z] #54 DONE 48.8s [2021-02-18T13:25:38.360Z] [2021-02-18T13:25:38.360Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:38.360Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:38.360Z] #41 48.74 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:25:38.485Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:25:38.523Z] First time build. Skipping changelog. [2021-02-18T13:25:38.623Z] #41 49.11 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:25:38.623Z] #41 49.11 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:25:38.623Z] #41 49.13 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:25:38.884Z] #41 49.26 Selecting previously unselected package libnet1-dev. [2021-02-18T13:25:38.884Z] #41 49.27 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:25:38.884Z] #41 49.30 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:25:39.144Z] #41 49.58 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:25:39.144Z] #41 49.58 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:25:39.144Z] #41 49.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:25:39.144Z] #41 49.74 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T13:25:39.404Z] #41 49.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T13:25:39.404Z] #41 49.76 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:25:38.488Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:25:39.618Z] + docker version [2021-02-18T13:25:39.664Z] #41 50.20 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:25:37.634Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:25:37.653Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:37.669Z] > git checkout -f 9802814274ee7f9addc615ef051fcbfe25dc4f57 # timeout=10 [2021-02-18T13:25:39.925Z] #41 50.20 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:25:39.925Z] #41 50.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:25:39.925Z] #41 50.32 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T13:25:39.925Z] #41 50.36 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:25:39.925Z] #41 50.36 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:25:39.925Z] #41 50.48 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T13:25:39.925Z] #41 50.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T13:25:40.185Z] #41 50.52 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:25:40.185Z] #41 ... [2021-02-18T13:25:40.185Z] [2021-02-18T13:25:40.185Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:25:40.185Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:25:40.185Z] #33 40.64 sync [2021-02-18T13:25:40.185Z] #33 40.64 internal/reflectlite [2021-02-18T13:25:40.185Z] #33 43.19 sort [2021-02-18T13:25:40.185Z] #33 43.19 errors [2021-02-18T13:25:40.185Z] #33 43.63 strconv [2021-02-18T13:25:40.185Z] #33 44.44 io [2021-02-18T13:25:40.185Z] #33 45.77 internal/oserror [2021-02-18T13:25:40.185Z] #33 45.96 syscall [2021-02-18T13:25:40.185Z] #33 48.12 reflect [2021-02-18T13:25:40.445Z] #33 ... [2021-02-18T13:25:40.445Z] [2021-02-18T13:25:40.445Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:40.445Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:40.445Z] #48 40.70 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:25:40.445Z] #48 41.04 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T13:25:40.445Z] #48 48.04 go: finding github.com/fatih/color v1.7.0 [2021-02-18T13:25:40.445Z] #48 48.22 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:25:40.445Z] #48 48.29 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:25:40.445Z] #48 48.30 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:25:40.445Z] #48 48.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:25:40.445Z] #48 48.42 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:25:40.445Z] #48 48.47 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:25:40.445Z] #48 48.48 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T13:25:40.445Z] #48 48.49 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:25:40.445Z] #48 48.53 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.55 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:25:40.445Z] #48 48.57 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.58 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:25:40.445Z] #48 48.60 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.63 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T13:25:40.445Z] #48 48.64 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T13:25:40.445Z] #48 48.65 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.68 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:25:40.445Z] #48 48.68 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.76 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.80 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:25:40.445Z] #48 48.94 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:25:40.445Z] #48 49.02 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:25:40.445Z] #48 49.05 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T13:25:40.445Z] #48 49.14 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:25:40.445Z] #48 49.22 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:25:40.445Z] #48 49.24 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:25:40.445Z] #48 49.32 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T13:25:40.445Z] #48 49.32 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T13:25:40.445Z] #48 49.32 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:25:40.445Z] #48 49.36 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T13:25:40.445Z] #48 49.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:25:40.445Z] #48 49.48 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:25:40.445Z] #48 49.50 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T13:25:40.445Z] #48 49.52 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:25:40.445Z] #48 49.56 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:25:40.445Z] #48 49.82 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:25:40.445Z] #48 49.83 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:25:40.445Z] #48 49.88 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T13:25:40.445Z] #48 49.92 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:25:40.445Z] #48 49.99 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T13:25:40.445Z] #48 50.00 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:25:40.445Z] #48 50.05 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:25:40.445Z] #48 50.05 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:25:40.445Z] #48 50.11 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:25:40.445Z] #48 50.13 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T13:25:40.445Z] #48 50.26 go: finding golang.org/x/text v0.3.2 [2021-02-18T13:25:40.445Z] #48 50.34 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:25:40.445Z] #48 50.38 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:25:40.445Z] #48 50.41 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:25:40.445Z] #48 50.42 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:25:40.445Z] #48 50.48 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:25:40.445Z] #48 50.48 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:25:40.445Z] #48 50.50 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:25:40.445Z] #48 50.50 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:25:40.445Z] #48 50.52 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:25:40.445Z] #48 50.54 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:25:40.445Z] #48 50.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:25:40.445Z] #48 50.57 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:25:40.445Z] #48 50.58 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T13:25:40.445Z] #48 50.62 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:25:40.445Z] #48 50.63 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:25:40.445Z] #48 50.66 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:25:40.445Z] #48 50.66 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:25:40.445Z] #48 50.68 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T13:25:40.445Z] #48 50.74 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:25:40.445Z] #48 50.75 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:25:40.445Z] #48 50.89 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:25:40.445Z] #48 ... [2021-02-18T13:25:40.445Z] [2021-02-18T13:25:40.445Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:40.445Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:40.445Z] #35 34.45 Reading package lists... [2021-02-18T13:25:40.445Z] #35 41.04 Building dependency tree... [2021-02-18T13:25:40.445Z] #35 44.78 The following additional packages will be installed: [2021-02-18T13:25:40.445Z] #35 44.78 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T13:25:40.445Z] #35 44.80 Suggested packages: [2021-02-18T13:25:40.445Z] #35 44.81 cmake-doc ninja-build lrzip [2021-02-18T13:25:40.445Z] #35 44.81 Recommended packages: [2021-02-18T13:25:40.445Z] #35 44.81 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T13:25:40.445Z] #35 46.06 The following NEW packages will be installed: [2021-02-18T13:25:40.445Z] #35 46.07 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T13:25:40.445Z] #35 46.08 vim-common xxd [2021-02-18T13:25:40.445Z] #35 46.50 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:25:40.445Z] #35 46.50 Need to get 14.9 MB of archives. [2021-02-18T13:25:40.445Z] #35 46.50 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T13:25:40.445Z] #35 46.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:25:40.445Z] #35 46.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:25:40.445Z] #35 46.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T13:25:40.445Z] #35 46.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:25:40.445Z] #35 47.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T13:25:40.445Z] #35 47.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T13:25:40.445Z] #35 47.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T13:25:40.445Z] #35 47.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T13:25:40.445Z] #35 47.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T13:25:40.445Z] #35 47.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T13:25:40.445Z] #35 49.56 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:25:40.445Z] #35 49.86 Fetched 14.9 MB in 2s (7611 kB/s) [2021-02-18T13:25:40.445Z] #35 49.98 Selecting previously unselected package xxd. [2021-02-18T13:25:40.445Z] #35 49.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.) [2021-02-18T13:25:40.445Z] #35 50.07 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:25:40.446Z] #35 50.09 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:25:40.446Z] #35 50.30 Selecting previously unselected package vim-common. [2021-02-18T13:25:40.446Z] #35 50.31 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:25:40.446Z] #35 50.36 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:25:40.446Z] #35 50.76 Selecting previously unselected package cmake-data. [2021-02-18T13:25:40.446Z] #35 50.77 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T13:25:40.446Z] #35 50.77 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T13:25:40.705Z] #35 ... [2021-02-18T13:25:40.705Z] [2021-02-18T13:25:40.705Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:25:40.705Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:25:40.705Z] #44 40.93 internal/reflectlite [2021-02-18T13:25:40.705Z] #44 40.95 sync [2021-02-18T13:25:40.705Z] #44 42.49 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T13:25:40.705Z] #44 42.97 math/rand [2021-02-18T13:25:40.705Z] #44 44.12 internal/singleflight [2021-02-18T13:25:40.705Z] #44 44.39 io [2021-02-18T13:25:40.705Z] #44 44.52 strconv [2021-02-18T13:25:40.705Z] #44 45.80 bytes [2021-02-18T13:25:40.705Z] #44 48.47 bufio [2021-02-18T13:25:40.705Z] #44 49.58 reflect [2021-02-18T13:25:40.705Z] #44 51.15 syscall [2021-02-18T13:25:40.705Z] #44 ... [2021-02-18T13:25:40.705Z] [2021-02-18T13:25:40.706Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:25:40.706Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:25:40.706Z] #31 49.66 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T13:25:40.706Z] #31 50.34 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T13:25:40.966Z] #31 50.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:25:41.342Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:25:41.358Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:25:41.342Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:25:42.316Z] + docker version [2021-02-18T13:25:43.071Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:43.087Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:25:43.107Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:43.121Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:43.146Z] Fetching without tags [2021-02-18T13:25:43.406Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:25:44.439Z] Fetching without tags [2021-02-18T13:25:44.540Z] Merge succeeded, producing fc9717040812c107d6b1225479e41d9e3829d6b8 [2021-02-18T13:25:44.540Z] Checking out Revision fc9717040812c107d6b1225479e41d9e3829d6b8 (PR-41974) [2021-02-18T13:25:44.338Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:44.348Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:25:44.372Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:44.404Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:25:44.441Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:44.441Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:44.442Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:44.858Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:25:43.147Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:25:43.148Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:43.149Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:25:43.410Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:43.421Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:25:43.899Z] > git remote # timeout=10 [2021-02-18T13:25:43.916Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:25:43.932Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:43.936Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:25:44.522Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:25:44.540Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:44.551Z] > git checkout -f fc9717040812c107d6b1225479e41d9e3829d6b8 # timeout=10 [2021-02-18T13:25:46.212Z] Client: Docker Engine - Community [2021-02-18T13:25:46.212Z] Version: 20.10.3 [2021-02-18T13:25:46.212Z] API version: 1.41 [2021-02-18T13:25:46.212Z] Go version: go1.13.15 [2021-02-18T13:25:46.212Z] Git commit: 48d30b5 [2021-02-18T13:25:46.212Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-18T13:25:46.212Z] OS/Arch: linux/arm64 [2021-02-18T13:25:46.212Z] Context: default [2021-02-18T13:25:46.212Z] Experimental: true [2021-02-18T13:25:46.212Z] [2021-02-18T13:25:46.212Z] Server: Docker Engine - Community [2021-02-18T13:25:46.212Z] Engine: [2021-02-18T13:25:46.212Z] Version: 20.10.3 [2021-02-18T13:25:46.212Z] API version: 1.41 (minimum version 1.12) [2021-02-18T13:25:46.212Z] Go version: go1.13.15 [2021-02-18T13:25:46.212Z] Git commit: 46229ca [2021-02-18T13:25:46.212Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-18T13:25:46.212Z] OS/Arch: linux/arm64 [2021-02-18T13:25:46.212Z] Experimental: true [2021-02-18T13:25:46.212Z] containerd: [2021-02-18T13:25:46.212Z] Version: 1.4.3 [2021-02-18T13:25:46.212Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:46.212Z] runc: [2021-02-18T13:25:46.212Z] Version: 1.0.0-rc92 [2021-02-18T13:25:46.212Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:46.212Z] docker-init: [2021-02-18T13:25:46.212Z] Version: 0.19.0 [2021-02-18T13:25:46.212Z] GitCommit: de40ad0 [2021-02-18T13:25:46.254Z] #31 ... [2021-02-18T13:25:46.254Z] [2021-02-18T13:25:46.254Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:46.254Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:46.254Z] #41 50.82 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T13:25:46.254Z] #41 50.82 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 50.83 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 51.74 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T13:25:46.254Z] #41 51.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 51.76 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 52.38 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T13:25:46.254Z] #41 52.39 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 52.41 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 54.04 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T13:25:46.254Z] #41 54.04 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 54.05 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 54.66 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T13:25:46.254Z] #41 54.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 54.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:25:46.254Z] #41 54.82 Selecting previously unselected package protobuf-compiler. [2021-02-18T13:25:46.254Z] #41 54.84 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 54.85 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 55.06 Selecting previously unselected package python-pkg-resources. [2021-02-18T13:25:46.254Z] #41 55.07 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:25:46.254Z] #41 55.07 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T13:25:46.254Z] #41 55.41 Selecting previously unselected package python-six. [2021-02-18T13:25:46.254Z] #41 55.41 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T13:25:46.254Z] #41 55.42 Unpacking python-six (1.12.0-1) ... [2021-02-18T13:25:46.254Z] #41 55.54 Selecting previously unselected package python-protobuf. [2021-02-18T13:25:46.254Z] #41 55.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T13:25:46.254Z] #41 55.55 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T13:25:46.254Z] #41 56.23 Setting up python-pkg-resources (40.8.0-1) ... [Pipeline] sh [2021-02-18T13:25:46.491Z] Client: Docker Engine - Community [2021-02-18T13:25:46.491Z] Version: 20.10.3 [2021-02-18T13:25:46.491Z] API version: 1.41 [2021-02-18T13:25:46.491Z] Go version: go1.13.15 [2021-02-18T13:25:46.491Z] Git commit: 48d30b5 [2021-02-18T13:25:46.491Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T13:25:46.491Z] OS/Arch: linux/amd64 [2021-02-18T13:25:46.491Z] Context: default [2021-02-18T13:25:46.491Z] Experimental: true [2021-02-18T13:25:46.491Z] [2021-02-18T13:25:46.491Z] Server: Docker Engine - Community [2021-02-18T13:25:46.491Z] Engine: [2021-02-18T13:25:46.491Z] Version: 20.10.3 [2021-02-18T13:25:46.491Z] API version: 1.41 (minimum version 1.12) [2021-02-18T13:25:46.491Z] Go version: go1.13.15 [2021-02-18T13:25:46.491Z] Git commit: 46229ca [2021-02-18T13:25:46.491Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T13:25:46.491Z] OS/Arch: linux/amd64 [2021-02-18T13:25:46.491Z] Experimental: true [2021-02-18T13:25:46.491Z] containerd: [2021-02-18T13:25:46.491Z] Version: 1.4.3 [2021-02-18T13:25:46.491Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:46.491Z] runc: [2021-02-18T13:25:46.491Z] Version: 1.0.0-rc92 [2021-02-18T13:25:46.491Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:46.491Z] docker-init: [2021-02-18T13:25:46.491Z] Version: 0.19.0 [2021-02-18T13:25:46.491Z] GitCommit: de40ad0 [2021-02-18T13:25:46.515Z] Merge succeeded, producing 0b2d7779de66b42d2cd825096168bd79442e4923 [Pipeline] sh [2021-02-18T13:25:46.515Z] Checking out Revision 0b2d7779de66b42d2cd825096168bd79442e4923 (PR-41974) [2021-02-18T13:25:46.516Z] #41 ... [2021-02-18T13:25:46.516Z] [2021-02-18T13:25:46.516Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:46.516Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:46.516Z] #12 46.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-02-18T13:25:46.516Z] #12 47.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T13:25:46.516Z] #12 47.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-18T13:25:46.516Z] #12 47.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T13:25:46.516Z] #12 47.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T13:25:46.516Z] #12 47.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T13:25:46.516Z] #12 48.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T13:25:46.516Z] #12 48.25 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-02-18T13:25:46.516Z] #12 52.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-02-18T13:25:46.516Z] #12 54.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T13:25:46.516Z] #12 54.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T13:25:46.516Z] #12 54.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:25:46.516Z] #12 54.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:25:46.516Z] #12 54.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-18T13:25:46.516Z] #12 54.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T13:25:46.516Z] #12 54.57 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T13:25:46.516Z] #12 54.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T13:25:46.516Z] #12 54.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T13:25:46.516Z] #12 54.64 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T13:25:46.516Z] #12 54.64 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T13:25:46.516Z] #12 54.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T13:25:46.516Z] #12 54.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-18T13:25:46.516Z] #12 54.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T13:25:46.516Z] #12 54.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T13:25:46.516Z] #12 56.07 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:25:46.516Z] #12 56.30 Fetched 78.2 MB in 9s (8951 kB/s) [2021-02-18T13:25:46.516Z] #12 56.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:25:46.516Z] #12 56.50 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T13:25:46.516Z] #12 56.53 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:25:46.516Z] #12 56.92 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T13:25:46.551Z] + docker info [2021-02-18T13:25:46.777Z] #12 57.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 ... 15410 files and directories currently installed.) [2021-02-18T13:25:46.777Z] #12 57.15 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T13:25:46.777Z] #12 57.19 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:25:46.827Z] + docker info [2021-02-18T13:25:44.870Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:44.912Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:25:45.752Z] > git remote # timeout=10 [2021-02-18T13:25:45.774Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:25:45.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:25:45.791Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:25:46.498Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T13:25:46.515Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:25:46.537Z] > git checkout -f 0b2d7779de66b42d2cd825096168bd79442e4923 # timeout=10 [2021-02-18T13:25:47.038Z] #12 57.40 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T13:25:47.038Z] #12 57.56 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T13:25:47.298Z] #12 57.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:25:47.298Z] #12 57.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:25:47.298Z] #12 57.65 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:25:48.080Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:25:48.100Z] First time build. Skipping changelog. [2021-02-18T13:25:48.239Z] #12 ... [2021-02-18T13:25:48.239Z] [2021-02-18T13:25:48.239Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:25:48.239Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:25:48.239Z] #44 58.74 time [Pipeline] withEnv [Pipeline] { [2021-02-18T13:25:48.500Z] #44 ... [2021-02-18T13:25:48.500Z] [2021-02-18T13:25:48.500Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:25:48.500Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:25:48.500Z] #55 1.286 + RM_GOPATH=0 [2021-02-18T13:25:48.500Z] #55 1.286 + TMP_GOPATH= [2021-02-18T13:25:48.500Z] #55 1.286 + : /build [2021-02-18T13:25:48.500Z] #55 1.286 + '[' -z '' ']' [2021-02-18T13:25:48.500Z] #55 1.293 ++ mktemp -d [2021-02-18T13:25:48.500Z] #55 1.293 + export GOPATH=/tmp/tmp.GLS7t6DLkq [2021-02-18T13:25:48.500Z] #55 1.293 + GOPATH=/tmp/tmp.GLS7t6DLkq [2021-02-18T13:25:48.500Z] #55 1.293 + RM_GOPATH=1 [2021-02-18T13:25:48.500Z] #55 1.293 + case "$(go env GOARCH)" in [2021-02-18T13:25:48.500Z] #55 1.293 ++ go env GOARCH [2021-02-18T13:25:48.500Z] #55 1.319 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:48.500Z] #55 1.321 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:48.500Z] #55 1.321 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:48.500Z] #55 1.325 + dir=/tmp/install [2021-02-18T13:25:48.500Z] #55 1.328 + bin=containerd [2021-02-18T13:25:48.500Z] #55 1.328 + shift [2021-02-18T13:25:48.500Z] #55 1.329 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T13:25:48.500Z] #55 1.329 + . /tmp/install/containerd.installer [2021-02-18T13:25:48.500Z] #55 1.329 ++ set -e [2021-02-18T13:25:48.500Z] #55 1.329 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:48.500Z] #55 1.332 + install_containerd [2021-02-18T13:25:48.500Z] #55 1.335 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T13:25:48.500Z] #55 1.336 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:48.500Z] #55 1.336 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GLS7t6DLkq/src/github.com/containerd/containerd [2021-02-18T13:25:48.500Z] #55 1.342 Cloning into '/tmp/tmp.GLS7t6DLkq/src/github.com/containerd/containerd'... [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:25:49.003Z] + docker version [2021-02-18T13:25:49.883Z] #55 ... [2021-02-18T13:25:49.883Z] [2021-02-18T13:25:49.883Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:25:49.883Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:25:50.112Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:25:50.133Z] First time build. Skipping changelog. [2021-02-18T13:25:50.143Z] #12 60.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T13:25:50.143Z] #12 60.46 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:25:50.143Z] #12 60.47 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:25:48.081Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:25:50.714Z] #12 ... [2021-02-18T13:25:50.714Z] [2021-02-18T13:25:50.714Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:25:50.714Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:25:50.714Z] #48 51.02 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T13:25:50.714Z] #48 51.17 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:25:50.714Z] #48 51.19 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:25:50.714Z] #48 51.19 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:25:50.714Z] #48 51.32 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:25:50.714Z] #48 51.36 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:25:50.714Z] #48 ... [2021-02-18T13:25:50.714Z] [2021-02-18T13:25:50.714Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:25:50.714Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:25:50.714Z] #41 61.16 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:25:50.714Z] #41 61.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:25:50.714Z] #41 61.24 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:25:50.714Z] #41 61.27 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:25:50.974Z] #41 61.30 Setting up python-six (1.12.0-1) ... [2021-02-18T13:25:51.390Z] + docker version [2021-02-18T13:25:51.949Z] #41 ... [2021-02-18T13:25:51.949Z] [2021-02-18T13:25:51.949Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:25:51.949Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:25:51.949Z] #50 52.21 syscall [2021-02-18T13:25:51.949Z] #50 52.27 reflect [2021-02-18T13:25:51.949Z] #50 60.39 time [2021-02-18T13:25:51.949Z] #50 ... [2021-02-18T13:25:51.949Z] [2021-02-18T13:25:51.949Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:51.949Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:51.949Z] #35 54.00 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:25:51.949Z] #35 54.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:25:51.949Z] #35 54.08 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:25:51.949Z] #35 61.30 Selecting previously unselected package libxml2:amd64. [2021-02-18T13:25:51.950Z] #35 61.31 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T13:25:51.950Z] #35 61.31 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:25:50.113Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:25:52.210Z] #35 ... [2021-02-18T13:25:52.210Z] [2021-02-18T13:25:52.210Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:25:52.210Z] #46 sha256:10cad3e2866ab77a05029712b7f48a4ead8f14e3ba277d1c738b4cd24155dfda [2021-02-18T13:25:52.210Z] #46 DONE 62.6s [2021-02-18T13:25:52.210Z] [2021-02-18T13:25:52.210Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:52.210Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:52.210Z] #35 62.63 Selecting previously unselected package libarchive13:amd64. [2021-02-18T13:25:52.210Z] #35 62.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T13:25:52.210Z] #35 62.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:25:52.210Z] #35 ... [2021-02-18T13:25:52.210Z] [2021-02-18T13:25:52.210Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:25:52.210Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:25:52.210Z] #33 54.46 time [2021-02-18T13:25:52.211Z] #33 60.70 internal/poll [2021-02-18T13:25:52.211Z] #33 61.80 internal/fmtsort [2021-02-18T13:25:52.211Z] #33 62.58 internal/syscall/execenv [2021-02-18T13:25:52.296Z] Client: Docker Engine - Community [2021-02-18T13:25:52.296Z] Version: 20.10.3 [2021-02-18T13:25:52.296Z] API version: 1.41 [2021-02-18T13:25:52.296Z] Go version: go1.13.15 [2021-02-18T13:25:52.296Z] Git commit: 48d30b5 [2021-02-18T13:25:52.296Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-18T13:25:52.296Z] OS/Arch: linux/amd64 [2021-02-18T13:25:52.296Z] Context: default [2021-02-18T13:25:52.296Z] Experimental: true [2021-02-18T13:25:52.296Z] [2021-02-18T13:25:52.296Z] Server: Docker Engine - Community [2021-02-18T13:25:52.296Z] Engine: [2021-02-18T13:25:52.296Z] Version: 20.10.3 [2021-02-18T13:25:52.296Z] API version: 1.41 (minimum version 1.12) [2021-02-18T13:25:52.296Z] Go version: go1.13.15 [2021-02-18T13:25:52.296Z] Git commit: 46229ca [2021-02-18T13:25:52.296Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-18T13:25:52.296Z] OS/Arch: linux/amd64 [2021-02-18T13:25:52.296Z] Experimental: true [2021-02-18T13:25:52.296Z] containerd: [2021-02-18T13:25:52.296Z] Version: 1.4.3 [2021-02-18T13:25:52.296Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:52.296Z] runc: [2021-02-18T13:25:52.296Z] Version: 1.0.0-rc92 [2021-02-18T13:25:52.296Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:52.296Z] docker-init: [2021-02-18T13:25:52.296Z] Version: 0.19.0 [2021-02-18T13:25:52.296Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T13:25:52.471Z] #33 62.75 internal/syscall/unix [2021-02-18T13:25:52.471Z] #33 62.96 strings [2021-02-18T13:25:52.603Z] + docker info [2021-02-18T13:25:52.731Z] #33 ... [2021-02-18T13:25:52.731Z] [2021-02-18T13:25:52.731Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:25:52.731Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:25:52.731Z] #35 63.25 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T13:25:52.731Z] #35 63.25 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T13:25:52.731Z] #35 63.28 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:25:52.993Z] #35 63.48 Selecting previously unselected package librhash0:amd64. [2021-02-18T13:25:52.993Z] #35 63.50 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T13:25:52.993Z] #35 63.53 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:25:53.367Z] Client: [2021-02-18T13:25:53.367Z] Context: default [2021-02-18T13:25:53.367Z] Debug Mode: false [2021-02-18T13:25:53.367Z] Plugins: [2021-02-18T13:25:53.367Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T13:25:53.367Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T13:25:53.367Z] [2021-02-18T13:25:53.367Z] Server: [2021-02-18T13:25:53.367Z] Containers: 0 [2021-02-18T13:25:53.367Z] Running: 0 [2021-02-18T13:25:53.367Z] Paused: 0 [2021-02-18T13:25:53.367Z] Stopped: 0 [2021-02-18T13:25:53.367Z] Images: 0 [2021-02-18T13:25:53.367Z] Server Version: 20.10.3 [2021-02-18T13:25:53.367Z] Storage Driver: overlay2 [2021-02-18T13:25:53.367Z] Backing Filesystem: extfs [2021-02-18T13:25:53.367Z] Supports d_type: true [2021-02-18T13:25:53.367Z] Native Overlay Diff: true [2021-02-18T13:25:53.367Z] Logging Driver: json-file [2021-02-18T13:25:53.367Z] Cgroup Driver: cgroupfs [2021-02-18T13:25:53.367Z] Cgroup Version: 1 [2021-02-18T13:25:53.367Z] Plugins: [2021-02-18T13:25:53.367Z] Volume: local [2021-02-18T13:25:53.367Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T13:25:53.367Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T13:25:53.367Z] Swarm: inactive [2021-02-18T13:25:53.367Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T13:25:53.367Z] Default Runtime: runc [2021-02-18T13:25:53.367Z] Init Binary: docker-init [2021-02-18T13:25:53.367Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:53.367Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:53.367Z] init version: de40ad0 [2021-02-18T13:25:53.367Z] Security Options: [2021-02-18T13:25:53.367Z] apparmor [2021-02-18T13:25:53.367Z] seccomp [2021-02-18T13:25:53.367Z] Profile: default [2021-02-18T13:25:53.367Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T13:25:53.367Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T13:25:53.367Z] OSType: linux [2021-02-18T13:25:53.367Z] Architecture: x86_64 [2021-02-18T13:25:53.367Z] CPUs: 2 [2021-02-18T13:25:53.367Z] Total Memory: 7.487GiB [2021-02-18T13:25:53.367Z] Name: ip-10-100-88-148 [2021-02-18T13:25:53.367Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T13:25:53.367Z] Docker Root Dir: /var/lib/docker [2021-02-18T13:25:53.367Z] Debug Mode: false [2021-02-18T13:25:53.367Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:25:53.367Z] Labels: [2021-02-18T13:25:53.367Z] Experimental: true [2021-02-18T13:25:53.367Z] Insecure Registries: [2021-02-18T13:25:53.367Z] 127.0.0.0/8 [2021-02-18T13:25:53.367Z] Live Restore Enabled: true [2021-02-18T13:25:53.367Z] [2021-02-18T13:25:53.367Z] WARNING: No swap limit support [2021-02-18T13:25:53.367Z] WARNING: No blkio weight support [2021-02-18T13:25:53.367Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T13:25:53.563Z] #35 63.91 Selecting previously unselected package libuv1:amd64. [2021-02-18T13:25:53.563Z] #35 63.91 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T13:25:53.563Z] #35 63.91 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:25:53.684Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:53.684Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:53.685Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41974/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T13:25:53.685Z] + bash /home/ubuntu/workspace/moby_PR-41974/check-config.sh [2021-02-18T13:25:53.685Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T13:25:53.685Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T13:25:53.685Z] [2021-02-18T13:25:53.685Z] Generally Necessary: [2021-02-18T13:25:53.685Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T13:25:53.685Z] - apparmor: enabled and tools installed [2021-02-18T13:25:53.685Z] - CONFIG_NAMESPACES: enabled [2021-02-18T13:25:53.685Z] - CONFIG_NET_NS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_PID_NS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_IPC_NS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_UTS_NS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUPS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CPUSETS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_MEMCG: enabled [2021-02-18T13:25:53.685Z] - CONFIG_KEYS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_VETH: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T13:25:53.685Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T13:25:53.685Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T13:25:53.685Z] [2021-02-18T13:25:53.685Z] Optional Features: [2021-02-18T13:25:53.685Z] - CONFIG_USER_NS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_SECCOMP: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T13:25:53.685Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T13:25:53.685Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T13:25:53.685Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T13:25:53.685Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T13:25:53.685Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T13:25:53.685Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T13:25:53.685Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T13:25:53.685Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T13:25:53.685Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T13:25:53.685Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T13:25:53.685Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T13:25:53.824Z] #35 64.38 Selecting previously unselected package cmake. [2021-02-18T13:25:53.824Z] #35 64.38 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T13:25:53.824Z] #35 64.38 Unpacking cmake (3.13.4-1) ... [2021-02-18T13:25:53.940Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T13:25:53.940Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T13:25:53.940Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T13:25:53.940Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T13:25:53.940Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T13:25:53.940Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T13:25:53.940Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T13:25:53.940Z] - CONFIG_EXT4_FS: enabled [2021-02-18T13:25:53.940Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T13:25:53.940Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T13:25:53.940Z] - Network Drivers: [2021-02-18T13:25:53.940Z] - "overlay": [2021-02-18T13:25:53.940Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T13:25:53.940Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T13:25:53.941Z] Optional (for encrypted networks): [2021-02-18T13:25:53.941Z] - CONFIG_CRYPTO: enabled [2021-02-18T13:25:53.941Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T13:25:53.941Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T13:25:53.941Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T13:25:53.941Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T13:25:53.941Z] - CONFIG_XFRM: enabled [2021-02-18T13:25:53.941Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T13:25:53.941Z] - "ipvlan": [2021-02-18T13:25:53.941Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T13:25:53.941Z] - "macvlan": [2021-02-18T13:25:53.941Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T13:25:53.941Z] - "ftp,tftp client in container": [2021-02-18T13:25:53.941Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T13:25:53.941Z] - Storage Drivers: [2021-02-18T13:25:53.941Z] - "aufs": [2021-02-18T13:25:53.941Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T13:25:53.941Z] - "btrfs": [2021-02-18T13:25:53.941Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T13:25:53.941Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T13:25:53.941Z] - "devicemapper": [2021-02-18T13:25:53.941Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T13:25:53.941Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T13:25:53.941Z] - "overlay": [2021-02-18T13:25:53.941Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T13:25:53.941Z] - "zfs": [2021-02-18T13:25:53.941Z] - /dev/zfs: present [2021-02-18T13:25:53.941Z] - zfs command: missing [2021-02-18T13:25:53.941Z] - zpool command: missing [2021-02-18T13:25:53.941Z] [2021-02-18T13:25:53.941Z] Limits: [2021-02-18T13:25:53.941Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T13:25:53.941Z] [2021-02-18T13:25:53.941Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T13:25:54.272Z] + sudo modprobe ip_vs [2021-02-18T13:25:54.272Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a . [2021-02-18T13:25:54.537Z] #1 [internal] load build definition from Dockerfile [2021-02-18T13:25:54.537Z] #1 sha256:2d048804a151590b9702e7e328712cbcc6b174aa0c87d1773ff44b9895e2c29b [2021-02-18T13:25:54.537Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T13:25:54.537Z] #1 DONE 0.1s [2021-02-18T13:25:54.537Z] [2021-02-18T13:25:54.537Z] #2 [internal] load .dockerignore [2021-02-18T13:25:54.537Z] #2 sha256:66d993a5c53ce967264e7b10ca46b08ee9743c6e4d8db6ca62686a25b5b68f33 [2021-02-18T13:25:54.537Z] #2 transferring context: 87B done [2021-02-18T13:25:54.537Z] #2 DONE 0.1s [2021-02-18T13:25:54.537Z] [2021-02-18T13:25:54.537Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T13:25:54.537Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T13:25:55.099Z] #3 DONE 0.4s [2021-02-18T13:25:55.099Z] [2021-02-18T13:25:55.099Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T13:25:55.099Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T13:25:55.099Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T13:25:55.099Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 2.10MB / 8.88MB 0.1s [2021-02-18T13:25:55.099Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T13:25:55.099Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T13:25:55.099Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T13:25:55.099Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-18T13:25:55.359Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-18T13:25:55.359Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2021-02-18T13:25:55.616Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T13:25:55.616Z] #4 DONE 0.6s [2021-02-18T13:25:55.616Z] [2021-02-18T13:25:55.616Z] #5 [internal] load build definition from Dockerfile [2021-02-18T13:25:55.616Z] #5 sha256:7185b68c8ef58406545a8e37ca0371432dc687a41a5b37b9ebdf5227efd3257d [2021-02-18T13:25:55.616Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T13:25:55.616Z] #5 DONE 0.0s [2021-02-18T13:25:55.616Z] [2021-02-18T13:25:55.616Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:25:55.616Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T13:25:55.873Z] #7 ... [2021-02-18T13:25:55.873Z] [2021-02-18T13:25:55.873Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T13:25:55.873Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T13:25:55.873Z] #8 DONE 0.2s [2021-02-18T13:25:55.873Z] [2021-02-18T13:25:55.873Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:25:55.873Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T13:25:55.873Z] #6 DONE 0.3s [2021-02-18T13:25:56.129Z] [2021-02-18T13:25:56.129Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:25:56.129Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T13:25:56.129Z] #7 DONE 0.4s [2021-02-18T13:25:56.558Z] Client: [2021-02-18T13:25:56.558Z] Context: default [2021-02-18T13:25:56.558Z] Debug Mode: false [2021-02-18T13:25:56.558Z] Plugins: [2021-02-18T13:25:56.558Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T13:25:56.558Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T13:25:56.558Z] [2021-02-18T13:25:56.558Z] Server: [2021-02-18T13:25:56.558Z] Containers: 0 [2021-02-18T13:25:56.558Z] Running: 0 [2021-02-18T13:25:56.558Z] Paused: 0 [2021-02-18T13:25:56.558Z] Stopped: 0 [2021-02-18T13:25:56.558Z] Images: 0 [2021-02-18T13:25:56.558Z] Server Version: 20.10.3 [2021-02-18T13:25:56.558Z] Storage Driver: overlay2 [2021-02-18T13:25:56.558Z] Backing Filesystem: extfs [2021-02-18T13:25:56.558Z] Supports d_type: true [2021-02-18T13:25:56.558Z] Native Overlay Diff: true [2021-02-18T13:25:56.558Z] Logging Driver: json-file [2021-02-18T13:25:56.558Z] Cgroup Driver: cgroupfs [2021-02-18T13:25:56.558Z] Cgroup Version: 1 [2021-02-18T13:25:56.558Z] Plugins: [2021-02-18T13:25:56.558Z] Volume: local [2021-02-18T13:25:56.558Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T13:25:56.558Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T13:25:56.558Z] Swarm: inactive [2021-02-18T13:25:56.558Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T13:25:56.558Z] Default Runtime: runc [2021-02-18T13:25:56.558Z] Init Binary: docker-init [2021-02-18T13:25:56.558Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:56.558Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:56.558Z] init version: de40ad0 [2021-02-18T13:25:56.558Z] Security Options: [2021-02-18T13:25:56.558Z] apparmor [2021-02-18T13:25:56.558Z] seccomp [2021-02-18T13:25:56.558Z] Profile: default [2021-02-18T13:25:56.558Z] Kernel Version: 4.15.0-1093-aws [2021-02-18T13:25:56.558Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-18T13:25:56.558Z] OSType: linux [2021-02-18T13:25:56.558Z] Architecture: aarch64 [2021-02-18T13:25:56.558Z] CPUs: 4 [2021-02-18T13:25:56.558Z] Total Memory: 7.525GiB [2021-02-18T13:25:56.558Z] Name: ip-10-100-119-200 [2021-02-18T13:25:56.558Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-18T13:25:56.558Z] Docker Root Dir: /var/lib/docker [2021-02-18T13:25:56.558Z] Debug Mode: false [2021-02-18T13:25:56.558Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:25:56.558Z] Labels: [2021-02-18T13:25:56.558Z] Experimental: true [2021-02-18T13:25:56.558Z] Insecure Registries: [2021-02-18T13:25:56.558Z] 127.0.0.0/8 [2021-02-18T13:25:56.558Z] Live Restore Enabled: true [2021-02-18T13:25:56.558Z] [2021-02-18T13:25:56.558Z] WARNING: No swap limit support [Pipeline] sh [2021-02-18T13:25:56.696Z] [2021-02-18T13:25:56.696Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:25:56.696Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:25:56.696Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T13:25:56.696Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T13:25:56.696Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T13:25:56.696Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2021-02-18T13:25:56.696Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T13:25:56.864Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:56.864Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:56.864Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41974/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T13:25:56.864Z] + bash /home/ubuntu/workspace/moby_PR-41974/check-config.sh [2021-02-18T13:25:56.864Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T13:25:56.864Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-18T13:25:56.864Z] [2021-02-18T13:25:56.864Z] Generally Necessary: [2021-02-18T13:25:56.864Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T13:25:56.864Z] - apparmor: enabled and tools installed [2021-02-18T13:25:56.952Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.49MB / 50.40MB 0.4s [2021-02-18T13:25:56.952Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.43MB / 7.81MB 0.4s [2021-02-18T13:25:57.120Z] #35 67.61 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:25:57.120Z] #35 67.65 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:25:57.120Z] #35 67.66 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:25:57.120Z] #35 67.70 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:25:57.125Z] - CONFIG_NAMESPACES: enabled [2021-02-18T13:25:57.125Z] - CONFIG_NET_NS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_PID_NS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_IPC_NS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_UTS_NS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CGROUPS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T13:25:57.125Z] - CONFIG_CPUSETS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_MEMCG: enabled [2021-02-18T13:25:57.125Z] - CONFIG_KEYS: enabled [2021-02-18T13:25:57.125Z] - CONFIG_VETH: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T13:25:57.125Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T13:25:57.126Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T13:25:57.126Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T13:25:57.126Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-18T13:25:57.126Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T13:25:57.126Z] [2021-02-18T13:25:57.126Z] Optional Features: [2021-02-18T13:25:57.212Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.63MB / 50.40MB 0.4s [2021-02-18T13:25:57.212Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-02-18T13:25:57.380Z] #35 67.77 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:25:57.380Z] #35 67.80 Setting up cmake-data (3.13.4-1) ... [2021-02-18T13:25:57.380Z] #35 67.83 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:25:57.380Z] #35 67.86 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:25:57.380Z] #35 67.90 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:25:57.380Z] #35 67.93 Setting up cmake (3.13.4-1) ... [2021-02-18T13:25:57.387Z] - CONFIG_USER_NS: enabled [2021-02-18T13:25:57.387Z] - CONFIG_SECCOMP: enabled [2021-02-18T13:25:57.387Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T13:25:57.387Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T13:25:57.387Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T13:25:57.387Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T13:25:57.387Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T13:25:57.387Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T13:25:57.387Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-18T13:25:57.387Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-18T13:25:57.387Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T13:25:57.387Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T13:25:57.387Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T13:25:57.387Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T13:25:57.387Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T13:25:57.387Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T13:25:57.387Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T13:25:57.387Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T13:25:57.387Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T13:25:57.387Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T13:25:57.387Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T13:25:57.387Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T13:25:57.387Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T13:25:57.387Z] - CONFIG_EXT4_FS: enabled [2021-02-18T13:25:57.387Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T13:25:57.387Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T13:25:57.472Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.16MB / 50.40MB 0.5s [2021-02-18T13:25:57.472Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-02-18T13:25:57.472Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.85MB / 50.40MB 0.8s [2021-02-18T13:25:57.472Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 6.29MB / 10.00MB 0.8s [2021-02-18T13:25:57.640Z] #35 67.95 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:25:57.640Z] #35 68.02 Processing triggers for mime-support (3.62) ... [2021-02-18T13:25:57.649Z] - Network Drivers: [2021-02-18T13:25:57.649Z] - "overlay": [2021-02-18T13:25:57.649Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T13:25:57.649Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T13:25:57.649Z] Optional (for encrypted networks): [2021-02-18T13:25:57.649Z] - CONFIG_CRYPTO: enabled [2021-02-18T13:25:57.649Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T13:25:57.649Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T13:25:57.649Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T13:25:57.649Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T13:25:57.649Z] - CONFIG_XFRM: enabled [2021-02-18T13:25:57.649Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T13:25:57.649Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T13:25:57.649Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T13:25:57.649Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-18T13:25:57.649Z] - "ipvlan": [2021-02-18T13:25:57.649Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T13:25:57.649Z] - "macvlan": [2021-02-18T13:25:57.649Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T13:25:57.649Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T13:25:57.649Z] - "ftp,tftp client in container": [2021-02-18T13:25:57.731Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 46.14MB / 50.40MB 0.9s [2021-02-18T13:25:57.731Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s [2021-02-18T13:25:57.731Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.0s [2021-02-18T13:25:57.731Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done [2021-02-18T13:25:57.731Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 696.32kB / 51.83MB 1.0s [2021-02-18T13:25:57.731Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.58MB / 51.83MB 1.1s [2021-02-18T13:25:57.874Z] Client: [2021-02-18T13:25:57.874Z] Context: default [2021-02-18T13:25:57.874Z] Debug Mode: false [2021-02-18T13:25:57.874Z] Plugins: [2021-02-18T13:25:57.874Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T13:25:57.874Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T13:25:57.874Z] [2021-02-18T13:25:57.874Z] Server: [2021-02-18T13:25:57.874Z] Containers: 0 [2021-02-18T13:25:57.874Z] Running: 0 [2021-02-18T13:25:57.874Z] Paused: 0 [2021-02-18T13:25:57.874Z] Stopped: 0 [2021-02-18T13:25:57.874Z] Images: 0 [2021-02-18T13:25:57.874Z] Server Version: 20.10.3 [2021-02-18T13:25:57.874Z] Storage Driver: overlay2 [2021-02-18T13:25:57.874Z] Backing Filesystem: extfs [2021-02-18T13:25:57.874Z] Supports d_type: true [2021-02-18T13:25:57.874Z] Native Overlay Diff: true [2021-02-18T13:25:57.874Z] Logging Driver: json-file [2021-02-18T13:25:57.874Z] Cgroup Driver: cgroupfs [2021-02-18T13:25:57.874Z] Cgroup Version: 1 [2021-02-18T13:25:57.874Z] Plugins: [2021-02-18T13:25:57.874Z] Volume: local [2021-02-18T13:25:57.874Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T13:25:57.874Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T13:25:57.874Z] Swarm: inactive [2021-02-18T13:25:57.874Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-18T13:25:57.874Z] Default Runtime: runc [2021-02-18T13:25:57.874Z] Init Binary: docker-init [2021-02-18T13:25:57.874Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:25:57.874Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:25:57.874Z] init version: de40ad0 [2021-02-18T13:25:57.874Z] Security Options: [2021-02-18T13:25:57.874Z] apparmor [2021-02-18T13:25:57.874Z] seccomp [2021-02-18T13:25:57.874Z] Profile: default [2021-02-18T13:25:57.874Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T13:25:57.874Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-18T13:25:57.874Z] OSType: linux [2021-02-18T13:25:57.874Z] Architecture: x86_64 [2021-02-18T13:25:57.874Z] CPUs: 2 [2021-02-18T13:25:57.874Z] Total Memory: 7.487GiB [2021-02-18T13:25:57.874Z] Name: ip-10-100-108-103 [2021-02-18T13:25:57.874Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-18T13:25:57.874Z] Docker Root Dir: /var/lib/docker [2021-02-18T13:25:57.874Z] Debug Mode: false [2021-02-18T13:25:57.874Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:25:57.874Z] Labels: [2021-02-18T13:25:57.874Z] Experimental: true [2021-02-18T13:25:57.874Z] Insecure Registries: [2021-02-18T13:25:57.874Z] 127.0.0.0/8 [2021-02-18T13:25:57.874Z] Live Restore Enabled: true [2021-02-18T13:25:57.874Z] [2021-02-18T13:25:57.874Z] WARNING: No swap limit support [2021-02-18T13:25:57.874Z] WARNING: No blkio weight support [2021-02-18T13:25:57.874Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-18T13:25:57.910Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T13:25:57.910Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T13:25:57.910Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T13:25:57.910Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T13:25:57.910Z] - Storage Drivers: [2021-02-18T13:25:57.910Z] - "aufs": [2021-02-18T13:25:57.910Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T13:25:57.910Z] - "btrfs": [2021-02-18T13:25:57.910Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T13:25:57.910Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T13:25:57.910Z] - "devicemapper": [2021-02-18T13:25:57.910Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T13:25:57.910Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T13:25:57.910Z] - "overlay": [2021-02-18T13:25:57.910Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T13:25:57.910Z] - "zfs": [2021-02-18T13:25:57.910Z] - /dev/zfs: missing [2021-02-18T13:25:57.910Z] - zfs command: missing [2021-02-18T13:25:57.910Z] - zpool command: missing [2021-02-18T13:25:57.910Z] [2021-02-18T13:25:57.910Z] Limits: [2021-02-18T13:25:57.910Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T13:25:57.910Z] [2021-02-18T13:25:57.910Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T13:25:57.990Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.87MB / 51.83MB 1.2s [2021-02-18T13:25:57.990Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.21MB / 51.83MB 1.3s [2021-02-18T13:25:58.158Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:58.158Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:25:58.158Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41974/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-18T13:25:58.158Z] + bash /home/ubuntu/workspace/moby_PR-41974/check-config.sh [2021-02-18T13:25:58.158Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-18T13:25:58.158Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-18T13:25:58.158Z] [2021-02-18T13:25:58.158Z] Generally Necessary: [2021-02-18T13:25:58.158Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-18T13:25:58.158Z] - apparmor: enabled and tools installed [2021-02-18T13:25:58.158Z] - CONFIG_NAMESPACES: enabled [2021-02-18T13:25:58.158Z] - CONFIG_NET_NS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_PID_NS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_IPC_NS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_UTS_NS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUPS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CPUSETS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_MEMCG: enabled [2021-02-18T13:25:58.158Z] - CONFIG_KEYS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_VETH: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-18T13:25:58.158Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-18T13:25:58.158Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-18T13:25:58.158Z] [2021-02-18T13:25:58.158Z] Optional Features: [2021-02-18T13:25:58.158Z] - CONFIG_USER_NS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_SECCOMP: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-18T13:25:58.158Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-18T13:25:58.158Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-18T13:25:58.158Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-18T13:25:58.158Z] - CONFIG_BLK_CGROUP: enabled [2021-02-18T13:25:58.158Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-18T13:25:58.158Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-18T13:25:58.158Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_PERF: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-18T13:25:58.158Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-18T13:25:58.158Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-18T13:25:58.158Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-18T13:25:58.158Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-18T13:25:58.158Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-18T13:25:58.158Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-18T13:25:58.247Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done [2021-02-18T13:25:58.247Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 1.4s [2021-02-18T13:25:58.247Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.09MB / 51.83MB 1.6s [2021-02-18T13:25:58.247Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-18T13:25:58.255Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a . [2021-02-18T13:25:58.417Z] - CONFIG_IP_VS: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-18T13:25:58.417Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-18T13:25:58.417Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-18T13:25:58.417Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_EXT4_FS: enabled [2021-02-18T13:25:58.417Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-18T13:25:58.417Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-18T13:25:58.417Z] - Network Drivers: [2021-02-18T13:25:58.417Z] - "overlay": [2021-02-18T13:25:58.417Z] - CONFIG_VXLAN: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-18T13:25:58.417Z] Optional (for encrypted networks): [2021-02-18T13:25:58.417Z] - CONFIG_CRYPTO: enabled [2021-02-18T13:25:58.417Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-18T13:25:58.417Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-18T13:25:58.417Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-18T13:25:58.417Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-18T13:25:58.417Z] - CONFIG_XFRM: enabled [2021-02-18T13:25:58.417Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-18T13:25:58.417Z] - "ipvlan": [2021-02-18T13:25:58.417Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-18T13:25:58.417Z] - "macvlan": [2021-02-18T13:25:58.417Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_DUMMY: enabled (as module) [2021-02-18T13:25:58.417Z] - "ftp,tftp client in container": [2021-02-18T13:25:58.417Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-18T13:25:58.417Z] - Storage Drivers: [2021-02-18T13:25:58.417Z] - "aufs": [2021-02-18T13:25:58.417Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-18T13:25:58.417Z] - "btrfs": [2021-02-18T13:25:58.417Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-18T13:25:58.417Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-18T13:25:58.417Z] - "devicemapper": [2021-02-18T13:25:58.417Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-18T13:25:58.417Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-18T13:25:58.417Z] - "overlay": [2021-02-18T13:25:58.417Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-18T13:25:58.417Z] - "zfs": [2021-02-18T13:25:58.417Z] - /dev/zfs: present [2021-02-18T13:25:58.417Z] - zfs command: missing [2021-02-18T13:25:58.417Z] - zpool command: missing [2021-02-18T13:25:58.417Z] [2021-02-18T13:25:58.417Z] Limits: [2021-02-18T13:25:58.417Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-18T13:25:58.417Z] [2021-02-18T13:25:58.417Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T13:25:58.512Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.6s [2021-02-18T13:25:58.518Z] #1 [internal] load build definition from Dockerfile [2021-02-18T13:25:58.518Z] #1 sha256:7a80d865882723e9efa4de1145236e9626b65a702a7c885e54853a6800a3824a [2021-02-18T13:25:58.518Z] #1 transferring dockerfile: [2021-02-18T13:25:58.581Z] #35 DONE 69.0s [2021-02-18T13:25:58.581Z] [2021-02-18T13:25:58.581Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:25:58.582Z] #36 sha256:b261a4353cac5bbf9a3baaa700128dd1651a85823e18a6ef2d70c17bb1c01013 [2021-02-18T13:25:58.757Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a . [2021-02-18T13:25:58.757Z] #2 [internal] load .dockerignore [2021-02-18T13:25:58.757Z] #2 sha256:bc6fef8d9cb1a61b78d9b5eb07f2adcc8aa2c072a7246553e1b9a4874af86cb8 [2021-02-18T13:25:58.774Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.05MB / 120.17MB 1.9s [2021-02-18T13:25:58.774Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.10MB / 68.67MB 1.9s [2021-02-18T13:25:58.774Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.73MB / 120.17MB 2.2s [2021-02-18T13:25:58.774Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 14.68MB / 68.67MB 2.2s [2021-02-18T13:25:58.783Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T13:25:58.783Z] #1 DONE 0.2s [2021-02-18T13:25:58.783Z] [2021-02-18T13:25:58.783Z] #2 [internal] load .dockerignore [2021-02-18T13:25:58.783Z] #2 sha256:77da684656289edd4f2cdcbdee7f1e47d79fc41c2762b541255759d6ac089f66 [2021-02-18T13:25:58.783Z] #2 transferring context: 87B done [2021-02-18T13:25:58.783Z] #2 DONE 0.0s [2021-02-18T13:25:59.016Z] #2 transferring context: 87B done [2021-02-18T13:25:59.016Z] #2 DONE 0.1s [2021-02-18T13:25:59.016Z] [2021-02-18T13:25:59.016Z] #1 [internal] load build definition from Dockerfile [2021-02-18T13:25:59.016Z] #1 sha256:9742d8e02d4125b2d4da7c441d042b53e5e458574a42dd5613b37020a02f1d91 [2021-02-18T13:25:59.016Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T13:25:59.016Z] #1 DONE 0.2s [2021-02-18T13:25:59.016Z] [2021-02-18T13:25:59.016Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T13:25:59.016Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T13:25:59.031Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done [2021-02-18T13:25:59.031Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 2.3s [2021-02-18T13:25:59.031Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 2.3s [2021-02-18T13:25:59.031Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.3s [2021-02-18T13:25:59.046Z] [2021-02-18T13:25:59.046Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T13:25:59.046Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-18T13:25:59.276Z] #3 DONE 0.4s [2021-02-18T13:25:59.289Z] #9 ... [2021-02-18T13:25:59.289Z] [2021-02-18T13:25:59.289Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T13:25:59.289Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T13:25:59.289Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T13:25:59.289Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T13:25:59.289Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-18T13:25:59.289Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T13:25:59.289Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done [2021-02-18T13:25:59.289Z] #61 DONE 2.5s [2021-02-18T13:25:59.289Z] [2021-02-18T13:25:59.289Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:25:59.289Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:25:59.289Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.26MB / 68.67MB 2.4s [2021-02-18T13:25:59.289Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 41.94MB / 120.17MB 2.6s [2021-02-18T13:25:59.289Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 2.6s [2021-02-18T13:25:59.289Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s done [2021-02-18T13:25:59.535Z] [2021-02-18T13:25:59.535Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T13:25:59.535Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T13:25:59.535Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T13:25:59.535Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T13:25:59.535Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T13:25:59.535Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T13:25:59.535Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2021-02-18T13:25:59.535Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.88MB / 8.88MB 0.2s [2021-02-18T13:25:59.554Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.14MB / 68.67MB 2.7s [2021-02-18T13:25:59.554Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 50.33MB / 120.17MB 2.8s [2021-02-18T13:25:59.554Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.33MB / 68.67MB 2.8s [2021-02-18T13:25:59.554Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.82MB / 120.17MB 3.0s [2021-02-18T13:25:59.554Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 3.0s [2021-02-18T13:25:59.619Z] #3 DONE 0.5s [2021-02-18T13:25:59.619Z] [2021-02-18T13:25:59.619Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T13:25:59.619Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-18T13:25:59.619Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T13:25:59.619Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T13:25:59.619Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2021-02-18T13:25:59.619Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2021-02-18T13:25:59.619Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2021-02-18T13:25:59.794Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-18T13:25:59.794Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-18T13:25:59.818Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.50MB / 120.17MB 3.1s [2021-02-18T13:25:59.818Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s [2021-02-18T13:25:59.882Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2021-02-18T13:25:59.882Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done [2021-02-18T13:25:59.972Z] #36 1.179 + RM_GOPATH=0 [2021-02-18T13:25:59.972Z] #36 1.179 + TMP_GOPATH= [2021-02-18T13:25:59.972Z] #36 1.179 + : /build [2021-02-18T13:25:59.972Z] #36 1.180 + '[' -z '' ']' [2021-02-18T13:25:59.972Z] #36 1.182 ++ mktemp -d [2021-02-18T13:25:59.972Z] #36 1.189 + export GOPATH=/tmp/tmp.cRum4IWJK1 [2021-02-18T13:25:59.972Z] #36 1.189 + GOPATH=/tmp/tmp.cRum4IWJK1 [2021-02-18T13:25:59.972Z] #36 1.189 + RM_GOPATH=1 [2021-02-18T13:25:59.972Z] #36 1.189 + case "$(go env GOARCH)" in [2021-02-18T13:25:59.972Z] #36 1.190 ++ go env GOARCH [2021-02-18T13:25:59.972Z] #36 1.224 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:59.972Z] #36 1.224 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:25:59.972Z] #36 1.230 ++ dirname /tmp/install/install.sh [2021-02-18T13:25:59.972Z] #36 1.233 + dir=/tmp/install [2021-02-18T13:25:59.972Z] #36 1.233 + bin=tini [2021-02-18T13:25:59.972Z] #36 1.233 + shift [2021-02-18T13:25:59.972Z] #36 1.233 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T13:25:59.972Z] #36 1.234 + . /tmp/install/tini.installer [2021-02-18T13:25:59.972Z] #36 1.234 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:25:59.972Z] #36 1.234 + install_tini [2021-02-18T13:25:59.972Z] #36 1.234 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T13:25:59.972Z] #36 1.234 + git clone https://github.com/krallin/tini.git /tmp/tmp.cRum4IWJK1/tini [2021-02-18T13:25:59.972Z] #36 1.234 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:25:59.972Z] #36 1.237 Cloning into '/tmp/tmp.cRum4IWJK1/tini'... [2021-02-18T13:26:00.053Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T13:26:00.053Z] #4 DONE 0.6s [2021-02-18T13:26:00.078Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 84.93MB / 120.17MB 3.3s [2021-02-18T13:26:00.078Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 3.4s [2021-02-18T13:26:00.145Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2021-02-18T13:26:00.311Z] [2021-02-18T13:26:00.311Z] #5 [internal] load build definition from Dockerfile [2021-02-18T13:26:00.311Z] #5 sha256:be079956b394aa13c435867c5a9226f4084d26eab40cdf4d8d1628af3e3a297f [2021-02-18T13:26:00.311Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T13:26:00.311Z] #5 DONE 0.0s [2021-02-18T13:26:00.311Z] [2021-02-18T13:26:00.311Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T13:26:00.311Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T13:26:00.333Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.91MB / 120.17MB 3.6s [2021-02-18T13:26:00.334Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.56MB / 120.17MB 3.7s [2021-02-18T13:26:00.406Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2021-02-18T13:26:00.406Z] #4 DONE 0.8s [2021-02-18T13:26:00.544Z] #36 1.981 + cd /tmp/tmp.cRum4IWJK1/tini [2021-02-18T13:26:00.544Z] #36 1.986 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:26:00.544Z] #36 1.991 + cmake . [2021-02-18T13:26:00.570Z] #8 DONE 0.3s [2021-02-18T13:26:00.570Z] [2021-02-18T13:26:00.570Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:26:00.570Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T13:26:00.570Z] #7 DONE 0.3s [2021-02-18T13:26:00.570Z] [2021-02-18T13:26:00.570Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:26:00.570Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T13:26:00.570Z] #6 DONE 0.3s [2021-02-18T13:26:00.590Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.7s [2021-02-18T13:26:00.668Z] [2021-02-18T13:26:00.668Z] #5 [internal] load build definition from Dockerfile [2021-02-18T13:26:00.668Z] #5 sha256:ae95647eb38d2324b7a0b6828b6bf127452690bcee6e1c19626de2fad48656ce [2021-02-18T13:26:00.668Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T13:26:00.668Z] #5 DONE 0.0s [2021-02-18T13:26:00.668Z] [2021-02-18T13:26:00.668Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:26:00.668Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-18T13:26:01.115Z] #36 2.540 -- The C compiler identification is GNU 8.3.0 [2021-02-18T13:26:01.116Z] #36 2.604 -- Check for working C compiler: /usr/bin/cc [2021-02-18T13:26:01.157Z] [2021-02-18T13:26:01.157Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T13:26:01.157Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T13:26:01.157Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T13:26:01.157Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T13:26:01.157Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T13:26:01.241Z] #8 DONE 0.2s [2021-02-18T13:26:01.241Z] [2021-02-18T13:26:01.241Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T13:26:01.241Z] #7 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-18T13:26:01.241Z] #7 DONE 0.3s [2021-02-18T13:26:01.241Z] [2021-02-18T13:26:01.241Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:26:01.241Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-18T13:26:01.241Z] #6 DONE 0.4s [2021-02-18T13:26:01.378Z] Client: Docker Engine - Community [2021-02-18T13:26:01.378Z] Version: 20.10.3 [2021-02-18T13:26:01.378Z] API version: 1.41 [2021-02-18T13:26:01.378Z] Go version: go1.13.15 [2021-02-18T13:26:01.378Z] Git commit: 48d30b5 [2021-02-18T13:26:01.378Z] Built: Fri Jan 29 14:33:21 2021 [2021-02-18T13:26:01.378Z] OS/Arch: linux/amd64 [2021-02-18T13:26:01.378Z] Context: default [2021-02-18T13:26:01.378Z] Experimental: true [2021-02-18T13:26:01.378Z] [2021-02-18T13:26:01.378Z] Server: Docker Engine - Community [2021-02-18T13:26:01.378Z] Engine: [2021-02-18T13:26:01.378Z] Version: 20.10.3 [2021-02-18T13:26:01.378Z] API version: 1.41 (minimum version 1.12) [2021-02-18T13:26:01.378Z] Go version: go1.13.15 [2021-02-18T13:26:01.378Z] Git commit: 46229ca [2021-02-18T13:26:01.378Z] Built: Fri Jan 29 14:31:32 2021 [2021-02-18T13:26:01.378Z] OS/Arch: linux/amd64 [2021-02-18T13:26:01.378Z] Experimental: true [2021-02-18T13:26:01.378Z] containerd: [2021-02-18T13:26:01.378Z] Version: 1.4.3 [2021-02-18T13:26:01.378Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:26:01.378Z] runc: [2021-02-18T13:26:01.378Z] Version: 1.0.0-rc92 [2021-02-18T13:26:01.378Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:26:01.378Z] docker-init: [2021-02-18T13:26:01.378Z] Version: 0.19.0 [2021-02-18T13:26:01.378Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-18T13:26:01.426Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.05MB / 9.86MB 0.3s [2021-02-18T13:26:01.426Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.15MB / 9.86MB 0.4s [2021-02-18T13:26:01.521Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.6s done [2021-02-18T13:26:01.687Z] #36 3.335 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T13:26:01.690Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.24MB / 9.86MB 0.6s [2021-02-18T13:26:01.690Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 8.39MB / 9.86MB 0.6s [2021-02-18T13:26:01.693Z] + docker info [2021-02-18T13:26:01.948Z] #36 3.337 -- Detecting C compiler ABI info [2021-02-18T13:26:01.950Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s [2021-02-18T13:26:01.950Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.8s done [2021-02-18T13:26:01.950Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-02-18T13:26:02.110Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.2s done [2021-02-18T13:26:02.366Z] #9 ... [2021-02-18T13:26:02.366Z] [2021-02-18T13:26:02.366Z] #22 [internal] load build context [2021-02-18T13:26:02.366Z] #22 sha256:78d448d2f0fe762803438f8f5b021b6652f3834bf59eacbdda33998989d942f4 [2021-02-18T13:26:02.366Z] #22 transferring context: 53.36MB 5.7s done [2021-02-18T13:26:02.366Z] #22 DONE 5.8s [2021-02-18T13:26:02.366Z] [2021-02-18T13:26:02.366Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:02.366Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:02.519Z] #36 4.006 -- Detecting C compiler ABI info - done [2021-02-18T13:26:02.519Z] #36 4.040 -- Detecting C compile features [2021-02-18T13:26:03.091Z] #36 ... [2021-02-18T13:26:03.091Z] [2021-02-18T13:26:03.091Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:03.091Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:03.091Z] #44 63.44 internal/syscall/unix [2021-02-18T13:26:03.091Z] #44 63.96 strings [2021-02-18T13:26:03.091Z] #44 65.45 os [2021-02-18T13:26:03.091Z] #44 66.54 regexp/syntax [2021-02-18T13:26:03.091Z] #44 69.48 fmt [2021-02-18T13:26:03.091Z] #44 71.76 regexp [2021-02-18T13:26:03.091Z] #44 ... [2021-02-18T13:26:03.091Z] [2021-02-18T13:26:03.091Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:03.091Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:26:03.091Z] #33 63.57 os [2021-02-18T13:26:03.091Z] #33 66.55 path [2021-02-18T13:26:03.091Z] #33 67.27 text/tabwriter [2021-02-18T13:26:03.091Z] #33 67.60 fmt [2021-02-18T13:26:03.091Z] #33 68.10 path/filepath [2021-02-18T13:26:03.091Z] #33 70.03 io/ioutil [2021-02-18T13:26:03.091Z] #33 71.87 github.com/BurntSushi/toml [2021-02-18T13:26:03.091Z] #33 71.87 flag [2021-02-18T13:26:03.297Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2021-02-18T13:26:03.357Z] #33 73.63 log [2021-02-18T13:26:03.357Z] #33 ... [2021-02-18T13:26:03.358Z] [2021-02-18T13:26:03.358Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:03.358Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:03.358Z] #12 63.72 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T13:26:03.358Z] #12 63.73 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T13:26:03.358Z] #12 63.76 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:26:03.358Z] #12 64.30 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T13:26:03.358Z] #12 64.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:26:03.358Z] #12 64.33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:03.358Z] #12 64.53 Selecting previously unselected package dmsetup. [2021-02-18T13:26:03.358Z] #12 64.54 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:26:03.358Z] #12 64.54 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T13:26:03.358Z] #12 64.77 Selecting previously unselected package mingw-w64-common. [2021-02-18T13:26:03.358Z] #12 64.77 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T13:26:03.358Z] #12 64.78 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T13:26:03.358Z] #12 71.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T13:26:03.358Z] #12 71.92 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T13:26:03.358Z] #12 71.92 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:26:03.358Z] #12 ... [2021-02-18T13:26:03.358Z] [2021-02-18T13:26:03.358Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:03.358Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:03.358Z] #41 65.98 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:26:03.358Z] #41 66.01 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:26:03.358Z] #41 66.05 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:26:03.358Z] #41 66.08 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:26:03.358Z] #41 66.09 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:26:03.358Z] #41 66.11 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:26:03.358Z] #41 66.13 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:26:03.358Z] #41 66.14 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:26:03.358Z] #41 66.18 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:26:03.358Z] #41 66.23 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T13:26:03.358Z] #41 73.35 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:26:03.358Z] #41 73.36 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:03.619Z] #41 DONE 74.1s [2021-02-18T13:26:03.619Z] [2021-02-18T13:26:03.619Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:03.619Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:03.619Z] #44 74.14 go/token [2021-02-18T13:26:04.518Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.4s done [2021-02-18T13:26:04.665Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.2s done [2021-02-18T13:26:04.665Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-18T13:26:04.665Z] #9 ... [2021-02-18T13:26:04.665Z] [2021-02-18T13:26:04.665Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:04.665Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:26:04.665Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T13:26:04.665Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T13:26:04.665Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T13:26:04.665Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T13:26:04.665Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.9s done [2021-02-18T13:26:04.665Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.7s done [2021-02-18T13:26:04.665Z] #25 DONE 8.1s [2021-02-18T13:26:04.665Z] [2021-02-18T13:26:04.665Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:04.665Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:04.777Z] #61 DONE 3.6s [2021-02-18T13:26:04.777Z] [2021-02-18T13:26:04.777Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:04.777Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:04.777Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T13:26:04.777Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T13:26:04.777Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T13:26:04.777Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T13:26:04.777Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2021-02-18T13:26:04.777Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.5s done [2021-02-18T13:26:04.777Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.3s done [2021-02-18T13:26:04.777Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.4s [2021-02-18T13:26:04.777Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.9s done [2021-02-18T13:26:04.778Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.6s [2021-02-18T13:26:04.778Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.43MB / 120.17MB 3.4s [2021-02-18T13:26:04.778Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.4s [2021-02-18T13:26:04.778Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 3.5s [2021-02-18T13:26:04.778Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.5s [2021-02-18T13:26:04.778Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.89MB / 120.17MB 3.7s [2021-02-18T13:26:05.036Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 3.9s [2021-02-18T13:26:05.227Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-18T13:26:05.227Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-18T13:26:05.300Z] #9 ... [2021-02-18T13:26:05.300Z] [2021-02-18T13:26:05.300Z] #22 [internal] load build context [2021-02-18T13:26:05.300Z] #22 sha256:26e1c297d843043fbc8329b233e0dbd0906aed6f3421b1bd14b647de60a81396 [2021-02-18T13:26:05.300Z] #22 transferring context: 53.36MB 4.2s done [2021-02-18T13:26:05.300Z] #22 DONE 4.3s [2021-02-18T13:26:05.300Z] [2021-02-18T13:26:05.300Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:05.300Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:05.300Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.9s done [2021-02-18T13:26:05.300Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.66MB / 120.17MB 4.0s [2021-02-18T13:26:05.300Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.9s done [2021-02-18T13:26:05.300Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 4.1s [2021-02-18T13:26:05.454Z] [2021-02-18T13:26:05.454Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T13:26:05.454Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-18T13:26:05.454Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T13:26:05.486Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2021-02-18T13:26:05.486Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-18T13:26:05.532Z] #44 75.65 go/scanner [2021-02-18T13:26:05.532Z] #44 76.06 internal/lazyregexp [2021-02-18T13:26:05.560Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.39MB / 120.17MB 4.2s [2021-02-18T13:26:05.738Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T13:26:05.738Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T13:26:05.738Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s [2021-02-18T13:26:05.793Z] #44 ... [2021-02-18T13:26:05.793Z] [2021-02-18T13:26:05.793Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:05.793Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:26:05.793Z] #50 66.22 context [2021-02-18T13:26:05.793Z] #50 66.44 encoding/binary [2021-02-18T13:26:05.793Z] #50 67.06 os [2021-02-18T13:26:05.793Z] #50 68.64 encoding/base64 [2021-02-18T13:26:05.793Z] #50 70.06 golang.org/x/sys/unix [2021-02-18T13:26:05.793Z] #50 71.42 fmt [2021-02-18T13:26:05.793Z] #50 ... [2021-02-18T13:26:05.793Z] [2021-02-18T13:26:05.793Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:05.793Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:26:05.793Z] #33 76.32 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:26:06.005Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-02-18T13:26:06.005Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-02-18T13:26:06.942Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.6s done [2021-02-18T13:26:07.444Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2021-02-18T13:26:08.853Z] #9 ... [2021-02-18T13:26:08.853Z] [2021-02-18T13:26:08.853Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:08.853Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:26:08.853Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T13:26:08.853Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T13:26:08.853Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.3s done [2021-02-18T13:26:08.853Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T13:26:08.853Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T13:26:08.853Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.0s done [2021-02-18T13:26:08.853Z] #25 DONE 7.8s [2021-02-18T13:26:08.853Z] [2021-02-18T13:26:08.853Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:08.853Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:08.853Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s done [2021-02-18T13:26:08.853Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2021-02-18T13:26:09.361Z] #61 DONE 3.6s [2021-02-18T13:26:09.361Z] [2021-02-18T13:26:09.361Z] #22 [internal] load build context [2021-02-18T13:26:09.361Z] #22 sha256:1a7e11b3df85e24c66b21b4b673d786a66c28df6931e88b917a0ab7c0ac4c370 [2021-02-18T13:26:09.361Z] #22 transferring context: 53.36MB 3.0s done [2021-02-18T13:26:09.361Z] #22 DONE 3.6s [2021-02-18T13:26:09.361Z] [2021-02-18T13:26:09.361Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:09.361Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T13:26:09.361Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T13:26:09.361Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T13:26:09.361Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-02-18T13:26:09.361Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-02-18T13:26:09.361Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.3s done [2021-02-18T13:26:09.361Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done [2021-02-18T13:26:09.361Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.5s done [2021-02-18T13:26:09.361Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.4s done [2021-02-18T13:26:09.361Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.9s [2021-02-18T13:26:09.361Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 53.48MB / 97.69MB 3.5s [2021-02-18T13:26:09.361Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.5s [2021-02-18T13:26:09.361Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.5s done [2021-02-18T13:26:09.361Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 6.29MB / 62.53MB 3.6s [2021-02-18T13:26:09.361Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 74.45MB / 97.69MB 3.8s [2021-02-18T13:26:09.361Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 28.31MB / 62.53MB 3.8s [2021-02-18T13:26:09.361Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 91.98MB / 97.69MB 3.9s [2021-02-18T13:26:09.361Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.51MB / 62.53MB 3.9s [2021-02-18T13:26:09.422Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-18T13:26:09.422Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2021-02-18T13:26:09.663Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-02-18T13:26:09.682Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-02-18T13:26:09.726Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.0s [2021-02-18T13:26:09.726Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 52.43MB / 62.53MB 4.2s [2021-02-18T13:26:09.919Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-18T13:26:09.942Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2021-02-18T13:26:09.992Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.3s [2021-02-18T13:26:10.081Z] #33 ... [2021-02-18T13:26:10.081Z] [2021-02-18T13:26:10.081Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:26:10.081Z] #36 sha256:b261a4353cac5bbf9a3baaa700128dd1651a85823e18a6ef2d70c17bb1c01013 [2021-02-18T13:26:10.081Z] #36 6.628 -- Detecting C compile features - done [2021-02-18T13:26:10.081Z] #36 6.698 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T13:26:10.081Z] #36 7.137 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T13:26:10.081Z] #36 7.259 -- Configuring done [2021-02-18T13:26:10.081Z] #36 7.279 -- Generating done [2021-02-18T13:26:10.081Z] #36 7.309 -- Build files have been written to: /tmp/tmp.cRum4IWJK1/tini [2021-02-18T13:26:10.081Z] #36 7.324 + make tini-static [2021-02-18T13:26:10.081Z] #36 7.755 Scanning dependencies of target tini-static [2021-02-18T13:26:10.081Z] #36 7.869 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T13:26:10.081Z] #36 9.459 [100%] Linking C executable tini-static [2021-02-18T13:26:10.081Z] #36 10.15 [100%] Built target tini-static [2021-02-18T13:26:10.081Z] #36 10.29 + mkdir -p /build [2021-02-18T13:26:10.081Z] #36 10.30 + cp tini-static /build/docker-init [2021-02-18T13:26:10.081Z] #36 DONE 10.7s [2021-02-18T13:26:10.081Z] [2021-02-18T13:26:10.081Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:10.081Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:10.081Z] #12 78.94 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T13:26:10.081Z] #12 78.95 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:26:10.081Z] #12 78.99 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:10.081Z] #12 79.25 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T13:26:10.081Z] #12 79.25 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:26:10.081Z] #12 79.26 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:11.026Z] #12 ... [2021-02-18T13:26:11.026Z] [2021-02-18T13:26:11.026Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:11.026Z] #33 sha256:82fc3569751857abbbb017721d018d5382cddef0d6338a08694ce6bdfdaf596c [2021-02-18T13:26:11.026Z] #33 DONE 81.2s [2021-02-18T13:26:11.026Z] [2021-02-18T13:26:11.026Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:11.026Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:11.026Z] #42 2.402 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:26:11.026Z] #42 2.403 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:26:11.026Z] #42 2.446 Note: Building without GnuTLS support [2021-02-18T13:26:11.026Z] #42 2.464 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:26:11.026Z] #42 2.464 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:26:11.026Z] #42 4.645 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:26:11.026Z] #42 4.701 GEN .gitid [2021-02-18T13:26:11.026Z] #42 4.732 GEN criu/include/version.h [2021-02-18T13:26:11.026Z] #42 4.812 GEN include/common/asm [2021-02-18T13:26:11.290Z] #42 7.824 PBCC images/timens.pb-c.c [2021-02-18T13:26:11.549Z] #42 7.963 DEP images/timens.pb-c.d [2021-02-18T13:26:11.549Z] #42 8.055 PBCC images/fown.pb-c.c [2021-02-18T13:26:11.809Z] #42 8.112 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T13:26:12.068Z] #42 8.252 PBCC images/opts.pb-c.c [2021-02-18T13:26:12.069Z] #42 8.372 PBCC images/memfd.pb-c.c [2021-02-18T13:26:12.069Z] #42 8.498 DEP images/fown.pb-c.d [2021-02-18T13:26:12.329Z] #42 8.515 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T13:26:12.329Z] #42 8.527 DEP images/opts.pb-c.d [2021-02-18T13:26:12.329Z] #42 8.580 DEP images/memfd.pb-c.d [2021-02-18T13:26:12.329Z] #42 8.639 PBCC images/sit.pb-c.c [2021-02-18T13:26:12.329Z] #42 8.711 DEP images/sit.pb-c.d [2021-02-18T13:26:12.548Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.4s done [2021-02-18T13:26:12.589Z] #42 8.795 PBCC images/macvlan.pb-c.c [2021-02-18T13:26:12.589Z] #42 8.808 DEP images/macvlan.pb-c.d [2021-02-18T13:26:12.589Z] #42 8.872 PBCC images/autofs.pb-c.c [2021-02-18T13:26:12.589Z] #42 8.880 DEP images/autofs.pb-c.d [2021-02-18T13:26:12.589Z] #42 8.921 PBCC images/sysctl.pb-c.c [2021-02-18T13:26:12.589Z] #42 8.938 DEP images/sysctl.pb-c.d [2021-02-18T13:26:12.589Z] #42 9.012 PBCC images/time.pb-c.c [2021-02-18T13:26:12.589Z] #42 9.024 DEP images/time.pb-c.d [2021-02-18T13:26:12.809Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 6.9s done [2021-02-18T13:26:12.857Z] #42 9.064 PBCC images/binfmt-misc.pb-c.c [2021-02-18T13:26:12.858Z] #42 9.083 DEP images/binfmt-misc.pb-c.d [2021-02-18T13:26:12.858Z] #42 9.124 PBCC images/seccomp.pb-c.c [2021-02-18T13:26:12.858Z] #42 9.144 DEP images/seccomp.pb-c.d [2021-02-18T13:26:12.858Z] #42 9.182 PBCC images/userns.pb-c.c [2021-02-18T13:26:12.858Z] #42 9.205 DEP images/userns.pb-c.d [2021-02-18T13:26:12.858Z] #42 9.235 PBCC images/cgroup.pb-c.c [2021-02-18T13:26:12.858Z] #42 9.252 DEP images/cgroup.pb-c.d [2021-02-18T13:26:12.858Z] #42 9.313 PBCC images/ext-file.pb-c.c [2021-02-18T13:26:12.858Z] #42 9.336 DEP images/ext-file.pb-c.d [2021-02-18T13:26:12.858Z] #42 9.371 PBCC images/rpc.pb-c.c [2021-02-18T13:26:13.118Z] #42 9.416 DEP images/rpc.pb-c.d [2021-02-18T13:26:13.118Z] #42 9.502 PBCC images/siginfo.pb-c.c [2021-02-18T13:26:13.118Z] #42 9.552 DEP images/siginfo.pb-c.d [2021-02-18T13:26:13.118Z] #42 9.608 PBCC images/pagemap.pb-c.c [2021-02-18T13:26:13.200Z] #9 ... [2021-02-18T13:26:13.200Z] [2021-02-18T13:26:13.200Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:13.200Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:26:13.200Z] #26 0.972 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:13.200Z] #26 0.972 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:13.200Z] #26 0.987 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:13.200Z] #26 1.145 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:13.200Z] #26 1.348 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:13.200Z] #26 1.597 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:13.200Z] #26 3.253 Fetched 8422 kB in 3s (3332 kB/s) [2021-02-18T13:26:13.200Z] #26 3.253 Reading package lists... [2021-02-18T13:26:13.200Z] #26 4.156 Reading package lists... [2021-02-18T13:26:13.200Z] #26 5.076 Building dependency tree... [2021-02-18T13:26:13.200Z] #26 5.376 The following additional packages will be installed: [2021-02-18T13:26:13.200Z] #26 5.376 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T13:26:13.200Z] #26 5.376 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T13:26:13.200Z] #26 5.376 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T13:26:13.200Z] #26 5.376 Suggested packages: [2021-02-18T13:26:13.200Z] #26 5.376 krb5-doc krb5-user [2021-02-18T13:26:13.200Z] #26 5.376 Recommended packages: [2021-02-18T13:26:13.200Z] #26 5.376 krb5-locales publicsuffix libsasl2-modules [2021-02-18T13:26:13.200Z] #26 5.548 The following NEW packages will be installed: [2021-02-18T13:26:13.200Z] #26 5.548 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T13:26:13.200Z] #26 5.548 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T13:26:13.200Z] #26 5.548 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T13:26:13.200Z] #26 5.548 libssh2-1 libssl1.1 openssl [2021-02-18T13:26:13.200Z] #26 5.824 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T13:26:13.200Z] #26 5.824 Need to get 5057 kB of archives. [2021-02-18T13:26:13.200Z] #26 5.824 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T13:26:13.200Z] #26 5.824 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-18T13:26:13.200Z] #26 5.825 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T13:26:13.200Z] #26 5.828 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T13:26:13.200Z] #26 5.829 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T13:26:13.200Z] #26 5.832 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T13:26:13.200Z] #26 5.852 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T13:26:13.200Z] #26 5.863 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T13:26:13.200Z] #26 5.863 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T13:26:13.200Z] #26 5.879 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T13:26:13.200Z] #26 5.879 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T13:26:13.200Z] #26 5.879 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:26:13.200Z] #26 5.879 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u5 [225 kB] [2021-02-18T13:26:13.200Z] #26 5.888 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T13:26:13.200Z] #26 5.888 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:26:13.200Z] #26 5.888 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:26:13.200Z] #26 6.091 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:26:13.200Z] #26 6.140 Fetched 5057 kB in 0s (15.3 MB/s) [2021-02-18T13:26:13.200Z] #26 6.171 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T13:26:13.200Z] #26 6.171 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-18T13:26:13.200Z] #26 6.177 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:13.200Z] #26 6.192 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:13.200Z] #26 6.386 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T13:26:13.200Z] #26 6.386 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:13.200Z] #26 6.391 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 6.431 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T13:26:13.201Z] #26 6.431 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.434 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 6.474 Selecting previously unselected package libldap-common. [2021-02-18T13:26:13.201Z] #26 6.474 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T13:26:13.201Z] #26 6.479 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 6.519 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T13:26:13.201Z] #26 6.519 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.523 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 6.579 Selecting previously unselected package openssl. [2021-02-18T13:26:13.201Z] #26 6.581 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.584 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 6.719 Selecting previously unselected package ca-certificates. [2021-02-18T13:26:13.201Z] #26 6.719 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T13:26:13.201Z] #26 6.722 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:13.201Z] #26 6.800 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T13:26:13.201Z] #26 6.800 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.803 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:13.201Z] #26 6.835 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T13:26:13.201Z] #26 6.835 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.839 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 6.880 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T13:26:13.201Z] #26 6.881 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.884 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 6.929 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T13:26:13.201Z] #26 6.931 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 6.934 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.016 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T13:26:13.201Z] #26 7.016 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.019 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.067 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T13:26:13.201Z] #26 7.067 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.070 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.110 Selecting previously unselected package libpsl5:amd64. [2021-02-18T13:26:13.201Z] #26 7.110 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.115 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:13.201Z] #26 7.149 Selecting previously unselected package librtmp1:amd64. [2021-02-18T13:26:13.201Z] #26 7.151 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.154 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:13.201Z] #26 7.189 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T13:26:13.201Z] #26 7.191 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.194 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:13.201Z] #26 7.249 Selecting previously unselected package libcurl4:amd64. [2021-02-18T13:26:13.201Z] #26 7.251 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.255 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.320 Selecting previously unselected package curl. [2021-02-18T13:26:13.201Z] #26 7.322 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.325 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.380 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:26:13.201Z] #26 7.382 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.385 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:13.201Z] #26 7.440 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:26:13.201Z] #26 7.440 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.443 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:13.201Z] #26 7.485 Selecting previously unselected package jq. [2021-02-18T13:26:13.201Z] #26 7.485 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:13.201Z] #26 7.488 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:13.201Z] #26 7.526 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:13.201Z] #26 7.538 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:13.201Z] #26 7.546 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 7.654 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.665 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 7.678 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.687 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.697 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:13.201Z] #26 7.706 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.717 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.727 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:13.201Z] #26 7.738 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:13.201Z] #26 7.746 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 7.761 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:13.201Z] #26 7.772 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:13.201Z] #26 7.781 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:13.201Z] #26 7.791 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:13.201Z] #26 8.409 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:13.201Z] #26 ... [2021-02-18T13:26:13.201Z] [2021-02-18T13:26:13.201Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:13.201Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:13.379Z] #42 9.652 DEP images/pagemap.pb-c.d [2021-02-18T13:26:13.379Z] #42 9.721 PBCC images/rlimit.pb-c.c [2021-02-18T13:26:13.379Z] #42 9.744 DEP images/rlimit.pb-c.d [2021-02-18T13:26:13.379Z] #42 9.795 PBCC images/file-lock.pb-c.c [2021-02-18T13:26:13.379Z] #42 9.844 DEP images/file-lock.pb-c.d [2021-02-18T13:26:13.457Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done [2021-02-18T13:26:13.640Z] #42 9.904 PBCC images/tty.pb-c.c [2021-02-18T13:26:13.640Z] #42 9.957 DEP images/tty.pb-c.d [2021-02-18T13:26:13.640Z] #42 10.00 PBCC images/tun.pb-c.c [2021-02-18T13:26:13.640Z] #42 10.05 PBCC images/netdev.pb-c.c [2021-02-18T13:26:13.712Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2021-02-18T13:26:13.901Z] #42 10.15 DEP images/tun.pb-c.d [2021-02-18T13:26:13.901Z] #42 10.21 DEP images/netdev.pb-c.d [2021-02-18T13:26:13.901Z] #42 10.29 PBCC images/vma.pb-c.c [2021-02-18T13:26:13.901Z] #42 10.32 DEP images/vma.pb-c.d [2021-02-18T13:26:13.901Z] #42 10.38 PBCC images/creds.pb-c.c [2021-02-18T13:26:13.901Z] #42 10.42 DEP images/creds.pb-c.d [2021-02-18T13:26:13.908Z] Client: [2021-02-18T13:26:13.908Z] Context: default [2021-02-18T13:26:13.908Z] Debug Mode: false [2021-02-18T13:26:13.908Z] Plugins: [2021-02-18T13:26:13.908Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-18T13:26:13.908Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-18T13:26:13.908Z] [2021-02-18T13:26:13.908Z] Server: [2021-02-18T13:26:13.908Z] Containers: 0 [2021-02-18T13:26:13.908Z] Running: 0 [2021-02-18T13:26:13.908Z] Paused: 0 [2021-02-18T13:26:13.908Z] Stopped: 0 [2021-02-18T13:26:13.908Z] Images: 0 [2021-02-18T13:26:13.908Z] Server Version: 20.10.3 [2021-02-18T13:26:13.908Z] Storage Driver: overlay2 [2021-02-18T13:26:13.908Z] Backing Filesystem: extfs [2021-02-18T13:26:13.908Z] Supports d_type: true [2021-02-18T13:26:13.908Z] Native Overlay Diff: true [2021-02-18T13:26:13.908Z] Logging Driver: json-file [2021-02-18T13:26:13.908Z] Cgroup Driver: systemd [2021-02-18T13:26:13.908Z] Cgroup Version: 2 [2021-02-18T13:26:13.908Z] Plugins: [2021-02-18T13:26:13.908Z] Volume: local [2021-02-18T13:26:13.908Z] Network: bridge host ipvlan macvlan null overlay [2021-02-18T13:26:13.908Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-18T13:26:13.908Z] Swarm: inactive [2021-02-18T13:26:13.908Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-02-18T13:26:13.908Z] Default Runtime: runc [2021-02-18T13:26:13.908Z] Init Binary: docker-init [2021-02-18T13:26:13.908Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:26:13.908Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:26:13.908Z] init version: de40ad0 [2021-02-18T13:26:13.908Z] Security Options: [2021-02-18T13:26:13.908Z] apparmor [2021-02-18T13:26:13.908Z] seccomp [2021-02-18T13:26:13.908Z] Profile: default [2021-02-18T13:26:13.908Z] cgroupns [2021-02-18T13:26:13.908Z] Kernel Version: 5.4.0-1037-aws [2021-02-18T13:26:13.908Z] Operating System: Ubuntu 20.04.2 LTS [2021-02-18T13:26:13.908Z] OSType: linux [2021-02-18T13:26:13.908Z] Architecture: x86_64 [2021-02-18T13:26:13.908Z] CPUs: 2 [2021-02-18T13:26:13.908Z] Total Memory: 7.569GiB [2021-02-18T13:26:13.908Z] Name: ip-10-100-105-8 [2021-02-18T13:26:13.908Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-02-18T13:26:13.908Z] Docker Root Dir: /var/lib/docker [2021-02-18T13:26:13.908Z] Debug Mode: false [2021-02-18T13:26:13.908Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:26:13.908Z] Labels: [2021-02-18T13:26:13.908Z] Experimental: true [2021-02-18T13:26:13.908Z] Insecure Registries: [2021-02-18T13:26:13.908Z] 127.0.0.0/8 [2021-02-18T13:26:13.908Z] Live Restore Enabled: true [2021-02-18T13:26:13.908Z] [2021-02-18T13:26:13.908Z] WARNING: No kernel memory TCP limit support [2021-02-18T13:26:13.908Z] WARNING: No oom kill disable support [2021-02-18T13:26:13.908Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-18T13:26:14.133Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.0s done [2021-02-18T13:26:14.133Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-18T13:26:14.161Z] #42 10.49 PBCC images/utsns.pb-c.c [2021-02-18T13:26:14.161Z] #42 10.51 DEP images/utsns.pb-c.d [2021-02-18T13:26:14.161Z] #42 10.56 PBCC images/ipc-desc.pb-c.c [2021-02-18T13:26:14.161Z] #42 10.59 PBCC images/ipc-sem.pb-c.c [2021-02-18T13:26:14.161Z] #42 10.64 DEP images/ipc-desc.pb-c.d [2021-02-18T13:26:14.161Z] #42 10.68 DEP images/ipc-sem.pb-c.d [2021-02-18T13:26:14.195Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 8.3s done [2021-02-18T13:26:14.195Z] #9 ... [2021-02-18T13:26:14.195Z] [2021-02-18T13:26:14.195Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:14.195Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-18T13:26:14.195Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T13:26:14.195Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T13:26:14.195Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-02-18T13:26:14.195Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-02-18T13:26:14.195Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 1.6s done [2021-02-18T13:26:14.195Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 5.0s done [2021-02-18T13:26:14.195Z] #25 DONE 8.8s [2021-02-18T13:26:14.195Z] [2021-02-18T13:26:14.195Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:14.195Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T13:26:14.247Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a . [2021-02-18T13:26:14.424Z] #42 10.74 PBCC images/ipc-msg.pb-c.c [2021-02-18T13:26:14.424Z] #42 10.77 DEP images/ipc-msg.pb-c.d [2021-02-18T13:26:14.424Z] #42 10.82 PBCC images/ipc-shm.pb-c.c [2021-02-18T13:26:14.424Z] #42 10.84 DEP images/ipc-shm.pb-c.d [2021-02-18T13:26:14.424Z] #42 10.90 PBCC images/ipc-var.pb-c.c [2021-02-18T13:26:14.424Z] #42 10.94 DEP images/ipc-var.pb-c.d [2021-02-18T13:26:14.507Z] #1 [internal] load build definition from Dockerfile [2021-02-18T13:26:14.507Z] #1 sha256:bcdc306c35e2f2608015142c2881eea7467a429ae099dbe2ddc44d2ee584b6fe [2021-02-18T13:26:14.507Z] #1 transferring dockerfile: 16.55kB done [2021-02-18T13:26:14.507Z] #1 DONE 0.2s [2021-02-18T13:26:14.507Z] [2021-02-18T13:26:14.507Z] #2 [internal] load .dockerignore [2021-02-18T13:26:14.507Z] #2 sha256:5f660d87f1e2b19934012c52022fceddd30ffafbe2f7f6ed0cd7c5c0d725ca71 [2021-02-18T13:26:14.507Z] #2 transferring context: 87B done [2021-02-18T13:26:14.507Z] #2 DONE 0.1s [2021-02-18T13:26:14.685Z] #42 10.99 PBCC images/sk-opts.pb-c.c [2021-02-18T13:26:14.685Z] #42 11.02 PBCC images/packet-sock.pb-c.c [2021-02-18T13:26:14.685Z] #42 11.08 DEP images/sk-opts.pb-c.d [2021-02-18T13:26:14.765Z] [2021-02-18T13:26:14.765Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-18T13:26:14.765Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-18T13:26:14.945Z] #42 11.15 DEP images/packet-sock.pb-c.d [2021-02-18T13:26:14.945Z] #42 11.23 PBCC images/sk-netlink.pb-c.c [2021-02-18T13:26:14.945Z] #42 11.27 DEP images/sk-netlink.pb-c.d [2021-02-18T13:26:14.945Z] #42 11.34 PBCC images/sk-inet.pb-c.c [2021-02-18T13:26:14.945Z] #42 11.40 DEP images/sk-inet.pb-c.d [2021-02-18T13:26:14.945Z] #42 11.46 PBCC images/sk-unix.pb-c.c [2021-02-18T13:26:15.028Z] #3 DONE 0.5s [2021-02-18T13:26:15.220Z] #42 11.52 DEP images/sk-unix.pb-c.d [2021-02-18T13:26:15.220Z] #42 11.58 PBCC images/mm.pb-c.c [2021-02-18T13:26:15.220Z] #42 11.62 DEP images/mm.pb-c.d [2021-02-18T13:26:15.220Z] #42 11.66 PBCC images/timerfd.pb-c.c [2021-02-18T13:26:15.220Z] #42 11.73 DEP images/timerfd.pb-c.d [2021-02-18T13:26:15.288Z] [2021-02-18T13:26:15.288Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-18T13:26:15.288Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-18T13:26:15.288Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-18T13:26:15.288Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.24MB / 8.88MB 0.1s [2021-02-18T13:26:15.288Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-18T13:26:15.288Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-18T13:26:15.288Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-18T13:26:15.288Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-18T13:26:15.484Z] #42 11.92 PBCC images/timer.pb-c.c [2021-02-18T13:26:15.484Z] #42 11.96 DEP images/timer.pb-c.d [2021-02-18T13:26:15.484Z] #42 12.00 PBCC images/sa.pb-c.c [2021-02-18T13:26:15.547Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-18T13:26:15.547Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2021-02-18T13:26:15.547Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-18T13:26:15.547Z] #4 DONE 0.6s [2021-02-18T13:26:15.745Z] #42 12.01 DEP images/sa.pb-c.d [2021-02-18T13:26:15.746Z] #42 12.02 PBCC images/pipe-data.pb-c.c [2021-02-18T13:26:15.746Z] #42 12.03 DEP images/pipe-data.pb-c.d [2021-02-18T13:26:15.746Z] #42 12.04 PBCC images/mnt.pb-c.c [2021-02-18T13:26:15.746Z] #42 12.06 DEP images/mnt.pb-c.d [2021-02-18T13:26:15.746Z] #42 12.07 PBCC images/sk-packet.pb-c.c [2021-02-18T13:26:15.746Z] #42 12.11 DEP images/sk-packet.pb-c.d [2021-02-18T13:26:15.746Z] #42 12.15 PBCC images/tcp-stream.pb-c.c [2021-02-18T13:26:15.746Z] #42 12.19 DEP images/tcp-stream.pb-c.d [2021-02-18T13:26:16.006Z] #42 12.23 PBCC images/pipe.pb-c.c [2021-02-18T13:26:16.006Z] #42 12.33 DEP images/pipe.pb-c.d [2021-02-18T13:26:16.006Z] #42 ... [2021-02-18T13:26:16.006Z] [2021-02-18T13:26:16.006Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:16.006Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:16.006Z] #44 76.44 net/url [2021-02-18T13:26:16.006Z] #44 76.96 go/ast [2021-02-18T13:26:16.006Z] #44 78.32 text/template/parse [2021-02-18T13:26:16.006Z] #44 83.67 go/parser [2021-02-18T13:26:16.006Z] #44 84.74 text/template [2021-02-18T13:26:16.006Z] #44 ... [2021-02-18T13:26:16.006Z] [2021-02-18T13:26:16.006Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:16.006Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:26:16.006Z] #50 76.53 encoding/json [2021-02-18T13:26:16.006Z] #50 80.85 github.com/pkg/diff [2021-02-18T13:26:16.006Z] #50 82.79 go/ast [2021-02-18T13:26:16.006Z] #50 83.53 golang.org/x/crypto/ssh/terminal [2021-02-18T13:26:16.006Z] #50 85.11 mvdan.cc/editorconfig [2021-02-18T13:26:16.006Z] #50 86.31 mvdan.cc/sh/v3/fileutil [2021-02-18T13:26:16.006Z] #50 86.49 mvdan.cc/sh/v3/syntax [2021-02-18T13:26:16.115Z] [2021-02-18T13:26:16.115Z] #5 [internal] load build definition from Dockerfile [2021-02-18T13:26:16.115Z] #5 sha256:9dc70bbf1413e1a59cf8161bdc594a7343a8c8e4acd8223c770f1e3c5643c46a [2021-02-18T13:26:16.115Z] #5 transferring dockerfile: 16.55kB done [2021-02-18T13:26:16.115Z] #5 DONE 0.0s [2021-02-18T13:26:16.115Z] [2021-02-18T13:26:16.115Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-18T13:26:16.115Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-18T13:26:16.267Z] #50 ... [2021-02-18T13:26:16.267Z] [2021-02-18T13:26:16.267Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:16.267Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:16.267Z] #42 12.39 PBCC images/pstree.pb-c.c [2021-02-18T13:26:16.267Z] #42 12.42 DEP images/pstree.pb-c.d [2021-02-18T13:26:16.267Z] #42 12.47 PBCC images/fs.pb-c.c [2021-02-18T13:26:16.267Z] #42 12.49 DEP images/fs.pb-c.d [2021-02-18T13:26:16.267Z] #42 12.53 PBCC images/signalfd.pb-c.c [2021-02-18T13:26:16.267Z] #42 12.58 DEP images/signalfd.pb-c.d [2021-02-18T13:26:16.267Z] #42 12.66 PBCC images/fh.pb-c.c [2021-02-18T13:26:16.267Z] #42 12.70 PBCC images/fsnotify.pb-c.c [2021-02-18T13:26:16.267Z] #42 12.73 DEP images/fh.pb-c.d [2021-02-18T13:26:16.267Z] #42 12.77 DEP images/fsnotify.pb-c.d [2021-02-18T13:26:16.374Z] #8 DONE 0.3s [2021-02-18T13:26:16.374Z] [2021-02-18T13:26:16.374Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-18T13:26:16.374Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-18T13:26:16.374Z] #7 DONE 0.5s [2021-02-18T13:26:16.374Z] [2021-02-18T13:26:16.374Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-18T13:26:16.374Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-18T13:26:16.374Z] #6 DONE 0.4s [2021-02-18T13:26:16.528Z] #42 12.83 PBCC images/eventpoll.pb-c.c [2021-02-18T13:26:16.528Z] #42 12.88 DEP images/eventpoll.pb-c.d [2021-02-18T13:26:16.528Z] #42 12.91 PBCC images/eventfd.pb-c.c [2021-02-18T13:26:16.528Z] #42 12.92 DEP images/eventfd.pb-c.d [2021-02-18T13:26:16.528Z] #42 12.98 PBCC images/remap-file-path.pb-c.c [2021-02-18T13:26:16.788Z] #42 13.02 DEP images/remap-file-path.pb-c.d [2021-02-18T13:26:16.788Z] #42 13.08 PBCC images/fifo.pb-c.c [2021-02-18T13:26:16.788Z] #42 13.09 DEP images/fifo.pb-c.d [2021-02-18T13:26:16.788Z] #42 13.15 PBCC images/ghost-file.pb-c.c [2021-02-18T13:26:16.788Z] #42 13.20 DEP images/ghost-file.pb-c.d [2021-02-18T13:26:16.788Z] #42 13.24 PBCC images/regfile.pb-c.c [2021-02-18T13:26:16.788Z] #42 13.32 DEP images/regfile.pb-c.d [2021-02-18T13:26:17.049Z] #42 13.36 PBCC images/ns.pb-c.c [2021-02-18T13:26:17.049Z] #42 13.38 DEP images/ns.pb-c.d [2021-02-18T13:26:17.049Z] #42 13.43 PBCC images/fdinfo.pb-c.c [2021-02-18T13:26:17.049Z] #42 13.51 DEP images/fdinfo.pb-c.d [2021-02-18T13:26:17.309Z] #42 13.58 PBCC images/core-aarch64.pb-c.c [2021-02-18T13:26:17.309Z] #42 13.61 PBCC images/core-arm.pb-c.c [2021-02-18T13:26:17.309Z] #42 13.68 PBCC images/core-ppc64.pb-c.c [2021-02-18T13:26:17.309Z] #42 13.73 PBCC images/core-s390.pb-c.c [2021-02-18T13:26:17.309Z] #42 13.79 PBCC images/core-x86.pb-c.c [2021-02-18T13:26:17.419Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-02-18T13:26:17.507Z] #26 2.690 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:17.507Z] #26 2.693 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:17.507Z] #26 2.706 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:17.507Z] #26 2.916 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:26:17.507Z] #26 3.154 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:26:17.570Z] #42 13.88 PBCC images/core.pb-c.c [2021-02-18T13:26:17.570Z] #42 13.95 PBCC images/inventory.pb-c.c [2021-02-18T13:26:17.570Z] #42 14.01 DEP images/core-aarch64.pb-c.d [2021-02-18T13:26:17.570Z] #42 14.07 DEP images/core-arm.pb-c.d [2021-02-18T13:26:17.678Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-18T13:26:17.678Z] #9 ... [2021-02-18T13:26:17.678Z] [2021-02-18T13:26:17.678Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:17.678Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:26:17.678Z] #26 0.980 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:17.678Z] #26 0.985 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:17.678Z] #26 0.986 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:17.678Z] #26 1.134 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:17.678Z] #26 1.344 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:17.678Z] #26 1.647 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:17.678Z] #26 3.284 Fetched 8422 kB in 3s (3290 kB/s) [2021-02-18T13:26:17.678Z] #26 3.284 Reading package lists... [2021-02-18T13:26:17.678Z] #26 4.201 Reading package lists... [2021-02-18T13:26:17.678Z] #26 5.122 Building dependency tree... [2021-02-18T13:26:17.678Z] #26 5.430 The following additional packages will be installed: [2021-02-18T13:26:17.678Z] #26 5.430 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T13:26:17.678Z] #26 5.430 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T13:26:17.678Z] #26 5.430 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T13:26:17.678Z] #26 5.430 Suggested packages: [2021-02-18T13:26:17.678Z] #26 5.430 krb5-doc krb5-user [2021-02-18T13:26:17.678Z] #26 5.430 Recommended packages: [2021-02-18T13:26:17.678Z] #26 5.430 krb5-locales publicsuffix libsasl2-modules [2021-02-18T13:26:17.678Z] #26 5.603 The following NEW packages will be installed: [2021-02-18T13:26:17.678Z] #26 5.603 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T13:26:17.678Z] #26 5.603 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T13:26:17.678Z] #26 5.603 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T13:26:17.678Z] #26 5.603 libssh2-1 libssl1.1 openssl [2021-02-18T13:26:17.678Z] #26 5.897 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T13:26:17.678Z] #26 5.897 Need to get 5057 kB of archives. [2021-02-18T13:26:17.678Z] #26 5.897 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T13:26:17.678Z] #26 5.897 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T13:26:17.678Z] #26 5.897 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-18T13:26:17.678Z] #26 5.897 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T13:26:17.678Z] #26 5.897 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T13:26:17.678Z] #26 5.897 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T13:26:17.678Z] #26 5.904 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T13:26:17.678Z] #26 5.904 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T13:26:17.678Z] #26 5.911 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T13:26:17.678Z] #26 5.914 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T13:26:17.678Z] #26 5.918 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T13:26:17.678Z] #26 5.922 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T13:26:17.678Z] #26 5.922 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T13:26:17.678Z] #26 5.922 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u5 [225 kB] [2021-02-18T13:26:17.679Z] #26 5.922 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T13:26:17.679Z] #26 5.924 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T13:26:17.679Z] #26 5.924 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T13:26:17.679Z] #26 5.930 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T13:26:17.679Z] #26 5.945 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T13:26:17.679Z] #26 5.945 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:26:17.679Z] #26 5.950 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:26:17.679Z] #26 5.952 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:26:17.679Z] #26 6.114 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:26:17.679Z] #26 6.140 Fetched 5057 kB in 0s (15.6 MB/s) [2021-02-18T13:26:17.679Z] #26 6.184 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T13:26:17.679Z] #26 6.184 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-18T13:26:17.679Z] #26 6.187 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.194 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 6.390 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T13:26:17.679Z] #26 6.390 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.394 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 6.430 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T13:26:17.679Z] #26 6.430 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.438 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 6.479 Selecting previously unselected package libldap-common. [2021-02-18T13:26:17.679Z] #26 6.479 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T13:26:17.679Z] #26 6.483 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 6.528 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T13:26:17.679Z] #26 6.528 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.533 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 6.589 Selecting previously unselected package openssl. [2021-02-18T13:26:17.679Z] #26 6.589 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.593 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 6.722 Selecting previously unselected package ca-certificates. [2021-02-18T13:26:17.679Z] #26 6.722 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T13:26:17.679Z] #26 6.729 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:17.679Z] #26 6.798 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T13:26:17.679Z] #26 6.800 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.804 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:17.679Z] #26 6.838 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T13:26:17.679Z] #26 6.840 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.844 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 6.883 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T13:26:17.679Z] #26 6.885 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.888 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 6.966 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T13:26:17.679Z] #26 6.966 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 6.970 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.070 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T13:26:17.679Z] #26 7.070 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.074 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.133 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T13:26:17.679Z] #26 7.133 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.143 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.182 Selecting previously unselected package libpsl5:amd64. [2021-02-18T13:26:17.679Z] #26 7.182 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.185 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:17.679Z] #26 7.230 Selecting previously unselected package librtmp1:amd64. [2021-02-18T13:26:17.679Z] #26 7.230 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.233 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:17.679Z] #26 7.274 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T13:26:17.679Z] #26 7.274 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.277 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:17.679Z] #26 7.330 Selecting previously unselected package libcurl4:amd64. [2021-02-18T13:26:17.679Z] #26 7.330 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.332 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.400 Selecting previously unselected package curl. [2021-02-18T13:26:17.679Z] #26 7.400 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.405 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.467 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:26:17.679Z] #26 7.467 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.471 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:17.679Z] #26 7.536 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:26:17.679Z] #26 7.536 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.541 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:17.679Z] #26 7.588 Selecting previously unselected package jq. [2021-02-18T13:26:17.679Z] #26 7.588 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:17.679Z] #26 7.591 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:17.679Z] #26 7.629 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:17.679Z] #26 7.640 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:17.679Z] #26 7.650 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 7.758 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.772 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 7.782 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.791 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.802 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:17.679Z] #26 7.813 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.823 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.834 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:17.679Z] #26 7.851 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.679Z] #26 7.862 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 7.875 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:17.679Z] #26 7.891 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:17.679Z] #26 7.901 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:17.679Z] #26 7.916 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:17.679Z] #26 8.531 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:17.769Z] #26 3.414 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:26:17.830Z] #42 14.14 DEP images/core-ppc64.pb-c.d [2021-02-18T13:26:17.830Z] #42 14.21 DEP images/core-s390.pb-c.d [2021-02-18T13:26:17.830Z] #42 14.29 DEP images/core-x86.pb-c.d [2021-02-18T13:26:17.884Z] #9 ... [2021-02-18T13:26:17.884Z] [2021-02-18T13:26:17.884Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:17.884Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:26:17.884Z] #26 9.217 137 added, 0 removed; done. [2021-02-18T13:26:17.884Z] #26 9.245 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:17.884Z] #26 9.255 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:17.884Z] #26 9.264 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:17.884Z] #26 9.274 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:17.884Z] #26 9.283 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:17.884Z] #26 9.301 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:17.884Z] #26 9.310 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:17.884Z] #26 9.966 0 added, 0 removed; done. [2021-02-18T13:26:17.884Z] #26 9.966 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T13:26:17.884Z] #26 9.967 done. [2021-02-18T13:26:17.884Z] #26 DONE 12.4s [2021-02-18T13:26:17.884Z] [2021-02-18T13:26:17.884Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:17.884Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:17.884Z] #9 ... [2021-02-18T13:26:17.884Z] [2021-02-18T13:26:17.884Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T13:26:17.884Z] #27 sha256:6628b5f7430b0325045cec9a5e4ff99f312723e06d7bca020ea33626702fa0b9 [2021-02-18T13:26:17.884Z] #27 DONE 0.4s [2021-02-18T13:26:17.884Z] [2021-02-18T13:26:17.884Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:17.884Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:17.938Z] #26 ... [2021-02-18T13:26:17.938Z] [2021-02-18T13:26:17.938Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:17.938Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:18.091Z] #42 14.37 DEP images/core.pb-c.d [2021-02-18T13:26:18.091Z] #42 14.46 DEP images/inventory.pb-c.d [2021-02-18T13:26:18.091Z] #42 14.55 PBCC images/cpuinfo.pb-c.c [2021-02-18T13:26:18.091Z] #42 14.61 DEP images/cpuinfo.pb-c.d [2021-02-18T13:26:18.277Z] [2021-02-18T13:26:18.277Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:18.277Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:18.277Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-18T13:26:18.277Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-18T13:26:18.277Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-18T13:26:18.277Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-18T13:26:18.277Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.2s [2021-02-18T13:26:18.277Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.31MB / 50.40MB 0.2s [2021-02-18T13:26:18.277Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.2s [2021-02-18T13:26:18.277Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.58MB / 50.40MB 0.3s [2021-02-18T13:26:18.277Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.29MB / 7.81MB 0.3s [2021-02-18T13:26:18.352Z] #42 14.65 PBCC images/stats.pb-c.c [2021-02-18T13:26:18.352Z] #42 14.70 DEP images/stats.pb-c.d [2021-02-18T13:26:18.536Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 0.4s [2021-02-18T13:26:18.536Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.78MB / 50.40MB 0.4s [2021-02-18T13:26:18.536Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-02-18T13:26:18.536Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.84MB / 10.00MB 0.5s [2021-02-18T13:26:18.536Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.31MB / 50.40MB 0.5s [2021-02-18T13:26:18.537Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2021-02-18T13:26:18.537Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.10MB / 51.83MB 0.5s [2021-02-18T13:26:18.797Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2021-02-18T13:26:18.797Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.69MB / 50.40MB 0.6s [2021-02-18T13:26:18.797Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 0.6s [2021-02-18T13:26:18.797Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2021-02-18T13:26:18.797Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.8s [2021-02-18T13:26:18.797Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.07MB / 51.83MB 0.8s [2021-02-18T13:26:18.797Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.05MB / 68.67MB 0.8s [2021-02-18T13:26:18.812Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-18T13:26:19.057Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.52MB / 51.83MB 0.9s [2021-02-18T13:26:19.057Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 0.9s [2021-02-18T13:26:19.057Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 1.0s [2021-02-18T13:26:19.057Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.73MB / 68.67MB 1.0s [2021-02-18T13:26:19.057Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.23MB / 51.83MB 1.1s [2021-02-18T13:26:19.057Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 24.12MB / 68.67MB 1.1s [2021-02-18T13:26:19.161Z] #26 4.807 Fetched 8246 kB in 2s (3483 kB/s) [2021-02-18T13:26:19.317Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.2s [2021-02-18T13:26:19.317Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.14MB / 68.67MB 1.2s [2021-02-18T13:26:19.317Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s done [2021-02-18T13:26:19.317Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 1.4s [2021-02-18T13:26:19.375Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.7s done [2021-02-18T13:26:19.577Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.39MB / 68.67MB 1.5s [2021-02-18T13:26:19.632Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T13:26:19.735Z] #42 16.21 make[1]: Nothing to be done for 'all'. [2021-02-18T13:26:19.837Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 1.6s [2021-02-18T13:26:19.837Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-18T13:26:19.837Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.7s done [2021-02-18T13:26:19.837Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.8s [2021-02-18T13:26:19.837Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 1.8s [2021-02-18T13:26:19.837Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.80MB / 120.17MB 1.8s [2021-02-18T13:26:19.889Z] #9 DONE 23.2s [2021-02-18T13:26:19.889Z] [2021-02-18T13:26:19.889Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:19.889Z] #28 sha256:8b441b972d6c642dcfc53af4706d5c54adcd7134da23a2ff3639cfe3a408af6a [2021-02-18T13:26:19.889Z] #28 1.076 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T13:26:19.889Z] #28 1.165 [2021-02-18T13:26:19.889Z] #28 1.281 #### 6.6% ########################## 37.0% ######################################## 56.9% ####################################################### 76.7% #################################################################### 95.7% ######################################################################## 100.0% [2021-02-18T13:26:19.889Z] #28 1.789 [2021-02-18T13:26:19.889Z] #28 1.897 ############################################################# 86.1% ######################################################################## 100.0% [2021-02-18T13:26:19.889Z] #28 2.009 [2021-02-18T13:26:19.889Z] #28 2.136 ######################################### 57.9% ######################################################################## 100.0% [2021-02-18T13:26:19.889Z] #28 2.256 [2021-02-18T13:26:20.099Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.53MB / 120.17MB 2.0s [2021-02-18T13:26:20.364Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 29.36MB / 120.17MB 2.2s [2021-02-18T13:26:20.364Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.80MB / 120.17MB 2.3s [2021-02-18T13:26:20.408Z] #28 2.369 ############ 17.2% ######################### 36.0% ####################################### 54.9% ######################################## 56.1% ############################################# 62.8% ###################################################################### 98.1% ######################################################################## 100.0% [2021-02-18T13:26:20.408Z] #28 3.063 [2021-02-18T13:26:20.550Z] #26 4.807 Reading package lists... [2021-02-18T13:26:20.550Z] #26 ... [2021-02-18T13:26:20.550Z] [2021-02-18T13:26:20.550Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:20.550Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T13:26:20.550Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2021-02-18T13:26:20.550Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2021-02-18T13:26:20.550Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.0s done [2021-02-18T13:26:20.550Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.0s [2021-02-18T13:26:20.628Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.3s done [2021-02-18T13:26:20.628Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.4s done [2021-02-18T13:26:20.628Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.43MB / 120.17MB 2.5s [2021-02-18T13:26:20.628Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.87MB / 120.17MB 2.6s [2021-02-18T13:26:20.892Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 69.21MB / 120.17MB 2.7s [2021-02-18T13:26:20.892Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.50MB / 120.17MB 2.8s [2021-02-18T13:26:21.165Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.03MB / 120.17MB 3.0s [2021-02-18T13:26:21.434Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.12MB / 120.17MB 3.3s [2021-02-18T13:26:21.652Z] #42 17.65 CC images/stats.o [2021-02-18T13:26:21.652Z] #42 18.08 CC images/core.o [2021-02-18T13:26:21.652Z] #42 ... [2021-02-18T13:26:21.652Z] [2021-02-18T13:26:21.652Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:26:21.652Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:26:21.696Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 111.15MB / 120.17MB 3.5s [2021-02-18T13:26:21.696Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.44MB / 120.17MB 3.6s [2021-02-18T13:26:21.943Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.5s done [2021-02-18T13:26:22.137Z] #9 ... [2021-02-18T13:26:22.137Z] [2021-02-18T13:26:22.137Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:22.137Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:26:22.137Z] #26 9.321 137 added, 0 removed; done. [2021-02-18T13:26:22.137Z] #26 9.356 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:22.137Z] #26 9.371 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:22.137Z] #26 9.385 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:22.137Z] #26 9.392 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:22.137Z] #26 9.405 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:22.137Z] #26 9.423 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:22.137Z] #26 9.430 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:22.137Z] #26 10.18 0 added, 0 removed; done. [2021-02-18T13:26:22.137Z] #26 10.18 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T13:26:22.137Z] #26 10.19 done. [2021-02-18T13:26:22.137Z] #26 DONE 12.8s [2021-02-18T13:26:22.137Z] [2021-02-18T13:26:22.137Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:22.137Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:22.137Z] #9 ... [2021-02-18T13:26:22.137Z] [2021-02-18T13:26:22.137Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T13:26:22.137Z] #27 sha256:69def5bcbd8e72dc529b29a8a571e5c4256c56de68a648638d8ebed2a16bec4f [2021-02-18T13:26:22.137Z] #27 DONE 0.2s [2021-02-18T13:26:22.137Z] [2021-02-18T13:26:22.137Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:22.137Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:22.209Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-02-18T13:26:22.479Z] #28 3.175 ## 4.0% ####### 9.9% ########## 15.1% ############## 20.3% ################## 25.6% ###################### 30.8% ######################### 36.1% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.8% ############################################ 62.0% ################################################ 67.2% #################################################### 72.4% ####################################################### 77.6% ########################################################### 82.1% ############################################################### 88.0% ################################################################### 93.1% ###################################################################### 98.3% ######################################################################## 100.0% [2021-02-18T13:26:22.479Z] #28 5.042 [2021-02-18T13:26:22.736Z] #28 ... [2021-02-18T13:26:22.736Z] [2021-02-18T13:26:22.736Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T13:26:22.736Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T13:26:22.736Z] #10 DONE 2.8s [2021-02-18T13:26:22.736Z] [2021-02-18T13:26:22.736Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-18T13:26:22.736Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T13:26:22.959Z] #55 42.99 Checking out files: 38% (1432/3766) Checking out files: 39% (1469/3766) Checking out files: 40% (1507/3766) Checking out files: 41% (1545/3766) Checking out files: 42% (1582/3766) Checking out files: 43% (1620/3766) Checking out files: 44% (1658/3766) Checking out files: 45% (1695/3766) Checking out files: 46% (1733/3766) Checking out files: 47% (1771/3766) Checking out files: 48% (1808/3766) Checking out files: 49% (1846/3766) Checking out files: 50% (1883/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 83% (3131/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-18T13:26:23.074Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-18T13:26:23.077Z] #9 ... [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #22 [internal] load build context [2021-02-18T13:26:23.077Z] #22 sha256:12ea49451198b7b03b00ee364a9438578819961de4356645578b450e5ed19fb8 [2021-02-18T13:26:23.077Z] #22 transferring context: 53.35MB 4.2s done [2021-02-18T13:26:23.077Z] #22 DONE 5.1s [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:23.077Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:23.077Z] #9 ... [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:23.077Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:26:23.077Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-18T13:26:23.077Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-18T13:26:23.077Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-18T13:26:23.077Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-18T13:26:23.077Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 3.8s done [2021-02-18T13:26:23.077Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0.7s [2021-02-18T13:26:23.077Z] #25 ... [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-18T13:26:23.077Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-18T13:26:23.077Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-18T13:26:23.077Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-18T13:26:23.077Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-18T13:26:23.077Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.7s done [2021-02-18T13:26:23.077Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2021-02-18T13:26:23.077Z] #61 DONE 5.1s [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:23.077Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:26:23.077Z] #25 ... [2021-02-18T13:26:23.077Z] [2021-02-18T13:26:23.077Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:23.077Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:23.077Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.0s done [2021-02-18T13:26:23.221Z] #55 44.71 + cd /tmp/tmp.GLS7t6DLkq/src/github.com/containerd/containerd [2021-02-18T13:26:23.221Z] #55 44.71 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:26:23.333Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.6s done [2021-02-18T13:26:23.592Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T13:26:23.608Z] #9 ... [2021-02-18T13:26:23.608Z] [2021-02-18T13:26:23.608Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:23.608Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T13:26:23.608Z] #26 4.807 Reading package lists... [2021-02-18T13:26:23.608Z] #26 6.107 Reading package lists... [2021-02-18T13:26:23.608Z] #26 7.412 Building dependency tree... [2021-02-18T13:26:23.608Z] #26 8.064 The following additional packages will be installed: [2021-02-18T13:26:23.608Z] #26 8.066 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T13:26:23.608Z] #26 8.066 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T13:26:23.608Z] #26 8.066 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T13:26:23.608Z] #26 8.078 Suggested packages: [2021-02-18T13:26:23.608Z] #26 8.078 krb5-doc krb5-user [2021-02-18T13:26:23.608Z] #26 8.078 Recommended packages: [2021-02-18T13:26:23.608Z] #26 8.078 krb5-locales publicsuffix libsasl2-modules [2021-02-18T13:26:23.608Z] #26 8.309 The following NEW packages will be installed: [2021-02-18T13:26:23.608Z] #26 8.309 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T13:26:23.608Z] #26 8.309 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T13:26:23.608Z] #26 8.309 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T13:26:23.608Z] #26 8.310 libssh2-1 libssl1.1 openssl [2021-02-18T13:26:23.608Z] #26 8.614 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T13:26:23.608Z] #26 8.614 Need to get 4778 kB of archives. [2021-02-18T13:26:23.608Z] #26 8.614 After this operation, 11.5 MB of additional disk space will be used. [2021-02-18T13:26:23.608Z] #26 8.614 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-02-18T13:26:23.608Z] #26 8.614 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-02-18T13:26:23.608Z] #26 8.616 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-02-18T13:26:23.608Z] #26 8.620 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T13:26:23.608Z] #26 8.629 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-02-18T13:26:23.608Z] #26 8.638 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-02-18T13:26:23.608Z] #26 8.639 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-02-18T13:26:23.608Z] #26 8.639 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-02-18T13:26:23.608Z] #26 8.656 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-02-18T13:26:23.608Z] #26 8.656 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-02-18T13:26:23.608Z] #26 8.656 Get:11 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-02-18T13:26:23.608Z] #26 8.656 Get:12 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-02-18T13:26:23.608Z] #26 8.659 Get:13 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-02-18T13:26:23.608Z] #26 8.661 Get:14 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-02-18T13:26:23.608Z] #26 8.664 Get:15 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T13:26:23.608Z] #26 8.665 Get:16 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-02-18T13:26:23.608Z] #26 8.667 Get:17 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u5 [216 kB] [2021-02-18T13:26:23.608Z] #26 8.669 Get:18 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-18T13:26:23.608Z] #26 8.698 Get:19 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-18T13:26:23.608Z] #26 8.698 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-02-18T13:26:23.608Z] #26 8.698 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-18T13:26:23.608Z] #26 8.950 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:26:23.608Z] #26 8.990 Fetched 4778 kB in 0s (13.4 MB/s) [2021-02-18T13:26:23.608Z] #26 9.042 Selecting previously unselected package libssl1.1:arm64. [2021-02-18T13:26:23.608Z] #26 9.042 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2021-02-18T13:26:23.608Z] #26 9.049 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-18T13:26:23.608Z] #26 9.059 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:23.608Z] #26 9.281 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-02-18T13:26:23.608Z] #26 9.282 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-18T13:26:23.608Z] #26 9.288 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:23.608Z] #26 9.337 Selecting previously unselected package libsasl2-2:arm64. [2021-02-18T13:26:23.608Z] #26 9.337 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-18T13:26:23.608Z] #26 9.341 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:23.851Z] #9 DONE 22.8s [2021-02-18T13:26:23.851Z] [2021-02-18T13:26:23.851Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:23.851Z] #28 sha256:7341e8b1c4025959b333239c1aca4094c3e929294c474b4f3de3918990f5037a [2021-02-18T13:26:23.851Z] #28 1.006 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T13:26:23.851Z] #28 1.083 [2021-02-18T13:26:23.851Z] #28 1.206 ############ 17.0% ########################## 37.5% ######################################### 57.6% ####################################################### 77.3% ################################################################### 93.6% ######################################################################## 100.0% [2021-02-18T13:26:23.851Z] #28 1.731 [2021-02-18T13:26:23.851Z] #28 1.845 ############################ 39.4% ######################################################################## 100.0% [2021-02-18T13:26:23.851Z] #28 2.001 [2021-02-18T13:26:23.870Z] #26 9.389 Selecting previously unselected package libldap-common. [2021-02-18T13:26:23.870Z] #26 9.390 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T13:26:23.870Z] #26 9.395 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:23.870Z] #26 9.448 Selecting previously unselected package libldap-2.4-2:arm64. [2021-02-18T13:26:23.870Z] #26 9.448 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_arm64.deb ... [2021-02-18T13:26:23.870Z] #26 9.454 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:23.870Z] #26 9.563 Selecting previously unselected package openssl. [2021-02-18T13:26:23.870Z] #26 9.565 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-18T13:26:23.870Z] #26 9.569 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:24.110Z] #28 2.141 ####################################### 54.4% ######################################################################## 100.0% [2021-02-18T13:26:24.110Z] #28 2.239 [2021-02-18T13:26:24.133Z] #26 9.743 Selecting previously unselected package ca-certificates. [2021-02-18T13:26:24.133Z] #26 9.743 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T13:26:24.133Z] #26 9.756 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:24.133Z] #26 9.932 Selecting previously unselected package libkeyutils1:arm64. [2021-02-18T13:26:24.133Z] #26 9.932 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-02-18T13:26:24.395Z] #26 9.937 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-02-18T13:26:24.395Z] #26 9.990 Selecting previously unselected package libkrb5support0:arm64. [2021-02-18T13:26:24.395Z] #26 9.990 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-02-18T13:26:24.395Z] #26 9.997 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:24.395Z] #26 10.06 Selecting previously unselected package libk5crypto3:arm64. [2021-02-18T13:26:24.395Z] #26 10.06 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-02-18T13:26:24.395Z] #26 10.06 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:24.395Z] #26 10.13 Selecting previously unselected package libkrb5-3:arm64. [2021-02-18T13:26:24.395Z] #26 10.13 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-02-18T13:26:24.395Z] #26 10.14 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:24.629Z] #11 DONE 1.6s [2021-02-18T13:26:24.629Z] [2021-02-18T13:26:24.629Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:24.629Z] #28 sha256:8b441b972d6c642dcfc53af4706d5c54adcd7134da23a2ff3639cfe3a408af6a [2021-02-18T13:26:24.629Z] #28 5.348 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T13:26:24.629Z] #28 5.442 [2021-02-18T13:26:24.629Z] #28 5.506 ######################################################################## 100.0% [2021-02-18T13:26:24.629Z] #28 5.531 [2021-02-18T13:26:24.629Z] #28 5.808 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T13:26:24.629Z] #28 5.860 [2021-02-18T13:26:24.629Z] #28 5.956 ######################################################################## 100.0% [2021-02-18T13:26:24.629Z] #28 5.973 [2021-02-18T13:26:24.629Z] #28 6.192 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T13:26:24.629Z] #28 6.257 [2021-02-18T13:26:24.629Z] #28 6.370 0.6% ################ 23.1% ##################################### 52.5% ########################################### 60.4% ################################################################### 93.4% ######################################################################## 100.0% [2021-02-18T13:26:24.629Z] #28 6.879 [2021-02-18T13:26:24.629Z] #28 7.135 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T13:26:24.629Z] #28 7.198 [2021-02-18T13:26:24.629Z] #28 7.248 #########################################################################28 ... [2021-02-18T13:26:24.629Z] [2021-02-18T13:26:24.629Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T13:26:24.629Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T13:26:24.629Z] #38 DONE 0.6s [2021-02-18T13:26:24.629Z] [2021-02-18T13:26:24.629Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T13:26:24.629Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T13:26:24.629Z] #30 DONE 0.6s [2021-02-18T13:26:24.629Z] [2021-02-18T13:26:24.629Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:24.630Z] #28 sha256:8b441b972d6c642dcfc53af4706d5c54adcd7134da23a2ff3639cfe3a408af6a [2021-02-18T13:26:24.630Z] #28 7.248 ######################################################################## 100.0% [2021-02-18T13:26:24.630Z] #28 7.266 [2021-02-18T13:26:24.631Z] #28 2.357 ############ 17.2% ######################### 36.0% ####################################### 55.5% ##################################################### 74.1% #################################################################### 94.5% ######################################################################## 100.0% [2021-02-18T13:26:24.631Z] #28 2.849 [2021-02-18T13:26:24.657Z] #26 10.30 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-02-18T13:26:24.657Z] #26 10.30 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-02-18T13:26:24.657Z] #26 10.31 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:24.919Z] #26 10.50 Selecting previously unselected package libnghttp2-14:arm64. [2021-02-18T13:26:24.919Z] #26 10.50 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-02-18T13:26:24.919Z] #26 10.51 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:24.919Z] #26 10.57 Selecting previously unselected package libpsl5:arm64. [2021-02-18T13:26:24.919Z] #26 10.57 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-02-18T13:26:24.919Z] #26 10.57 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-02-18T13:26:24.919Z] #26 10.63 Selecting previously unselected package librtmp1:arm64. [2021-02-18T13:26:24.919Z] #26 10.63 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-02-18T13:26:24.919Z] #26 10.64 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:24.919Z] #26 10.69 Selecting previously unselected package libssh2-1:arm64. [2021-02-18T13:26:24.919Z] #26 10.69 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-02-18T13:26:24.985Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-02-18T13:26:25.137Z] #55 46.70 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T13:26:25.137Z] #55 46.70 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T13:26:25.137Z] #55 46.70 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:26:25.137Z] #55 46.70 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:26:25.137Z] #55 46.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T13:26:25.137Z] #55 46.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T13:26:25.137Z] #55 46.70 + '[' '' = dynamic ']' [2021-02-18T13:26:25.137Z] #55 46.70 + make [2021-02-18T13:26:25.183Z] #26 10.70 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-18T13:26:25.183Z] #26 10.80 Selecting previously unselected package libcurl4:arm64. [2021-02-18T13:26:25.183Z] #26 10.80 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-02-18T13:26:25.183Z] #26 10.81 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:25.183Z] #26 10.90 Selecting previously unselected package curl. [2021-02-18T13:26:25.195Z] #28 7.544 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T13:26:25.195Z] #28 7.729 [2021-02-18T13:26:25.195Z] #28 7.806 ######################################################################## 100.0% [2021-02-18T13:26:25.195Z] #28 7.889 [2021-02-18T13:26:25.195Z] #28 7.913 Download of images into '/build' complete. [2021-02-18T13:26:25.195Z] #28 7.913 Use something like the following to load the result into a Docker daemon: [2021-02-18T13:26:25.195Z] #28 7.913 tar -cC '/build' . | docker load [2021-02-18T13:26:25.444Z] #26 10.90 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-02-18T13:26:25.444Z] #26 10.91 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:25.444Z] #26 10.98 Selecting previously unselected package libonig5:arm64. [2021-02-18T13:26:25.444Z] #26 10.98 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-02-18T13:26:25.444Z] #26 10.99 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-18T13:26:25.444Z] #26 11.09 Selecting previously unselected package libjq1:arm64. [2021-02-18T13:26:25.444Z] #26 11.09 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T13:26:25.444Z] #26 11.09 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:25.444Z] #26 11.15 Selecting previously unselected package jq. [2021-02-18T13:26:25.444Z] #26 11.15 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T13:26:25.444Z] #26 11.15 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:25.555Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.7s done [2021-02-18T13:26:25.555Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-18T13:26:25.706Z] #26 11.20 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-02-18T13:26:25.706Z] #26 11.22 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-02-18T13:26:25.706Z] #26 11.23 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:25.706Z] #26 11.45 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:25.761Z] #28 DONE 8.1s [2021-02-18T13:26:25.761Z] [2021-02-18T13:26:25.761Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:26:25.761Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:26:25.968Z] #26 11.46 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:25.968Z] #26 11.48 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:25.968Z] #26 11.50 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:25.968Z] #26 11.51 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:25.968Z] #26 11.53 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:25.968Z] #26 11.54 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:25.968Z] #26 11.56 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-18T13:26:25.968Z] #26 11.57 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:25.968Z] #26 11.58 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:25.968Z] #26 11.61 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-18T13:26:25.968Z] #26 11.62 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:25.968Z] #26 11.63 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:25.968Z] #26 11.65 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:26.487Z] #28 2.961 ### 4.7% ####### 10.0% ########## 15.3% ############## 20.5% ################## 25.7% ###################### 30.8% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.8% ############################################ 62.2% ################################################ 67.4% #################################################### 72.6% ######################################################## 77.8% ########################################################### 83.0% ############################################################# 85.8% ################################################################### 93.4%#28 ... [2021-02-18T13:26:26.487Z] [2021-02-18T13:26:26.487Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T13:26:26.487Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T13:26:26.487Z] #10 DONE 2.7s [2021-02-18T13:26:26.487Z] [2021-02-18T13:26:26.487Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:26.487Z] #28 sha256:7341e8b1c4025959b333239c1aca4094c3e929294c474b4f3de3918990f5037a [2021-02-18T13:26:26.487Z] #28 2.961 ### 4.7% ####### 10.0% ########## 15.3% ############## 20.5% ################## 25.7% ###################### 30.8% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.8% ############################################ 62.2% ################################################ 67.4% #################################################### 72.6% ######################################################## 77.8% ########################################################### 83.0% ############################################################# 85.8% ################################################################### 93.4% ###################################################################### 98.6% ######################################################################## 100.0% [2021-02-18T13:26:26.487Z] #28 4.824 [2021-02-18T13:26:26.500Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-02-18T13:26:26.500Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-18T13:26:26.525Z] #55 47.87 + bin/ctr [2021-02-18T13:26:26.525Z] #55 ... [2021-02-18T13:26:26.525Z] [2021-02-18T13:26:26.525Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:26.525Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:26.525Z] #44 86.66 encoding/xml [2021-02-18T13:26:26.525Z] #44 89.70 go/doc [2021-02-18T13:26:26.525Z] #44 92.25 github.com/LK4D4/vndr/versioned [2021-02-18T13:26:26.525Z] #44 92.33 compress/flate [2021-02-18T13:26:26.525Z] #44 93.01 github.com/LK4D4/vndr/build [2021-02-18T13:26:26.525Z] #44 95.61 hash/crc32 [2021-02-18T13:26:26.525Z] #44 96.13 crypto/x509/pkix [2021-02-18T13:26:26.525Z] #44 96.17 compress/gzip [2021-02-18T13:26:26.525Z] #44 96.70 vendor/golang.org/x/crypto/cryptobyte [2021-02-18T13:26:26.525Z] #44 ... [2021-02-18T13:26:26.525Z] [2021-02-18T13:26:26.525Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:26.525Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:26.525Z] #42 18.76 CC images/core-x86.o [2021-02-18T13:26:26.525Z] #42 19.34 CC images/core-arm.o [2021-02-18T13:26:26.525Z] #42 19.83 CC images/core-aarch64.o [2021-02-18T13:26:26.525Z] #42 20.20 CC images/core-ppc64.o [2021-02-18T13:26:26.525Z] #42 20.86 CC images/core-s390.o [2021-02-18T13:26:26.525Z] #42 21.56 CC images/cpuinfo.o [2021-02-18T13:26:26.525Z] #42 22.06 CC images/inventory.o [2021-02-18T13:26:26.525Z] #42 22.29 CC images/fdinfo.o [2021-02-18T13:26:26.525Z] #42 22.67 CC images/fown.o [2021-02-18T13:26:26.760Z] #9 ... [2021-02-18T13:26:26.761Z] [2021-02-18T13:26:26.761Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-18T13:26:26.761Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-18T13:26:26.761Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 4.1s done [2021-02-18T13:26:26.761Z] #25 DONE 8.5s [2021-02-18T13:26:26.761Z] [2021-02-18T13:26:26.761Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:26.761Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:26.787Z] #42 22.99 CC images/ns.o [2021-02-18T13:26:26.787Z] #42 23.21 CC images/regfile.o [2021-02-18T13:26:26.914Z] #26 12.56 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:27.021Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-02-18T13:26:27.021Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-18T13:26:27.051Z] #42 23.50 CC images/ghost-file.o [2021-02-18T13:26:27.057Z] #28 ... [2021-02-18T13:26:27.058Z] [2021-02-18T13:26:27.058Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-18T13:26:27.058Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T13:26:27.175Z] #26 ... [2021-02-18T13:26:27.175Z] [2021-02-18T13:26:27.175Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:27.175Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-18T13:26:27.175Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.4s done [2021-02-18T13:26:27.175Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-02-18T13:26:27.175Z] #9 DONE 21.8s [2021-02-18T13:26:27.175Z] [2021-02-18T13:26:27.175Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T13:26:27.175Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-18T13:26:27.624Z] #42 23.83 CC images/fifo.o [2021-02-18T13:26:27.624Z] #42 24.02 CC images/remap-file-path.o [2021-02-18T13:26:27.886Z] #42 24.19 CC images/eventfd.o [2021-02-18T13:26:27.886Z] #42 24.36 CC images/eventpoll.o [2021-02-18T13:26:27.998Z] #11 DONE 1.5s [2021-02-18T13:26:27.998Z] [2021-02-18T13:26:27.998Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:27.998Z] #28 sha256:7341e8b1c4025959b333239c1aca4094c3e929294c474b4f3de3918990f5037a [2021-02-18T13:26:27.998Z] #28 5.190 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T13:26:27.998Z] #28 5.278 [2021-02-18T13:26:27.998Z] #28 5.346 ######################################################################## 100.0% [2021-02-18T13:26:27.998Z] #28 5.369 [2021-02-18T13:26:27.998Z] #28 5.632 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T13:26:27.998Z] #28 5.688 [2021-02-18T13:26:27.998Z] #28 5.796 ######################################################################## 100.0% [2021-02-18T13:26:27.998Z] #28 5.818 [2021-02-18T13:26:27.998Z] #28 6.074 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T13:26:27.998Z] #28 6.129 [2021-02-18T13:26:28.148Z] #42 24.60 CC images/fh.o [2021-02-18T13:26:28.409Z] #42 ... [2021-02-18T13:26:28.409Z] [2021-02-18T13:26:28.409Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:28.409Z] #50 sha256:1c184170ec67206011af81a70a375018943f48995430fd916f7e2d5243d4748d [2021-02-18T13:26:28.409Z] #50 92.69 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T13:26:28.409Z] #50 DONE 99.0s [2021-02-18T13:26:28.409Z] [2021-02-18T13:26:28.409Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:28.409Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:28.409Z] #44 97.02 net [2021-02-18T13:26:28.409Z] #44 98.50 vendor/golang.org/x/crypto/internal/chacha20 [2021-02-18T13:26:28.409Z] #44 98.88 vendor/golang.org/x/crypto/poly1305 [2021-02-18T13:26:28.521Z] #28 6.241 ####### 10.6% ######################## 34.4% ################################ 45.1% ########################################### 60.4%#28 ... [2021-02-18T13:26:28.521Z] [2021-02-18T13:26:28.521Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T13:26:28.521Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T13:26:28.521Z] #30 DONE 0.5s [2021-02-18T13:26:28.521Z] [2021-02-18T13:26:28.521Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:28.521Z] #28 sha256:7341e8b1c4025959b333239c1aca4094c3e929294c474b4f3de3918990f5037a [2021-02-18T13:26:28.521Z] #28 6.241 ####### 10.6% ######################## 34.4% ################################ 45.1% ########################################### 60.4% ######################################################## 78.0% ######################################################################## 100.0% [2021-02-18T13:26:28.780Z] #28 6.839 [2021-02-18T13:26:28.780Z] #28 ... [2021-02-18T13:26:28.780Z] [2021-02-18T13:26:28.780Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T13:26:28.780Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T13:26:28.780Z] #38 DONE 0.7s [2021-02-18T13:26:29.038Z] [2021-02-18T13:26:29.038Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:29.038Z] #28 sha256:7341e8b1c4025959b333239c1aca4094c3e929294c474b4f3de3918990f5037a [2021-02-18T13:26:29.038Z] #28 7.170 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T13:26:29.038Z] #28 7.248 [2021-02-18T13:26:29.039Z] #28 7.302 ######################################################################## 100.0% [2021-02-18T13:26:29.039Z] #28 7.332 [2021-02-18T13:26:29.297Z] #28 7.657 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T13:26:29.352Z] #44 99.53 vendor/golang.org/x/sys/cpu [2021-02-18T13:26:29.872Z] #28 7.845 [2021-02-18T13:26:29.872Z] #28 7.928 ######################################################################## 100.0% [2021-02-18T13:26:29.872Z] #28 7.948 [2021-02-18T13:26:29.872Z] #28 7.963 Download of images into '/build' complete. [2021-02-18T13:26:29.872Z] #28 7.963 Use something like the following to load the result into a Docker daemon: [2021-02-18T13:26:29.872Z] #28 7.963 tar -cC '/build' . | docker load [2021-02-18T13:26:29.872Z] #28 DONE 8.0s [2021-02-18T13:26:29.872Z] [2021-02-18T13:26:29.872Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:29.872Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:29.925Z] #44 100.3 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-18T13:26:29.945Z] #31 ... [2021-02-18T13:26:29.945Z] [2021-02-18T13:26:29.945Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:29.945Z] #23 sha256:7e55a00b170a6c8cc064b910df21ff4f09ad785c4d3ba43e90a39dc53e05e18d [2021-02-18T13:26:29.945Z] #23 5.594 + RM_GOPATH=0 [2021-02-18T13:26:29.945Z] #23 5.594 + TMP_GOPATH= [2021-02-18T13:26:29.945Z] #23 5.594 + : /build [2021-02-18T13:26:29.945Z] #23 5.594 + '[' -z '' ']' [2021-02-18T13:26:29.945Z] #23 5.594 ++ mktemp -d [2021-02-18T13:26:29.945Z] #23 5.602 + export GOPATH=/tmp/tmp.UlPvOwI9WX [2021-02-18T13:26:29.945Z] #23 5.602 + GOPATH=/tmp/tmp.UlPvOwI9WX [2021-02-18T13:26:29.945Z] #23 5.602 + RM_GOPATH=1 [2021-02-18T13:26:29.945Z] #23 5.602 + case "$(go env GOARCH)" in [2021-02-18T13:26:29.945Z] #23 5.602 ++ go env GOARCH [2021-02-18T13:26:29.945Z] #23 5.619 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:29.945Z] #23 5.619 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:29.945Z] #23 5.619 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:29.945Z] #23 5.638 Install docker/cli version 17.06.2-ce from stable [2021-02-18T13:26:29.945Z] #23 5.638 + dir=/tmp/install [2021-02-18T13:26:29.945Z] #23 5.638 + bin=dockercli [2021-02-18T13:26:29.945Z] #23 5.638 + shift [2021-02-18T13:26:29.945Z] #23 5.638 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T13:26:29.945Z] #23 5.638 + . /tmp/install/dockercli.installer [2021-02-18T13:26:29.945Z] #23 5.638 ++ : stable [2021-02-18T13:26:29.945Z] #23 5.638 ++ : 17.06.2-ce [2021-02-18T13:26:29.945Z] #23 5.638 + install_dockercli [2021-02-18T13:26:29.945Z] #23 5.638 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T13:26:29.945Z] #23 5.647 ++ uname -m [2021-02-18T13:26:29.945Z] #23 5.648 + arch=x86_64 [2021-02-18T13:26:29.945Z] #23 5.648 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T13:26:29.945Z] #23 5.648 + url=https://download.docker.com/linux/static [2021-02-18T13:26:29.945Z] #23 5.653 + tar -xz docker/docker [2021-02-18T13:26:29.945Z] #23 5.653 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T13:26:30.201Z] #23 ... [2021-02-18T13:26:30.201Z] [2021-02-18T13:26:30.201Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:30.201Z] #46 sha256:0ef3c8aab70ac4ee5af8f179e7db1b98cc2d9769ec53e8cd585dfc3dd081f1cd [2021-02-18T13:26:30.201Z] #46 5.924 + RM_GOPATH=0 [2021-02-18T13:26:30.201Z] #46 5.924 + TMP_GOPATH= [2021-02-18T13:26:30.201Z] #46 5.924 + : /build [2021-02-18T13:26:30.201Z] #46 5.924 + '[' -z '' ']' [2021-02-18T13:26:30.201Z] #46 5.924 ++ mktemp -d [2021-02-18T13:26:30.201Z] #46 5.924 + export GOPATH=/tmp/tmp.QJpLZXQ1S6 [2021-02-18T13:26:30.201Z] #46 5.924 + GOPATH=/tmp/tmp.QJpLZXQ1S6 [2021-02-18T13:26:30.201Z] #46 5.924 + RM_GOPATH=1 [2021-02-18T13:26:30.201Z] #46 5.924 + case "$(go env GOARCH)" in [2021-02-18T13:26:30.201Z] #46 5.924 ++ go env GOARCH [2021-02-18T13:26:30.201Z] #46 5.933 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:30.201Z] #46 5.933 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:30.201Z] #46 5.936 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:30.201Z] #46 5.939 + dir=/tmp/install [2021-02-18T13:26:30.201Z] #46 5.939 + bin=gotestsum [2021-02-18T13:26:30.201Z] #46 5.939 + shift [2021-02-18T13:26:30.201Z] #46 5.940 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T13:26:30.201Z] #46 5.940 + . /tmp/install/gotestsum.installer [2021-02-18T13:26:30.201Z] #46 5.940 ++ : v0.5.3 [2021-02-18T13:26:30.201Z] #46 5.940 + install_gotestsum [2021-02-18T13:26:30.201Z] #46 5.941 + set -e [2021-02-18T13:26:30.201Z] #46 5.941 + export GO111MODULE=on [2021-02-18T13:26:30.201Z] #46 5.941 + GO111MODULE=on [2021-02-18T13:26:30.201Z] #46 5.941 + GOBIN=/build [2021-02-18T13:26:30.201Z] #46 5.941 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T13:26:30.201Z] #46 5.963 go: finding gotest.tools v0.5.3 [2021-02-18T13:26:30.201Z] #46 5.963 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:30.460Z] #46 ... [2021-02-18T13:26:30.460Z] [2021-02-18T13:26:30.460Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:26:30.460Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:26:30.460Z] #31 5.692 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T13:26:30.460Z] #31 5.692 Cloning into '.'... [2021-02-18T13:26:31.218Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2021-02-18T13:26:31.218Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-02-18T13:26:31.329Z] #44 101.5 vendor/golang.org/x/crypto/hkdf [2021-02-18T13:26:31.329Z] #44 101.6 vendor/golang.org/x/text/transform [2021-02-18T13:26:31.903Z] #44 102.3 vendor/golang.org/x/text/unicode/bidi [2021-02-18T13:26:32.467Z] #10 DONE 4.5s [2021-02-18T13:26:32.467Z] [2021-02-18T13:26:32.467Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:32.467Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-18T13:26:32.467Z] #26 13.58 137 added, 0 removed; done. [2021-02-18T13:26:32.467Z] #26 13.66 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-18T13:26:32.467Z] #26 13.68 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:32.467Z] #26 13.69 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:32.467Z] #26 13.72 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:32.467Z] #26 13.86 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:32.467Z] #26 14.01 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:32.467Z] #26 14.05 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:32.467Z] #26 14.72 0 added, 0 removed; done. [2021-02-18T13:26:32.467Z] #26 14.72 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T13:26:32.467Z] #26 14.72 done. [2021-02-18T13:26:32.467Z] #26 DONE 17.4s [2021-02-18T13:26:32.467Z] [2021-02-18T13:26:32.467Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T13:26:32.467Z] #27 sha256:bf8d711a9d05d3e9f19471f6a2c14677fdaa8439f09edb08521b9abb4b175c57 [2021-02-18T13:26:32.467Z] #27 DONE 0.1s [2021-02-18T13:26:32.467Z] [2021-02-18T13:26:32.467Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-18T13:26:32.467Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-18T13:26:32.732Z] #11 DONE 0.9s [2021-02-18T13:26:32.732Z] [2021-02-18T13:26:32.732Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:32.732Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:26:32.732Z] #44 ... [2021-02-18T13:26:32.732Z] [2021-02-18T13:26:32.732Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T13:26:32.732Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-18T13:26:32.732Z] #38 DONE 0.2s [2021-02-18T13:26:32.732Z] [2021-02-18T13:26:32.732Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T13:26:32.732Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-18T13:26:32.732Z] #30 DONE 0.2s [2021-02-18T13:26:32.994Z] [2021-02-18T13:26:32.994Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:26:32.994Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T13:26:33.291Z] #44 ... [2021-02-18T13:26:33.291Z] [2021-02-18T13:26:33.291Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:33.291Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:33.291Z] #12 103.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T13:26:33.291Z] #12 103.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:26:33.291Z] #12 103.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:34.066Z] #39 ... [2021-02-18T13:26:34.066Z] [2021-02-18T13:26:34.066Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:34.066Z] #23 sha256:be5880d11c55c373015aa456ec34ee35332b2a82eb4eccb9453c2535918b4822 [2021-02-18T13:26:34.066Z] #23 5.634 + RM_GOPATH=0 [2021-02-18T13:26:34.066Z] #23 5.634 + TMP_GOPATH= [2021-02-18T13:26:34.066Z] #23 5.634 + : /build [2021-02-18T13:26:34.066Z] #23 5.634 + '[' -z '' ']' [2021-02-18T13:26:34.066Z] #23 5.634 ++ mktemp -d [2021-02-18T13:26:34.066Z] #23 5.639 + export GOPATH=/tmp/tmp.CJc9zTfQeG [2021-02-18T13:26:34.066Z] #23 5.639 + GOPATH=/tmp/tmp.CJc9zTfQeG [2021-02-18T13:26:34.066Z] #23 5.639 + RM_GOPATH=1 [2021-02-18T13:26:34.066Z] #23 5.639 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.066Z] #23 5.639 ++ go env GOARCH [2021-02-18T13:26:34.066Z] #23 5.666 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.066Z] #23 5.666 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.066Z] #23 5.668 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.066Z] #23 5.674 Install docker/cli version 17.06.2-ce from stable [2021-02-18T13:26:34.066Z] #23 5.674 + dir=/tmp/install [2021-02-18T13:26:34.066Z] #23 5.674 + bin=dockercli [2021-02-18T13:26:34.066Z] #23 5.674 + shift [2021-02-18T13:26:34.066Z] #23 5.674 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T13:26:34.066Z] #23 5.674 + . /tmp/install/dockercli.installer [2021-02-18T13:26:34.066Z] #23 5.674 ++ : stable [2021-02-18T13:26:34.066Z] #23 5.674 ++ : 17.06.2-ce [2021-02-18T13:26:34.066Z] #23 5.674 + install_dockercli [2021-02-18T13:26:34.066Z] #23 5.674 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T13:26:34.066Z] #23 5.675 ++ uname -m [2021-02-18T13:26:34.066Z] #23 5.685 + arch=x86_64 [2021-02-18T13:26:34.066Z] #23 5.685 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T13:26:34.066Z] #23 5.685 + url=https://download.docker.com/linux/static [2021-02-18T13:26:34.066Z] #23 5.685 + tar -xz docker/docker [2021-02-18T13:26:34.066Z] #23 5.685 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T13:26:34.515Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-02-18T13:26:34.633Z] #31 ... [2021-02-18T13:26:34.633Z] [2021-02-18T13:26:34.633Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:34.633Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:34.633Z] #12 6.642 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:34.633Z] #12 6.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:34.633Z] #12 6.862 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:34.633Z] #12 8.958 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:34.633Z] #12 ... [2021-02-18T13:26:34.633Z] [2021-02-18T13:26:34.633Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:34.633Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:34.633Z] #41 6.870 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:34.633Z] #41 7.064 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:34.633Z] #41 7.064 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:34.633Z] #41 8.671 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:34.633Z] #41 ... [2021-02-18T13:26:34.633Z] [2021-02-18T13:26:34.633Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:34.633Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:26:34.633Z] #48 4.998 + RM_GOPATH=0 [2021-02-18T13:26:34.633Z] #48 4.998 + TMP_GOPATH= [2021-02-18T13:26:34.633Z] #48 4.998 + : /build [2021-02-18T13:26:34.633Z] #48 4.998 + '[' -z '' ']' [2021-02-18T13:26:34.633Z] #48 5.008 ++ mktemp -d [2021-02-18T13:26:34.633Z] #48 5.012 + export GOPATH=/tmp/tmp.JFyzu9kWHe [2021-02-18T13:26:34.633Z] #48 5.012 + GOPATH=/tmp/tmp.JFyzu9kWHe [2021-02-18T13:26:34.633Z] #48 5.012 + RM_GOPATH=1 [2021-02-18T13:26:34.633Z] #48 5.013 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.633Z] #48 5.013 ++ go env GOARCH [2021-02-18T13:26:34.633Z] #48 5.050 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.633Z] #48 5.050 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.633Z] #48 5.050 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.633Z] #48 5.050 + dir=/tmp/install [2021-02-18T13:26:34.633Z] #48 5.050 + bin=golangci_lint [2021-02-18T13:26:34.633Z] #48 5.050 + shift [2021-02-18T13:26:34.633Z] #48 5.050 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T13:26:34.633Z] #48 5.050 + . /tmp/install/golangci_lint.installer [2021-02-18T13:26:34.633Z] #48 5.050 ++ : v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.050 + install_golangci_lint [2021-02-18T13:26:34.633Z] #48 5.050 + set -e [2021-02-18T13:26:34.633Z] #48 5.050 + export GO111MODULE=on [2021-02-18T13:26:34.633Z] #48 5.050 + GO111MODULE=on [2021-02-18T13:26:34.633Z] #48 5.050 + GOBIN=/build [2021-02-18T13:26:34.633Z] #48 5.050 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.105 go: finding github.com v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.105 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.105 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.105 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:34.633Z] #48 5.105 go: finding github.com/golangci v1.23.8 [2021-02-18T13:26:34.633Z] #48 6.146 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:34.633Z] #48 7.108 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:34.633Z] #48 ... [2021-02-18T13:26:34.633Z] [2021-02-18T13:26:34.633Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:34.633Z] #57 sha256:079460ca3d9c6ba1b1bae8f8bdb318820d2cea999ba861c1d418452813b21fbb [2021-02-18T13:26:34.633Z] #57 4.685 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:34.633Z] #57 4.686 + RM_GOPATH=0 [2021-02-18T13:26:34.633Z] #57 4.686 + TMP_GOPATH= [2021-02-18T13:26:34.633Z] #57 4.686 + : /build [2021-02-18T13:26:34.633Z] #57 4.686 + '[' -z '' ']' [2021-02-18T13:26:34.633Z] #57 4.686 ++ mktemp -d [2021-02-18T13:26:34.633Z] #57 4.686 + export GOPATH=/tmp/tmp.H7PipEzMKO [2021-02-18T13:26:34.633Z] #57 4.686 + GOPATH=/tmp/tmp.H7PipEzMKO [2021-02-18T13:26:34.633Z] #57 4.686 + RM_GOPATH=1 [2021-02-18T13:26:34.633Z] #57 4.686 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.633Z] #57 4.686 ++ go env GOARCH [2021-02-18T13:26:34.633Z] #57 4.686 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.633Z] #57 4.686 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.633Z] #57 4.686 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.633Z] #57 4.686 + dir=/tmp/install [2021-02-18T13:26:34.633Z] #57 4.686 + bin=rootlesskit [2021-02-18T13:26:34.633Z] #57 4.686 + shift [2021-02-18T13:26:34.633Z] #57 4.686 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T13:26:34.633Z] #57 4.686 + . /tmp/install/rootlesskit.installer [2021-02-18T13:26:34.633Z] #57 4.686 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:34.633Z] #57 4.686 + install_rootlesskit [2021-02-18T13:26:34.633Z] #57 4.686 + case "$1" in [2021-02-18T13:26:34.633Z] #57 4.686 + export CGO_ENABLED=0 [2021-02-18T13:26:34.633Z] #57 4.686 + CGO_ENABLED=0 [2021-02-18T13:26:34.633Z] #57 4.686 + _install_rootlesskit [2021-02-18T13:26:34.633Z] #57 4.686 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T13:26:34.633Z] #57 4.686 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.H7PipEzMKO/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:34.633Z] #57 4.686 Cloning into '/tmp/tmp.H7PipEzMKO/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T13:26:34.633Z] #57 9.405 + cd /tmp/tmp.H7PipEzMKO/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:34.633Z] #57 9.407 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:34.633Z] #57 10.27 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:26:34.633Z] #57 10.27 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T13:26:34.633Z] #57 ... [2021-02-18T13:26:34.633Z] [2021-02-18T13:26:34.633Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:34.633Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:34.633Z] #54 6.384 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:34.633Z] #54 6.483 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:34.633Z] #54 6.664 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:34.633Z] #54 8.678 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:34.639Z] #23 ... [2021-02-18T13:26:34.639Z] [2021-02-18T13:26:34.639Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:34.639Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:26:34.639Z] #33 6.247 + RM_GOPATH=0 [2021-02-18T13:26:34.639Z] #33 6.247 + TMP_GOPATH= [2021-02-18T13:26:34.639Z] #33 6.247 + : /build [2021-02-18T13:26:34.639Z] #33 6.247 + '[' -z '' ']' [2021-02-18T13:26:34.639Z] #33 6.248 ++ mktemp -d [2021-02-18T13:26:34.639Z] #33 6.250 + export GOPATH=/tmp/tmp.ENqcWmPnsE [2021-02-18T13:26:34.639Z] #33 6.250 + GOPATH=/tmp/tmp.ENqcWmPnsE [2021-02-18T13:26:34.639Z] #33 6.250 + RM_GOPATH=1 [2021-02-18T13:26:34.639Z] #33 6.250 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.639Z] #33 6.250 ++ go env GOARCH [2021-02-18T13:26:34.639Z] #33 6.296 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.639Z] #33 6.296 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.639Z] #33 6.299 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.639Z] #33 6.301 + dir=/tmp/install [2021-02-18T13:26:34.639Z] #33 6.301 + bin=tomlv [2021-02-18T13:26:34.639Z] #33 6.301 + shift [2021-02-18T13:26:34.639Z] #33 6.301 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T13:26:34.639Z] #33 6.301 + . /tmp/install/tomlv.installer [2021-02-18T13:26:34.639Z] #33 6.301 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:34.639Z] #33 6.301 + install_tomlv [2021-02-18T13:26:34.639Z] #33 6.301 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T13:26:34.639Z] #33 6.302 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:34.639Z] #33 6.309 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ENqcWmPnsE/src/github.com/BurntSushi/toml [2021-02-18T13:26:34.639Z] #33 6.312 Cloning into '/tmp/tmp.ENqcWmPnsE/src/github.com/BurntSushi/toml'... [2021-02-18T13:26:34.639Z] #33 ... [2021-02-18T13:26:34.639Z] [2021-02-18T13:26:34.640Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:34.640Z] #46 sha256:f95b758ac2a1896bbad82f7ae3de7584d477c702f43071e28445357a62d9e67d [2021-02-18T13:26:34.640Z] #46 6.339 + RM_GOPATH=0 [2021-02-18T13:26:34.640Z] #46 6.343 + TMP_GOPATH= [2021-02-18T13:26:34.640Z] #46 6.343 + : /build [2021-02-18T13:26:34.640Z] #46 6.343 + '[' -z '' ']' [2021-02-18T13:26:34.640Z] #46 6.351 ++ mktemp -d [2021-02-18T13:26:34.640Z] #46 6.351 + export GOPATH=/tmp/tmp.XG7rnCTixg [2021-02-18T13:26:34.640Z] #46 6.352 + GOPATH=/tmp/tmp.XG7rnCTixg [2021-02-18T13:26:34.640Z] #46 6.354 + RM_GOPATH=1 [2021-02-18T13:26:34.640Z] #46 6.354 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.640Z] #46 6.356 ++ go env GOARCH [2021-02-18T13:26:34.640Z] #46 6.422 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.640Z] #46 6.422 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.640Z] #46 6.422 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.640Z] #46 6.435 + dir=/tmp/install [2021-02-18T13:26:34.640Z] #46 6.435 + bin=gotestsum [2021-02-18T13:26:34.640Z] #46 6.435 + shift [2021-02-18T13:26:34.640Z] #46 6.435 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T13:26:34.640Z] #46 6.435 + . /tmp/install/gotestsum.installer [2021-02-18T13:26:34.640Z] #46 6.435 ++ : v0.5.3 [2021-02-18T13:26:34.640Z] #46 6.435 + install_gotestsum [2021-02-18T13:26:34.640Z] #46 6.435 + set -e [2021-02-18T13:26:34.640Z] #46 6.435 + export GO111MODULE=on [2021-02-18T13:26:34.640Z] #46 6.435 + GO111MODULE=on [2021-02-18T13:26:34.640Z] #46 6.435 + GOBIN=/build [2021-02-18T13:26:34.640Z] #46 6.435 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T13:26:34.640Z] #46 6.478 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:34.640Z] #46 6.478 go: finding gotest.tools v0.5.3 [2021-02-18T13:26:34.640Z] #46 ... [2021-02-18T13:26:34.640Z] [2021-02-18T13:26:34.640Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:34.640Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:34.775Z] #9 ... [2021-02-18T13:26:34.775Z] [2021-02-18T13:26:34.775Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-18T13:26:34.775Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-18T13:26:34.775Z] #26 1.051 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:34.775Z] #26 1.066 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:34.775Z] #26 1.158 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:34.775Z] #26 1.206 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:34.775Z] #26 1.482 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:34.775Z] #26 1.860 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:34.775Z] #26 3.240 Fetched 8422 kB in 2s (3453 kB/s) [2021-02-18T13:26:34.775Z] #26 3.240 Reading package lists... [2021-02-18T13:26:34.775Z] #26 4.170 Reading package lists... [2021-02-18T13:26:34.775Z] #26 5.079 Building dependency tree... [2021-02-18T13:26:34.775Z] #26 5.429 The following additional packages will be installed: [2021-02-18T13:26:34.775Z] #26 5.429 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-18T13:26:34.775Z] #26 5.429 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-18T13:26:34.775Z] #26 5.429 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-18T13:26:34.775Z] #26 5.430 Suggested packages: [2021-02-18T13:26:34.775Z] #26 5.430 krb5-doc krb5-user [2021-02-18T13:26:34.775Z] #26 5.430 Recommended packages: [2021-02-18T13:26:34.775Z] #26 5.430 krb5-locales publicsuffix libsasl2-modules [2021-02-18T13:26:34.775Z] #26 5.614 The following NEW packages will be installed: [2021-02-18T13:26:34.775Z] #26 5.614 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-18T13:26:34.775Z] #26 5.615 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-18T13:26:34.775Z] #26 5.615 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-18T13:26:34.775Z] #26 5.615 libssh2-1 libssl1.1 openssl [2021-02-18T13:26:34.775Z] #26 5.894 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-18T13:26:34.775Z] #26 5.894 Need to get 5057 kB of archives. [2021-02-18T13:26:34.775Z] #26 5.894 After this operation, 12.1 MB of additional disk space will be used. [2021-02-18T13:26:34.775Z] #26 5.894 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-18T13:26:34.775Z] #26 5.909 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-18T13:26:34.775Z] #26 5.925 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-18T13:26:34.775Z] #26 5.925 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-18T13:26:34.775Z] #26 5.925 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-18T13:26:34.775Z] #26 5.933 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u5 [90.0 kB] [2021-02-18T13:26:34.775Z] #26 5.933 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-18T13:26:34.775Z] #26 5.933 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u5 [225 kB] [2021-02-18T13:26:34.775Z] #26 5.933 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-18T13:26:34.775Z] #26 5.938 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-18T13:26:34.775Z] #26 5.939 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-18T13:26:34.775Z] #26 5.943 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:26:34.775Z] #26 5.947 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:26:34.775Z] #26 5.950 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:26:34.775Z] #26 6.108 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:26:34.775Z] #26 6.132 Fetched 5057 kB in 0s (15.9 MB/s) [2021-02-18T13:26:34.775Z] #26 6.177 Selecting previously unselected package libssl1.1:amd64. [2021-02-18T13:26:34.775Z] #26 6.178 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-18T13:26:34.775Z] #26 6.185 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.194 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 6.392 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T13:26:34.775Z] #26 6.392 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.398 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 6.443 Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T13:26:34.775Z] #26 6.443 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.453 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 6.497 Selecting previously unselected package libldap-common. [2021-02-18T13:26:34.775Z] #26 6.497 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u5_all.deb ... [2021-02-18T13:26:34.775Z] #26 6.501 Unpacking libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 6.571 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T13:26:34.775Z] #26 6.571 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u5_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.576 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 6.641 Selecting previously unselected package openssl. [2021-02-18T13:26:34.775Z] #26 6.643 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.649 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 6.793 Selecting previously unselected package ca-certificates. [2021-02-18T13:26:34.775Z] #26 6.795 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-18T13:26:34.775Z] #26 6.801 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:34.775Z] #26 6.882 Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T13:26:34.775Z] #26 6.882 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.888 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:34.775Z] #26 6.928 Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T13:26:34.775Z] #26 6.928 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.932 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 6.975 Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T13:26:34.775Z] #26 6.975 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 6.980 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.035 Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T13:26:34.775Z] #26 7.035 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.038 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.130 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T13:26:34.775Z] #26 7.130 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.130 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.196 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T13:26:34.775Z] #26 7.198 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.205 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.261 Selecting previously unselected package libpsl5:amd64. [2021-02-18T13:26:34.775Z] #26 7.261 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.265 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:34.775Z] #26 7.323 Selecting previously unselected package librtmp1:amd64. [2021-02-18T13:26:34.775Z] #26 7.325 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.329 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:34.775Z] #26 7.381 Selecting previously unselected package libssh2-1:amd64. [2021-02-18T13:26:34.775Z] #26 7.381 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.386 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:34.775Z] #26 7.461 Selecting previously unselected package libcurl4:amd64. [2021-02-18T13:26:34.775Z] #26 7.461 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.466 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.529 Selecting previously unselected package curl. [2021-02-18T13:26:34.775Z] #26 7.529 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.533 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.593 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:26:34.775Z] #26 7.593 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.601 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:34.775Z] #26 7.664 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:26:34.775Z] #26 7.666 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.673 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:34.775Z] #26 7.717 Selecting previously unselected package jq. [2021-02-18T13:26:34.775Z] #26 7.717 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:26:34.775Z] #26 7.722 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:34.775Z] #26 7.776 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-18T13:26:34.775Z] #26 7.791 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-18T13:26:34.775Z] #26 7.806 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 7.943 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.962 Setting up libldap-common (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 7.981 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 7.999 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 8.015 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-18T13:26:34.775Z] #26 8.034 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 8.049 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 8.071 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-18T13:26:34.775Z] #26 8.101 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:34.775Z] #26 8.120 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 8.139 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:26:34.775Z] #26 8.153 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:26:34.775Z] #26 8.178 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u5) ... [2021-02-18T13:26:34.775Z] #26 8.195 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:34.898Z] #39 5.925 + git clone https://github.com/docker/distribution.git . [2021-02-18T13:26:34.898Z] #39 5.930 Cloning into '.'... [2021-02-18T13:26:34.907Z] #54 ... [2021-02-18T13:26:34.907Z] [2021-02-18T13:26:34.907Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:34.907Z] #63 sha256:d222064ad54bdd577d03cadfdb5b3d63b7ea8e240111b5554bbb096552d63417 [2021-02-18T13:26:34.907Z] #63 5.050 + RM_GOPATH=0 [2021-02-18T13:26:34.907Z] #63 5.050 + TMP_GOPATH= [2021-02-18T13:26:34.907Z] #63 5.050 + : /build [2021-02-18T13:26:34.907Z] #63 5.050 + '[' -z '' ']' [2021-02-18T13:26:34.907Z] #63 5.050 ++ mktemp -d [2021-02-18T13:26:34.907Z] #63 5.059 + export GOPATH=/tmp/tmp.KTInHgbJTP [2021-02-18T13:26:34.907Z] #63 5.059 + GOPATH=/tmp/tmp.KTInHgbJTP [2021-02-18T13:26:34.907Z] #63 5.059 + RM_GOPATH=1 [2021-02-18T13:26:34.907Z] #63 5.059 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.907Z] #63 5.059 ++ go env GOARCH [2021-02-18T13:26:34.907Z] #63 5.071 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.907Z] #63 5.071 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.907Z] #63 5.071 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.907Z] #63 5.071 + dir=/tmp/install [2021-02-18T13:26:34.907Z] #63 5.071 + bin=proxy [2021-02-18T13:26:34.907Z] #63 5.071 + shift [2021-02-18T13:26:34.907Z] #63 5.071 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T13:26:34.907Z] #63 5.072 + . /tmp/install/proxy.installer [2021-02-18T13:26:34.907Z] #63 5.074 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:34.907Z] #63 5.074 + install_proxy [2021-02-18T13:26:34.907Z] #63 5.074 + case "$1" in [2021-02-18T13:26:34.907Z] #63 5.074 + export CGO_ENABLED=0 [2021-02-18T13:26:34.907Z] #63 5.074 + CGO_ENABLED=0 [2021-02-18T13:26:34.907Z] #63 5.074 + _install_proxy [2021-02-18T13:26:34.907Z] #63 5.074 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T13:26:34.907Z] #63 5.074 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KTInHgbJTP/src/github.com/docker/libnetwork [2021-02-18T13:26:34.907Z] #63 5.074 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:34.907Z] #63 5.101 Cloning into '/tmp/tmp.KTInHgbJTP/src/github.com/docker/libnetwork'... [2021-02-18T13:26:34.907Z] #63 ... [2021-02-18T13:26:34.907Z] [2021-02-18T13:26:34.907Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:34.907Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:26:34.907Z] #50 4.998 + RM_GOPATH=0 [2021-02-18T13:26:34.907Z] #50 4.998 + TMP_GOPATH= [2021-02-18T13:26:34.907Z] #50 4.998 + : /build [2021-02-18T13:26:34.907Z] #50 4.998 + '[' -z '' ']' [2021-02-18T13:26:34.907Z] #50 4.998 ++ mktemp -d [2021-02-18T13:26:34.907Z] #50 5.010 + export GOPATH=/tmp/tmp.oLjMpqFZVD [2021-02-18T13:26:34.907Z] #50 5.010 + GOPATH=/tmp/tmp.oLjMpqFZVD [2021-02-18T13:26:34.907Z] #50 5.010 + RM_GOPATH=1 [2021-02-18T13:26:34.907Z] #50 5.010 + case "$(go env GOARCH)" in [2021-02-18T13:26:34.907Z] #50 5.010 ++ go env GOARCH [2021-02-18T13:26:34.907Z] #50 5.052 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.907Z] #50 5.052 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:34.907Z] #50 5.052 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:34.907Z] #50 5.052 + dir=/tmp/install [2021-02-18T13:26:34.907Z] #50 5.052 + bin=shfmt [2021-02-18T13:26:34.907Z] #50 5.052 + shift [2021-02-18T13:26:34.907Z] #50 5.052 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T13:26:34.907Z] #50 5.052 + . /tmp/install/shfmt.installer [2021-02-18T13:26:34.907Z] #50 5.052 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:34.907Z] #50 5.052 + install_shfmt [2021-02-18T13:26:34.907Z] #50 5.052 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T13:26:34.907Z] #50 5.052 + git clone https://github.com/mvdan/sh.git /tmp/tmp.oLjMpqFZVD/src/github.com/mvdan/sh [2021-02-18T13:26:34.907Z] #50 5.053 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:34.907Z] #50 5.062 Cloning into '/tmp/tmp.oLjMpqFZVD/src/github.com/mvdan/sh'... [2021-02-18T13:26:35.163Z] #50 ... [2021-02-18T13:26:35.163Z] [2021-02-18T13:26:35.163Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:35.163Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:26:35.163Z] #44 5.434 + RM_GOPATH=0 [2021-02-18T13:26:35.163Z] #44 5.434 + TMP_GOPATH= [2021-02-18T13:26:35.163Z] #44 5.434 + : /build [2021-02-18T13:26:35.163Z] #44 5.434 + '[' -z '' ']' [2021-02-18T13:26:35.163Z] #44 5.444 ++ mktemp -d [2021-02-18T13:26:35.163Z] #44 5.444 + export GOPATH=/tmp/tmp.YRDKJSpfv4 [2021-02-18T13:26:35.163Z] #44 5.444 + GOPATH=/tmp/tmp.YRDKJSpfv4 [2021-02-18T13:26:35.163Z] #44 5.444 + RM_GOPATH=1 [2021-02-18T13:26:35.163Z] #44 5.444 + case "$(go env GOARCH)" in [2021-02-18T13:26:35.163Z] #44 5.454 ++ go env GOARCH [2021-02-18T13:26:35.163Z] #44 5.474 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:35.163Z] #44 5.474 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:35.163Z] #44 5.476 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:35.163Z] #44 5.476 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:35.163Z] #44 5.476 + dir=/tmp/install [2021-02-18T13:26:35.163Z] #44 5.476 + bin=vndr [2021-02-18T13:26:35.163Z] #44 5.476 + shift [2021-02-18T13:26:35.163Z] #44 5.476 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T13:26:35.163Z] #44 5.476 + . /tmp/install/vndr.installer [2021-02-18T13:26:35.163Z] #44 5.476 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:35.163Z] #44 5.476 + install_vndr [2021-02-18T13:26:35.163Z] #44 5.476 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T13:26:35.163Z] #44 5.476 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.YRDKJSpfv4/src/github.com/LK4D4/vndr [2021-02-18T13:26:35.163Z] #44 5.481 Cloning into '/tmp/tmp.YRDKJSpfv4/src/github.com/LK4D4/vndr'... [2021-02-18T13:26:35.163Z] #44 6.809 + cd /tmp/tmp.YRDKJSpfv4/src/github.com/LK4D4/vndr [2021-02-18T13:26:35.163Z] #44 6.815 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:35.163Z] #44 6.841 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T13:26:35.163Z] #44 8.697 internal/race [2021-02-18T13:26:35.163Z] #44 8.926 sync/atomic [2021-02-18T13:26:35.163Z] #44 9.038 runtime [2021-02-18T13:26:35.163Z] #44 9.484 unicode [2021-02-18T13:26:35.163Z] #44 ... [2021-02-18T13:26:35.163Z] [2021-02-18T13:26:35.163Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:35.163Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:35.163Z] #35 6.694 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:35.163Z] #35 6.811 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:35.163Z] #35 6.813 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:35.163Z] #35 8.866 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:35.163Z] #35 10.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:35.420Z] #35 ... [2021-02-18T13:26:35.420Z] [2021-02-18T13:26:35.420Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:35.420Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:35.420Z] #39 5.347 + git clone https://github.com/docker/distribution.git . [2021-02-18T13:26:35.420Z] #39 5.372 Cloning into '.'... [2021-02-18T13:26:35.420Z] #39 ... [2021-02-18T13:26:35.420Z] [2021-02-18T13:26:35.420Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:35.420Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:26:35.420Z] #33 4.612 + RM_GOPATH=0 [2021-02-18T13:26:35.420Z] #33 4.612 + TMP_GOPATH= [2021-02-18T13:26:35.420Z] #33 4.612 + : /build [2021-02-18T13:26:35.420Z] #33 4.612 + '[' -z '' ']' [2021-02-18T13:26:35.420Z] #33 4.612 ++ mktemp -d [2021-02-18T13:26:35.420Z] #33 4.612 + export GOPATH=/tmp/tmp.Pe3Vh9MH88 [2021-02-18T13:26:35.420Z] #33 4.612 + GOPATH=/tmp/tmp.Pe3Vh9MH88 [2021-02-18T13:26:35.420Z] #33 4.612 + RM_GOPATH=1 [2021-02-18T13:26:35.420Z] #33 4.612 + case "$(go env GOARCH)" in [2021-02-18T13:26:35.420Z] #33 4.614 ++ go env GOARCH [2021-02-18T13:26:35.420Z] #33 4.620 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:35.420Z] #33 4.620 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:35.420Z] #33 4.620 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:35.420Z] #33 4.620 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:35.420Z] #33 4.620 + dir=/tmp/install [2021-02-18T13:26:35.420Z] #33 4.620 + bin=tomlv [2021-02-18T13:26:35.420Z] #33 4.620 + shift [2021-02-18T13:26:35.420Z] #33 4.620 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T13:26:35.420Z] #33 4.620 + . /tmp/install/tomlv.installer [2021-02-18T13:26:35.420Z] #33 4.620 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:35.420Z] #33 4.620 + install_tomlv [2021-02-18T13:26:35.420Z] #33 4.620 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T13:26:35.420Z] #33 4.620 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Pe3Vh9MH88/src/github.com/BurntSushi/toml [2021-02-18T13:26:35.420Z] #33 4.632 Cloning into '/tmp/tmp.Pe3Vh9MH88/src/github.com/BurntSushi/toml'... [2021-02-18T13:26:35.420Z] #33 5.248 + cd /tmp/tmp.Pe3Vh9MH88/src/github.com/BurntSushi/toml [2021-02-18T13:26:35.420Z] #33 5.248 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:35.420Z] #33 5.253 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:26:35.420Z] #33 6.037 runtime/internal/atomic [2021-02-18T13:26:35.421Z] #33 6.038 internal/cpu [2021-02-18T13:26:35.421Z] #33 6.358 runtime/internal/sys [2021-02-18T13:26:35.421Z] #33 6.619 runtime/internal/math [2021-02-18T13:26:35.421Z] #33 6.793 math/bits [2021-02-18T13:26:35.421Z] #33 6.869 internal/bytealg [2021-02-18T13:26:35.421Z] #33 7.693 math [2021-02-18T13:26:35.421Z] #33 8.521 runtime [2021-02-18T13:26:35.677Z] #33 ... [2021-02-18T13:26:35.677Z] [2021-02-18T13:26:35.677Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:35.677Z] #46 sha256:0ef3c8aab70ac4ee5af8f179e7db1b98cc2d9769ec53e8cd585dfc3dd081f1cd [2021-02-18T13:26:35.677Z] #46 7.098 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:35.677Z] #46 7.532 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:35.677Z] #46 9.423 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:35.677Z] #46 9.521 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:35.677Z] #46 9.633 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:35.677Z] #46 9.634 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:26:35.677Z] #46 9.634 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:35.677Z] #46 9.634 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:26:35.677Z] #46 9.634 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:35.677Z] #46 9.819 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:26:35.677Z] #46 9.909 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:35.677Z] #46 9.986 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:35.677Z] #46 10.02 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:35.677Z] #46 10.03 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:35.677Z] #46 10.05 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:35.677Z] #46 10.07 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:26:35.677Z] #46 10.12 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:35.677Z] #46 10.13 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:35.677Z] #46 10.25 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:35.677Z] #46 10.61 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:35.677Z] #46 10.82 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:35.780Z] #26 8.904 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:36.241Z] #46 12.06 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:36.361Z] #26 9.770 137 added, 0 removed; done. [2021-02-18T13:26:36.361Z] #26 9.849 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-18T13:26:36.361Z] #26 9.868 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:26:36.620Z] #26 9.881 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-18T13:26:36.620Z] #26 9.900 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-18T13:26:36.620Z] #26 9.925 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:36.620Z] #26 9.954 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-18T13:26:36.620Z] #26 9.962 Updating certificates in /etc/ssl/certs... [2021-02-18T13:26:37.188Z] #26 10.59 0 added, 0 removed; done. [2021-02-18T13:26:37.188Z] #26 10.59 Running hooks in /etc/ca-certificates/update.d... [2021-02-18T13:26:37.188Z] #26 10.59 done. [2021-02-18T13:26:37.859Z] #31 4.864 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T13:26:37.859Z] #31 4.873 Cloning into '.'... [2021-02-18T13:26:37.859Z] #31 ... [2021-02-18T13:26:37.859Z] [2021-02-18T13:26:37.859Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:37.859Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:26:37.859Z] #44 4.977 + RM_GOPATH=0 [2021-02-18T13:26:37.859Z] #44 4.977 + TMP_GOPATH= [2021-02-18T13:26:37.859Z] #44 4.977 + : /build [2021-02-18T13:26:37.859Z] #44 4.977 + '[' -z '' ']' [2021-02-18T13:26:37.859Z] #44 4.981 ++ mktemp -d [2021-02-18T13:26:37.859Z] #44 4.987 + export GOPATH=/tmp/tmp.3j5UIAi0ZI [2021-02-18T13:26:37.859Z] #44 4.987 + GOPATH=/tmp/tmp.3j5UIAi0ZI [2021-02-18T13:26:37.859Z] #44 4.987 + RM_GOPATH=1 [2021-02-18T13:26:37.859Z] #44 4.987 + case "$(go env GOARCH)" in [2021-02-18T13:26:37.859Z] #44 4.990 ++ go env GOARCH [2021-02-18T13:26:37.859Z] #44 5.013 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:37.859Z] #44 5.013 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:37.859Z] #44 5.013 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:37.859Z] #44 5.015 + dir=/tmp/install [2021-02-18T13:26:37.859Z] #44 5.015 + bin=vndr [2021-02-18T13:26:37.859Z] #44 5.015 + shift [2021-02-18T13:26:37.859Z] #44 5.015 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T13:26:37.859Z] #44 5.015 + . /tmp/install/vndr.installer [2021-02-18T13:26:37.859Z] #44 5.015 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:37.859Z] #44 5.015 + install_vndr [2021-02-18T13:26:37.859Z] #44 5.015 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T13:26:37.859Z] #44 5.016 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:37.859Z] #44 5.021 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.3j5UIAi0ZI/src/github.com/LK4D4/vndr [2021-02-18T13:26:37.859Z] #44 5.080 Cloning into '/tmp/tmp.3j5UIAi0ZI/src/github.com/LK4D4/vndr'... [2021-02-18T13:26:38.130Z] #46 ... [2021-02-18T13:26:38.130Z] [2021-02-18T13:26:38.130Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:38.130Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:26:38.130Z] #44 13.65 internal/testlog [2021-02-18T13:26:38.197Z] #39 ... [2021-02-18T13:26:38.197Z] [2021-02-18T13:26:38.197Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:38.197Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:26:38.197Z] #44 4.845 + RM_GOPATH=0 [2021-02-18T13:26:38.197Z] #44 4.845 + TMP_GOPATH= [2021-02-18T13:26:38.197Z] #44 4.845 + : /build [2021-02-18T13:26:38.197Z] #44 4.845 + '[' -z '' ']' [2021-02-18T13:26:38.197Z] #44 4.845 ++ mktemp -d [2021-02-18T13:26:38.197Z] #44 4.845 + export GOPATH=/tmp/tmp.VyGRYQSE7r [2021-02-18T13:26:38.197Z] #44 4.845 + GOPATH=/tmp/tmp.VyGRYQSE7r [2021-02-18T13:26:38.197Z] #44 4.845 + RM_GOPATH=1 [2021-02-18T13:26:38.197Z] #44 4.845 + case "$(go env GOARCH)" in [2021-02-18T13:26:38.197Z] #44 4.845 ++ go env GOARCH [2021-02-18T13:26:38.197Z] #44 4.845 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.197Z] #44 4.845 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.197Z] #44 4.845 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:38.197Z] #44 4.847 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:38.197Z] #44 4.847 + dir=/tmp/install [2021-02-18T13:26:38.197Z] #44 4.847 + bin=vndr [2021-02-18T13:26:38.197Z] #44 4.847 + shift [2021-02-18T13:26:38.197Z] #44 4.847 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T13:26:38.197Z] #44 4.847 + . /tmp/install/vndr.installer [2021-02-18T13:26:38.197Z] #44 4.847 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:38.197Z] #44 4.847 + install_vndr [2021-02-18T13:26:38.197Z] #44 4.847 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T13:26:38.197Z] #44 4.847 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VyGRYQSE7r/src/github.com/LK4D4/vndr [2021-02-18T13:26:38.197Z] #44 4.868 Cloning into '/tmp/tmp.VyGRYQSE7r/src/github.com/LK4D4/vndr'... [2021-02-18T13:26:38.197Z] #44 5.244 + cd /tmp/tmp.VyGRYQSE7r/src/github.com/LK4D4/vndr [2021-02-18T13:26:38.197Z] #44 5.244 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:38.197Z] #44 5.268 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T13:26:38.197Z] #44 6.177 internal/cpu [2021-02-18T13:26:38.197Z] #44 6.262 runtime/internal/atomic [2021-02-18T13:26:38.197Z] #44 6.589 runtime/internal/sys [2021-02-18T13:26:38.197Z] #44 7.018 runtime/internal/math [2021-02-18T13:26:38.197Z] #44 7.140 internal/bytealg [2021-02-18T13:26:38.197Z] #44 7.188 internal/race [2021-02-18T13:26:38.197Z] #44 7.457 sync/atomic [2021-02-18T13:26:38.197Z] #44 7.625 unicode [2021-02-18T13:26:38.197Z] #44 8.178 runtime [2021-02-18T13:26:38.197Z] #44 ... [2021-02-18T13:26:38.197Z] [2021-02-18T13:26:38.197Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:38.197Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:26:38.197Z] #50 5.561 + RM_GOPATH=0 [2021-02-18T13:26:38.197Z] #50 5.561 + TMP_GOPATH= [2021-02-18T13:26:38.197Z] #50 5.561 + : /build [2021-02-18T13:26:38.197Z] #50 5.561 + '[' -z '' ']' [2021-02-18T13:26:38.197Z] #50 5.561 ++ mktemp -d [2021-02-18T13:26:38.197Z] #50 5.561 + export GOPATH=/tmp/tmp.zy3eSpX2dP [2021-02-18T13:26:38.197Z] #50 5.561 + GOPATH=/tmp/tmp.zy3eSpX2dP [2021-02-18T13:26:38.197Z] #50 5.561 + RM_GOPATH=1 [2021-02-18T13:26:38.197Z] #50 5.561 + case "$(go env GOARCH)" in [2021-02-18T13:26:38.197Z] #50 5.563 ++ go env GOARCH [2021-02-18T13:26:38.197Z] #50 5.586 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.197Z] #50 5.586 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.197Z] #50 5.586 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:38.197Z] #50 5.598 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:38.197Z] #50 5.599 + dir=/tmp/install [2021-02-18T13:26:38.197Z] #50 5.599 + bin=shfmt [2021-02-18T13:26:38.197Z] #50 5.599 + shift [2021-02-18T13:26:38.197Z] #50 5.599 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T13:26:38.197Z] #50 5.599 + . /tmp/install/shfmt.installer [2021-02-18T13:26:38.197Z] #50 5.599 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:38.197Z] #50 5.599 + install_shfmt [2021-02-18T13:26:38.197Z] #50 5.599 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T13:26:38.197Z] #50 5.599 + git clone https://github.com/mvdan/sh.git /tmp/tmp.zy3eSpX2dP/src/github.com/mvdan/sh [2021-02-18T13:26:38.197Z] #50 5.599 Cloning into '/tmp/tmp.zy3eSpX2dP/src/github.com/mvdan/sh'... [2021-02-18T13:26:38.393Z] #44 14.18 encoding [2021-02-18T13:26:38.436Z] #44 5.778 + cd /tmp/tmp.3j5UIAi0ZI/src/github.com/LK4D4/vndr [2021-02-18T13:26:38.436Z] #44 5.778 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:38.436Z] #44 5.785 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T13:26:38.468Z] #50 ... [2021-02-18T13:26:38.468Z] [2021-02-18T13:26:38.468Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:38.468Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:38.468Z] #54 7.078 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:38.468Z] #54 7.172 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:38.468Z] #54 7.184 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:38.468Z] #54 9.360 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:38.468Z] #54 ... [2021-02-18T13:26:38.468Z] [2021-02-18T13:26:38.468Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:38.468Z] #57 sha256:d25832b816d868b9b875296896a67fe7d5c14220dd9f2bf23540d64b1d7d1373 [2021-02-18T13:26:38.468Z] #57 4.787 + RM_GOPATH=0 [2021-02-18T13:26:38.468Z] #57 4.787 + TMP_GOPATH= [2021-02-18T13:26:38.468Z] #57 4.787 + : /build [2021-02-18T13:26:38.468Z] #57 4.787 + '[' -z '' ']' [2021-02-18T13:26:38.468Z] #57 4.787 ++ mktemp -d [2021-02-18T13:26:38.468Z] #57 4.787 + export GOPATH=/tmp/tmp.YtMaLWmyA7 [2021-02-18T13:26:38.468Z] #57 4.787 + GOPATH=/tmp/tmp.YtMaLWmyA7 [2021-02-18T13:26:38.468Z] #57 4.787 + RM_GOPATH=1 [2021-02-18T13:26:38.468Z] #57 4.787 + case "$(go env GOARCH)" in [2021-02-18T13:26:38.468Z] #57 4.787 ++ go env GOARCH [2021-02-18T13:26:38.468Z] #57 4.791 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:38.468Z] #57 4.793 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.468Z] #57 4.793 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.468Z] #57 4.793 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:38.468Z] #57 4.793 + dir=/tmp/install [2021-02-18T13:26:38.468Z] #57 4.793 + bin=rootlesskit [2021-02-18T13:26:38.468Z] #57 4.793 + shift [2021-02-18T13:26:38.468Z] #57 4.793 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T13:26:38.468Z] #57 4.793 + . /tmp/install/rootlesskit.installer [2021-02-18T13:26:38.468Z] #57 4.793 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:38.468Z] #57 4.793 + install_rootlesskit [2021-02-18T13:26:38.468Z] #57 4.793 + case "$1" in [2021-02-18T13:26:38.468Z] #57 4.793 + export CGO_ENABLED=0 [2021-02-18T13:26:38.468Z] #57 4.793 + CGO_ENABLED=0 [2021-02-18T13:26:38.468Z] #57 4.793 + _install_rootlesskit [2021-02-18T13:26:38.468Z] #57 4.793 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T13:26:38.468Z] #57 4.793 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YtMaLWmyA7/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:38.468Z] #57 4.800 Cloning into '/tmp/tmp.YtMaLWmyA7/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T13:26:38.468Z] #57 9.315 + cd /tmp/tmp.YtMaLWmyA7/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:38.468Z] #57 9.316 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:38.468Z] #57 10.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:26:38.468Z] #57 10.13 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T13:26:38.468Z] #57 ... [2021-02-18T13:26:38.468Z] [2021-02-18T13:26:38.468Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:38.468Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:26:38.468Z] #48 5.387 + RM_GOPATH=0 [2021-02-18T13:26:38.468Z] #48 5.387 + TMP_GOPATH= [2021-02-18T13:26:38.468Z] #48 5.387 + : /build [2021-02-18T13:26:38.468Z] #48 5.387 + '[' -z '' ']' [2021-02-18T13:26:38.468Z] #48 5.387 ++ mktemp -d [2021-02-18T13:26:38.468Z] #48 5.387 + export GOPATH=/tmp/tmp.FXTeitpIMd [2021-02-18T13:26:38.468Z] #48 5.387 + GOPATH=/tmp/tmp.FXTeitpIMd [2021-02-18T13:26:38.468Z] #48 5.387 + RM_GOPATH=1 [2021-02-18T13:26:38.468Z] #48 5.387 + case "$(go env GOARCH)" in [2021-02-18T13:26:38.468Z] #48 5.387 ++ go env GOARCH [2021-02-18T13:26:38.468Z] #48 5.398 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.468Z] #48 5.398 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:38.468Z] #48 5.402 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:38.468Z] #48 5.405 + dir=/tmp/install [2021-02-18T13:26:38.468Z] #48 5.405 + bin=golangci_lint [2021-02-18T13:26:38.468Z] #48 5.405 + shift [2021-02-18T13:26:38.468Z] #48 5.405 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T13:26:38.468Z] #48 5.405 + . /tmp/install/golangci_lint.installer [2021-02-18T13:26:38.468Z] #48 5.405 ++ : v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.405 + install_golangci_lint [2021-02-18T13:26:38.468Z] #48 5.405 + set -e [2021-02-18T13:26:38.468Z] #48 5.405 + export GO111MODULE=on [2021-02-18T13:26:38.468Z] #48 5.405 + GO111MODULE=on [2021-02-18T13:26:38.468Z] #48 5.405 + GOBIN=/build [2021-02-18T13:26:38.468Z] #48 5.405 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.490 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.490 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.496 go: finding github.com v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.503 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:38.468Z] #48 5.503 go: finding github.com/golangci v1.23.8 [2021-02-18T13:26:38.468Z] #48 6.588 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:38.468Z] #48 7.507 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:38.591Z] #12 ... [2021-02-18T13:26:38.592Z] [2021-02-18T13:26:38.592Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:38.592Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:38.592Z] #42 25.02 CC images/fsnotify.o [2021-02-18T13:26:38.592Z] #42 25.64 CC images/signalfd.o [2021-02-18T13:26:38.592Z] #42 25.88 CC images/fs.o [2021-02-18T13:26:38.592Z] #42 26.26 CC images/pstree.o [2021-02-18T13:26:38.592Z] #42 26.42 CC images/pipe.o [2021-02-18T13:26:38.592Z] #42 26.67 CC images/tcp-stream.o [2021-02-18T13:26:38.592Z] #42 26.94 CC images/sk-packet.o [2021-02-18T13:26:38.592Z] #42 27.22 CC images/mnt.o [2021-02-18T13:26:38.592Z] #42 27.42 CC images/pipe-data.o [2021-02-18T13:26:38.592Z] #42 27.71 CC images/sa.o [2021-02-18T13:26:38.592Z] #42 27.90 CC images/timer.o [2021-02-18T13:26:38.592Z] #42 28.21 CC images/timerfd.o [2021-02-18T13:26:38.592Z] #42 28.47 CC images/mm.o [2021-02-18T13:26:38.592Z] #42 28.88 CC images/sk-opts.o [2021-02-18T13:26:38.592Z] #42 29.09 CC images/sk-unix.o [2021-02-18T13:26:38.592Z] #42 29.43 CC images/sk-inet.o [2021-02-18T13:26:38.592Z] #42 29.71 CC images/tun.o [2021-02-18T13:26:38.592Z] #42 29.94 CC images/sk-netlink.o [2021-02-18T13:26:38.592Z] #42 30.22 CC images/packet-sock.o [2021-02-18T13:26:38.592Z] #42 30.51 CC images/ipc-var.o [2021-02-18T13:26:38.592Z] #42 30.70 CC images/ipc-desc.o [2021-02-18T13:26:38.592Z] #42 30.89 CC images/ipc-shm.o [2021-02-18T13:26:38.592Z] #42 31.14 CC images/ipc-msg.o [2021-02-18T13:26:38.592Z] #42 31.52 CC images/ipc-sem.o [2021-02-18T13:26:38.592Z] #42 31.72 CC images/utsns.o [2021-02-18T13:26:38.592Z] #42 31.92 CC images/creds.o [2021-02-18T13:26:38.592Z] #42 32.14 CC images/vma.o [2021-02-18T13:26:38.592Z] #42 32.42 CC images/netdev.o [2021-02-18T13:26:38.592Z] #42 32.82 CC images/tty.o [2021-02-18T13:26:38.592Z] #42 33.38 CC images/file-lock.o [2021-02-18T13:26:38.592Z] #42 33.62 CC images/rlimit.o [2021-02-18T13:26:38.592Z] #42 33.82 CC images/pagemap.o [2021-02-18T13:26:38.592Z] #42 34.15 CC images/siginfo.o [2021-02-18T13:26:38.592Z] #42 34.44 CC images/rpc.o [2021-02-18T13:26:38.648Z] #44 14.38 unicode/utf16 [2021-02-18T13:26:38.729Z] #48 ... [2021-02-18T13:26:38.729Z] [2021-02-18T13:26:38.729Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:38.729Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:38.729Z] #12 7.183 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:38.729Z] #12 7.311 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:38.729Z] #12 7.311 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:38.729Z] #12 9.353 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:38.915Z] #44 14.67 container/list [2021-02-18T13:26:38.992Z] #12 ... [2021-02-18T13:26:38.992Z] [2021-02-18T13:26:38.992Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:38.992Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:38.992Z] #41 7.317 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:38.992Z] #41 7.383 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:38.992Z] #41 7.389 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:38.992Z] #41 9.370 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:38.992Z] #41 ... [2021-02-18T13:26:38.992Z] [2021-02-18T13:26:38.992Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:26:38.992Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:26:38.992Z] #31 5.630 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T13:26:38.992Z] #31 5.630 Cloning into '.'... [2021-02-18T13:26:39.165Z] #42 35.46 CC images/ext-file.o [2021-02-18T13:26:39.253Z] #31 ... [2021-02-18T13:26:39.253Z] [2021-02-18T13:26:39.253Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:39.253Z] #63 sha256:acb1591bcbac9999aa1ed54151c3539f081c29d35a7d98867b9a72cd748c3c92 [2021-02-18T13:26:39.253Z] #63 5.157 + RM_GOPATH=0 [2021-02-18T13:26:39.253Z] #63 5.157 + TMP_GOPATH= [2021-02-18T13:26:39.253Z] #63 5.157 + : /build [2021-02-18T13:26:39.253Z] #63 5.157 + '[' -z '' ']' [2021-02-18T13:26:39.253Z] #63 5.157 ++ mktemp -d [2021-02-18T13:26:39.253Z] #63 5.157 + export GOPATH=/tmp/tmp.mLDGx5Aj9o [2021-02-18T13:26:39.253Z] #63 5.157 + GOPATH=/tmp/tmp.mLDGx5Aj9o [2021-02-18T13:26:39.253Z] #63 5.157 + RM_GOPATH=1 [2021-02-18T13:26:39.253Z] #63 5.157 + case "$(go env GOARCH)" in [2021-02-18T13:26:39.253Z] #63 5.167 ++ go env GOARCH [2021-02-18T13:26:39.253Z] #63 5.187 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:39.253Z] #63 5.187 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:39.253Z] #63 5.187 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:39.253Z] #63 5.187 + dir=/tmp/install [2021-02-18T13:26:39.253Z] #63 5.187 + bin=proxy [2021-02-18T13:26:39.253Z] #63 5.187 + shift [2021-02-18T13:26:39.253Z] #63 5.187 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T13:26:39.253Z] #63 5.187 + . /tmp/install/proxy.installer [2021-02-18T13:26:39.253Z] #63 5.187 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:39.253Z] #63 5.187 + install_proxy [2021-02-18T13:26:39.253Z] #63 5.187 + case "$1" in [2021-02-18T13:26:39.253Z] #63 5.187 + export CGO_ENABLED=0 [2021-02-18T13:26:39.253Z] #63 5.187 + CGO_ENABLED=0 [2021-02-18T13:26:39.253Z] #63 5.187 + _install_proxy [2021-02-18T13:26:39.253Z] #63 5.187 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T13:26:39.253Z] #63 5.187 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:39.253Z] #63 5.194 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.mLDGx5Aj9o/src/github.com/docker/libnetwork [2021-02-18T13:26:39.253Z] #63 5.199 Cloning into '/tmp/tmp.mLDGx5Aj9o/src/github.com/docker/libnetwork'... [2021-02-18T13:26:39.253Z] #63 ... [2021-02-18T13:26:39.253Z] [2021-02-18T13:26:39.253Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:39.253Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:39.253Z] #35 7.097 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:39.253Z] #35 7.209 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:39.253Z] #35 7.209 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:39.253Z] #35 8.925 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:39.253Z] #35 10.90 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:39.390Z] #44 6.694 internal/cpu [2021-02-18T13:26:39.390Z] #44 6.724 internal/race [2021-02-18T13:26:39.426Z] #42 35.67 CC images/cgroup.o [2021-02-18T13:26:39.477Z] #44 ... [2021-02-18T13:26:39.477Z] [2021-02-18T13:26:39.477Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:39.477Z] #23 sha256:7e55a00b170a6c8cc064b910df21ff4f09ad785c4d3ba43e90a39dc53e05e18d [2021-02-18T13:26:39.477Z] #23 14.48 + mkdir -p /build [2021-02-18T13:26:39.477Z] #23 14.50 + mv docker/docker /build/ [2021-02-18T13:26:39.477Z] #23 14.51 + rmdir docker [2021-02-18T13:26:39.477Z] #23 DONE 15.2s [2021-02-18T13:26:39.477Z] [2021-02-18T13:26:39.477Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:39.477Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:26:39.477Z] #44 15.35 crypto/internal/subtle [2021-02-18T13:26:39.512Z] #35 ... [2021-02-18T13:26:39.512Z] [2021-02-18T13:26:39.512Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:39.512Z] #46 sha256:f95b758ac2a1896bbad82f7ae3de7584d477c702f43071e28445357a62d9e67d [2021-02-18T13:26:39.512Z] #46 7.539 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:39.512Z] #46 8.172 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:39.512Z] #46 9.682 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:39.512Z] #46 9.694 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:39.512Z] #46 9.779 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:39.512Z] #46 9.780 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:39.512Z] #46 9.780 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:39.512Z] #46 9.784 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:26:39.512Z] #46 9.844 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:26:39.512Z] #46 10.00 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:39.512Z] #46 10.04 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:39.512Z] #46 10.45 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:26:39.512Z] #46 10.45 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:26:39.512Z] #46 10.56 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:39.512Z] #46 10.56 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:39.512Z] #46 10.56 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:39.512Z] #46 10.71 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:39.512Z] #46 10.78 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:39.512Z] #46 10.99 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:39.512Z] #46 11.31 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:39.512Z] #46 11.31 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:39.654Z] #44 6.845 unicode [2021-02-18T13:26:39.654Z] #44 6.846 sync/atomic [2021-02-18T13:26:39.654Z] #44 7.142 math [2021-02-18T13:26:40.000Z] #42 36.32 CC images/userns.o [2021-02-18T13:26:40.039Z] #44 15.73 crypto/subtle [2021-02-18T13:26:40.261Z] #42 36.66 CC images/google/protobuf/descriptor.o [2021-02-18T13:26:40.269Z] #44 7.417 internal/bytealg [2021-02-18T13:26:40.269Z] #44 7.641 internal/testlog [2021-02-18T13:26:40.294Z] #44 16.04 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T13:26:40.450Z] #46 12.29 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:40.479Z] #26 DONE 13.6s [2021-02-18T13:26:40.479Z] [2021-02-18T13:26:40.479Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:40.479Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:40.479Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.4s [2021-02-18T13:26:40.523Z] #42 ... [2021-02-18T13:26:40.523Z] [2021-02-18T13:26:40.523Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:40.523Z] #57 sha256:220e0c1aff1afafe3e1cb702fb1a681eec68b849548b50cb3c97ae7ff81bfa42 [2021-02-18T13:26:40.523Z] #57 111.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:26:40.523Z] #57 111.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T13:26:40.550Z] #44 16.37 internal/nettrace [2021-02-18T13:26:40.739Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done [2021-02-18T13:26:40.739Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-18T13:26:40.807Z] #44 16.66 runtime/cgo [2021-02-18T13:26:40.852Z] #44 8.241 encoding [2021-02-18T13:26:41.000Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-18T13:26:41.000Z] #9 ... [2021-02-18T13:26:41.000Z] [2021-02-18T13:26:41.000Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-18T13:26:41.000Z] #27 sha256:106b72e3a3e0bc13536d4b66c4850b94a79e5f545b5850b3d79d05fff7308a72 [2021-02-18T13:26:41.000Z] #27 DONE 0.9s [2021-02-18T13:26:41.000Z] [2021-02-18T13:26:41.000Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:41.000Z] #28 sha256:f9321b5ca5ce6f5215d6639b49fe3909d201e90a4302b84fff7f562c9f210db4 [2021-02-18T13:26:41.116Z] #44 8.534 unicode/utf16 [2021-02-18T13:26:41.258Z] #28 ... [2021-02-18T13:26:41.258Z] [2021-02-18T13:26:41.258Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-18T13:26:41.258Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-18T13:26:41.258Z] #9 DONE 23.2s [2021-02-18T13:26:41.258Z] [2021-02-18T13:26:41.258Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-18T13:26:41.258Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-18T13:26:41.379Z] #44 8.720 runtime [2021-02-18T13:26:41.379Z] #44 8.802 container/list [2021-02-18T13:26:41.392Z] #46 ... [2021-02-18T13:26:41.392Z] [2021-02-18T13:26:41.392Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:41.392Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:41.392Z] #35 13.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:41.826Z] #10 DONE 0.6s [2021-02-18T13:26:41.826Z] [2021-02-18T13:26:41.826Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-18T13:26:41.826Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-18T13:26:41.957Z] #44 ... [2021-02-18T13:26:41.957Z] [2021-02-18T13:26:41.957Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:41.957Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:26:41.957Z] #28 1.508 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T13:26:41.957Z] #28 1.688 [2021-02-18T13:26:41.957Z] #28 2.028 #=#=# ####### 10.4% ################# 24.7% ############################ 39.0% #################################### 50.4% ####################################### 54.3% ############################################# 62.7% ############################################### 65.8% ################################################# 68.5% ######################################################## 78.8% ################################################################# 90.9% ######################################################################## 100.0% [2021-02-18T13:26:41.957Z] #28 3.318 [2021-02-18T13:26:41.957Z] #28 3.505 0.2% ######################################################################## 100.0% [2021-02-18T13:26:41.957Z] #28 4.577 #=#=# [2021-02-18T13:26:41.957Z] #28 4.759 0.2% ##################################################### 75.0% ######################################################################## 100.0% [2021-02-18T13:26:41.957Z] #28 5.144 [2021-02-18T13:26:41.957Z] #28 5.415 0.0% ##### 8.3% ########### 15.9% ################### 27.4% ######################### 35.3% #################################### 50.9% ################################################# 69.2% ################################################################ 90.1% ##################################################################### 96.0% ######################################################################## 100.0% [2021-02-18T13:26:41.957Z] #28 6.799 [2021-02-18T13:26:42.817Z] #28 7.181 0.0% # 1.7% ## 4.1% #### 5.6% #### 6.9% ###### 9.4% ####### 10.6% ######## 11.8% ######### 12.9% ######### 13.2% ######### 13.2% ########## 14.1% ########## 15.0% ############ 17.6% ############## 19.7% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.9% ################### 26.6% ################### 27.6% #################### 28.5% ##################### 30.0% ###################### 31.2% ####################### 32.2% ####################### 33.0% ######################## 33.9% ######################### 34.8% ########################## 36.7% ########################### 38.2% ############################ 39.8% ############################# 41.1% ############################## 42.7% [2021-02-18T13:26:42.817Z] #28 ... [2021-02-18T13:26:42.817Z] [2021-02-18T13:26:42.817Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:42.817Z] #33 sha256:a7461a3ec5e8e9ba62edad672eeb67cd0aacd3f3d64e0b8d21320c490f5fdd1b [2021-02-18T13:26:42.817Z] #33 4.315 + RM_GOPATH=0 [2021-02-18T13:26:42.817Z] #33 4.315 + TMP_GOPATH= [2021-02-18T13:26:42.817Z] #33 4.315 + : /build [2021-02-18T13:26:42.817Z] #33 4.315 + '[' -z '' ']' [2021-02-18T13:26:42.817Z] #33 4.315 ++ mktemp -d [2021-02-18T13:26:42.817Z] #33 4.315 + export GOPATH=/tmp/tmp.AB9SoXsIfP [2021-02-18T13:26:42.817Z] #33 4.315 + GOPATH=/tmp/tmp.AB9SoXsIfP [2021-02-18T13:26:42.817Z] #33 4.315 + RM_GOPATH=1 [2021-02-18T13:26:42.817Z] #33 4.315 + case "$(go env GOARCH)" in [2021-02-18T13:26:42.817Z] #33 4.316 ++ go env GOARCH [2021-02-18T13:26:42.817Z] #33 4.330 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #33 4.330 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #33 4.331 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:42.817Z] #33 4.337 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:42.817Z] #33 4.337 + dir=/tmp/install [2021-02-18T13:26:42.817Z] #33 4.337 + bin=tomlv [2021-02-18T13:26:42.817Z] #33 4.337 + shift [2021-02-18T13:26:42.817Z] #33 4.337 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T13:26:42.817Z] #33 4.337 + . /tmp/install/tomlv.installer [2021-02-18T13:26:42.817Z] #33 4.337 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:42.817Z] #33 4.337 + install_tomlv [2021-02-18T13:26:42.817Z] #33 4.337 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T13:26:42.817Z] #33 4.337 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.AB9SoXsIfP/src/github.com/BurntSushi/toml [2021-02-18T13:26:42.817Z] #33 4.339 Cloning into '/tmp/tmp.AB9SoXsIfP/src/github.com/BurntSushi/toml'... [2021-02-18T13:26:42.817Z] #33 5.237 + cd /tmp/tmp.AB9SoXsIfP/src/github.com/BurntSushi/toml [2021-02-18T13:26:42.817Z] #33 5.238 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:42.817Z] #33 5.252 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:26:42.817Z] #33 5.906 math/bits [2021-02-18T13:26:42.817Z] #33 5.917 runtime/internal/sys [2021-02-18T13:26:42.817Z] #33 5.940 internal/cpu [2021-02-18T13:26:42.817Z] #33 6.029 runtime/internal/atomic [2021-02-18T13:26:42.817Z] #33 6.137 runtime/internal/math [2021-02-18T13:26:42.817Z] #33 6.286 unicode/utf8 [2021-02-18T13:26:42.817Z] #33 6.583 internal/race [2021-02-18T13:26:42.817Z] #33 6.622 math [2021-02-18T13:26:42.817Z] #33 6.795 internal/bytealg [2021-02-18T13:26:42.817Z] #33 6.887 sync/atomic [2021-02-18T13:26:42.817Z] #33 6.954 unicode [2021-02-18T13:26:42.817Z] #33 7.647 internal/testlog [2021-02-18T13:26:42.817Z] #33 8.137 runtime [2021-02-18T13:26:42.817Z] #33 8.201 encoding [2021-02-18T13:26:42.817Z] #33 8.482 runtime/cgo [2021-02-18T13:26:42.817Z] #33 ... [2021-02-18T13:26:42.817Z] [2021-02-18T13:26:42.817Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:42.817Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:26:42.817Z] #48 3.321 + RM_GOPATH=0 [2021-02-18T13:26:42.817Z] #48 3.321 + TMP_GOPATH= [2021-02-18T13:26:42.817Z] #48 3.321 + : /build [2021-02-18T13:26:42.817Z] #48 3.321 + '[' -z '' ']' [2021-02-18T13:26:42.817Z] #48 3.560 ++ mktemp -d [2021-02-18T13:26:42.817Z] #48 3.560 + export GOPATH=/tmp/tmp.zWiw2D75FB [2021-02-18T13:26:42.817Z] #48 3.560 + GOPATH=/tmp/tmp.zWiw2D75FB [2021-02-18T13:26:42.817Z] #48 3.560 + RM_GOPATH=1 [2021-02-18T13:26:42.817Z] #48 3.560 + case "$(go env GOARCH)" in [2021-02-18T13:26:42.817Z] #48 3.659 ++ go env GOARCH [2021-02-18T13:26:42.817Z] #48 3.733 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #48 3.733 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #48 3.734 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:42.817Z] #48 3.735 + dir=/tmp/install [2021-02-18T13:26:42.817Z] #48 3.735 + bin=golangci_lint [2021-02-18T13:26:42.817Z] #48 3.735 + shift [2021-02-18T13:26:42.817Z] #48 3.735 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T13:26:42.817Z] #48 3.735 + . /tmp/install/golangci_lint.installer [2021-02-18T13:26:42.817Z] #48 3.735 ++ : v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.736 + install_golangci_lint [2021-02-18T13:26:42.817Z] #48 3.736 + set -e [2021-02-18T13:26:42.817Z] #48 3.736 + export GO111MODULE=on [2021-02-18T13:26:42.817Z] #48 3.736 + GO111MODULE=on [2021-02-18T13:26:42.817Z] #48 3.736 + GOBIN=/build [2021-02-18T13:26:42.817Z] #48 3.736 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.763 go: finding github.com v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.763 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.763 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.763 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:42.817Z] #48 3.763 go: finding github.com/golangci v1.23.8 [2021-02-18T13:26:42.817Z] #48 4.576 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:42.817Z] #48 5.360 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:42.817Z] #48 ... [2021-02-18T13:26:42.817Z] [2021-02-18T13:26:42.817Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:42.817Z] #63 sha256:6f7f4688ffe4d8944b90488066cd0cc4eb1585348d12eefdff69a63f36cf9595 [2021-02-18T13:26:42.817Z] #63 4.806 + RM_GOPATH=0 [2021-02-18T13:26:42.817Z] #63 4.806 + TMP_GOPATH= [2021-02-18T13:26:42.817Z] #63 4.806 + : /build [2021-02-18T13:26:42.817Z] #63 4.806 + '[' -z '' ']' [2021-02-18T13:26:42.817Z] #63 4.806 ++ mktemp -d [2021-02-18T13:26:42.817Z] #63 4.806 + export GOPATH=/tmp/tmp.j2sdqcdO7b [2021-02-18T13:26:42.817Z] #63 4.806 + GOPATH=/tmp/tmp.j2sdqcdO7b [2021-02-18T13:26:42.817Z] #63 4.806 + RM_GOPATH=1 [2021-02-18T13:26:42.817Z] #63 4.806 + case "$(go env GOARCH)" in [2021-02-18T13:26:42.817Z] #63 4.806 ++ go env GOARCH [2021-02-18T13:26:42.817Z] #63 4.888 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #63 4.888 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:42.817Z] #63 4.890 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:42.817Z] #63 4.890 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:42.817Z] #63 4.890 + dir=/tmp/install [2021-02-18T13:26:42.817Z] #63 4.890 + bin=proxy [2021-02-18T13:26:42.817Z] #63 4.890 + shift [2021-02-18T13:26:42.817Z] #63 4.890 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T13:26:42.817Z] #63 4.890 + . /tmp/install/proxy.installer [2021-02-18T13:26:42.817Z] #63 4.890 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:42.817Z] #63 4.890 + install_proxy [2021-02-18T13:26:42.817Z] #63 4.890 + case "$1" in [2021-02-18T13:26:42.817Z] #63 4.890 + export CGO_ENABLED=0 [2021-02-18T13:26:42.817Z] #63 4.890 + CGO_ENABLED=0 [2021-02-18T13:26:42.817Z] #63 4.890 + _install_proxy [2021-02-18T13:26:42.817Z] #63 4.890 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T13:26:42.817Z] #63 4.890 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.j2sdqcdO7b/src/github.com/docker/libnetwork [2021-02-18T13:26:42.817Z] #63 4.897 Cloning into '/tmp/tmp.j2sdqcdO7b/src/github.com/docker/libnetwork'... [2021-02-18T13:26:43.080Z] #63 ... [2021-02-18T13:26:43.080Z] [2021-02-18T13:26:43.080Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:43.080Z] #57 sha256:fb8e63a0491e0efd870fe3f959e17d215679f217264d6525415bb856148ae9ea [2021-02-18T13:26:43.080Z] #57 3.930 + RM_GOPATH=0 [2021-02-18T13:26:43.080Z] #57 3.930 + TMP_GOPATH= [2021-02-18T13:26:43.080Z] #57 3.930 + : /build [2021-02-18T13:26:43.080Z] #57 3.930 + '[' -z '' ']' [2021-02-18T13:26:43.080Z] #57 3.930 ++ mktemp -d [2021-02-18T13:26:43.080Z] #57 3.932 + export GOPATH=/tmp/tmp.DJib8UtmtI [2021-02-18T13:26:43.080Z] #57 3.932 + GOPATH=/tmp/tmp.DJib8UtmtI [2021-02-18T13:26:43.080Z] #57 3.932 + RM_GOPATH=1 [2021-02-18T13:26:43.080Z] #57 3.932 + case "$(go env GOARCH)" in [2021-02-18T13:26:43.080Z] #57 3.933 ++ go env GOARCH [2021-02-18T13:26:43.080Z] #57 3.938 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #57 3.938 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #57 3.941 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:43.080Z] #57 3.953 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:43.080Z] #57 3.953 + dir=/tmp/install [2021-02-18T13:26:43.080Z] #57 3.953 + bin=rootlesskit [2021-02-18T13:26:43.080Z] #57 3.953 + shift [2021-02-18T13:26:43.080Z] #57 3.953 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T13:26:43.080Z] #57 3.953 + . /tmp/install/rootlesskit.installer [2021-02-18T13:26:43.080Z] #57 3.953 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:43.080Z] #57 3.953 + install_rootlesskit [2021-02-18T13:26:43.080Z] #57 3.953 + case "$1" in [2021-02-18T13:26:43.080Z] #57 3.953 + export CGO_ENABLED=0 [2021-02-18T13:26:43.080Z] #57 3.953 + CGO_ENABLED=0 [2021-02-18T13:26:43.080Z] #57 3.953 + _install_rootlesskit [2021-02-18T13:26:43.080Z] #57 3.953 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T13:26:43.080Z] #57 3.953 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DJib8UtmtI/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:43.080Z] #57 3.953 Cloning into '/tmp/tmp.DJib8UtmtI/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T13:26:43.080Z] #57 6.871 + cd /tmp/tmp.DJib8UtmtI/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:43.080Z] #57 6.881 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:43.080Z] #57 7.947 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:26:43.080Z] #57 7.947 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T13:26:43.080Z] #57 ... [2021-02-18T13:26:43.080Z] [2021-02-18T13:26:43.080Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:43.080Z] #23 sha256:00734e42b0f714b9aeb430dda1db95c6baa4ac108e4a752277d5cd5d0c6ea2c4 [2021-02-18T13:26:43.080Z] #23 5.381 + RM_GOPATH=0 [2021-02-18T13:26:43.080Z] #23 5.381 + TMP_GOPATH= [2021-02-18T13:26:43.080Z] #23 5.382 + : /build [2021-02-18T13:26:43.080Z] #23 5.382 + '[' -z '' ']' [2021-02-18T13:26:43.080Z] #23 5.385 ++ mktemp -d [2021-02-18T13:26:43.080Z] #23 5.387 + export GOPATH=/tmp/tmp.gfh9h6Llcu [2021-02-18T13:26:43.080Z] #23 5.387 + GOPATH=/tmp/tmp.gfh9h6Llcu [2021-02-18T13:26:43.080Z] #23 5.387 + RM_GOPATH=1 [2021-02-18T13:26:43.080Z] #23 5.387 + case "$(go env GOARCH)" in [2021-02-18T13:26:43.080Z] #23 5.388 ++ go env GOARCH [2021-02-18T13:26:43.080Z] #23 5.410 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #23 5.411 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #23 5.414 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:43.080Z] #23 5.422 + dir=/tmp/install [2021-02-18T13:26:43.080Z] #23 5.422 + bin=dockercli [2021-02-18T13:26:43.080Z] #23 5.422 + shift [2021-02-18T13:26:43.080Z] #23 5.422 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T13:26:43.080Z] #23 5.422 + . /tmp/install/dockercli.installer [2021-02-18T13:26:43.080Z] #23 5.422 ++ : stable [2021-02-18T13:26:43.080Z] #23 5.423 ++ : 17.06.2-ce [2021-02-18T13:26:43.080Z] #23 5.423 + install_dockercli [2021-02-18T13:26:43.080Z] #23 5.426 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T13:26:43.080Z] #23 5.426 Install docker/cli version 17.06.2-ce from stable [2021-02-18T13:26:43.080Z] #23 5.427 ++ uname -m [2021-02-18T13:26:43.080Z] #23 5.429 + arch=aarch64 [2021-02-18T13:26:43.080Z] #23 5.429 + '[' aarch64 '!=' x86_64 ']' [2021-02-18T13:26:43.080Z] #23 5.429 + '[' aarch64 '!=' s390x ']' [2021-02-18T13:26:43.080Z] #23 5.429 + '[' aarch64 '!=' armhf ']' [2021-02-18T13:26:43.080Z] #23 5.429 + build_dockercli [2021-02-18T13:26:43.080Z] #23 5.430 + git clone https://github.com/docker/docker-ce /tmp/tmp.gfh9h6Llcu/tmp/docker-ce [2021-02-18T13:26:43.080Z] #23 5.437 Cloning into '/tmp/tmp.gfh9h6Llcu/tmp/docker-ce'... [2021-02-18T13:26:43.080Z] #23 ... [2021-02-18T13:26:43.080Z] [2021-02-18T13:26:43.080Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:43.080Z] #50 sha256:a388fd4d9ede0ccc78863a4abc8232a1fd17ee078ee9a6e54d7628d897b399c0 [2021-02-18T13:26:43.080Z] #50 4.541 + RM_GOPATH=0 [2021-02-18T13:26:43.080Z] #50 4.541 + TMP_GOPATH= [2021-02-18T13:26:43.080Z] #50 4.541 + : /build [2021-02-18T13:26:43.080Z] #50 4.541 + '[' -z '' ']' [2021-02-18T13:26:43.080Z] #50 4.541 ++ mktemp -d [2021-02-18T13:26:43.080Z] #50 4.541 + export GOPATH=/tmp/tmp.41wKLoHfei [2021-02-18T13:26:43.080Z] #50 4.541 + GOPATH=/tmp/tmp.41wKLoHfei [2021-02-18T13:26:43.080Z] #50 4.541 + RM_GOPATH=1 [2021-02-18T13:26:43.080Z] #50 4.541 + case "$(go env GOARCH)" in [2021-02-18T13:26:43.080Z] #50 4.543 ++ go env GOARCH [2021-02-18T13:26:43.080Z] #50 4.557 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #50 4.557 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.080Z] #50 4.562 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:43.080Z] #50 4.566 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:43.080Z] #50 4.567 + dir=/tmp/install [2021-02-18T13:26:43.080Z] #50 4.567 + bin=shfmt [2021-02-18T13:26:43.080Z] #50 4.567 + shift [2021-02-18T13:26:43.080Z] #50 4.567 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T13:26:43.080Z] #50 4.567 + . /tmp/install/shfmt.installer [2021-02-18T13:26:43.080Z] #50 4.567 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:43.080Z] #50 4.567 + install_shfmt [2021-02-18T13:26:43.080Z] #50 4.567 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T13:26:43.080Z] #50 4.567 + git clone https://github.com/mvdan/sh.git /tmp/tmp.41wKLoHfei/src/github.com/mvdan/sh [2021-02-18T13:26:43.080Z] #50 4.567 Cloning into '/tmp/tmp.41wKLoHfei/src/github.com/mvdan/sh'... [2021-02-18T13:26:43.213Z] #11 DONE 1.1s [2021-02-18T13:26:43.213Z] [2021-02-18T13:26:43.213Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:43.213Z] #28 sha256:f9321b5ca5ce6f5215d6639b49fe3909d201e90a4302b84fff7f562c9f210db4 [2021-02-18T13:26:43.213Z] #28 1.011 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-18T13:26:43.213Z] #28 1.118 [2021-02-18T13:26:43.213Z] #28 1.235 ############ 17.5% ################# 24.1% ######################################## 56.1% ####################################################### 77.0% ##################################################################### 96.9% ######################################################################## 100.0% [2021-02-18T13:26:43.213Z] #28 1.707 [2021-02-18T13:26:43.213Z] #28 1.819 ############################## 41.8% ######################################################################## 100.0% [2021-02-18T13:26:43.213Z] #28 1.948 [2021-02-18T13:26:43.213Z] #28 2.067 ################################################################ 90.0% ######################################################################## 100.0% [2021-02-18T13:26:43.213Z] #28 2.176 [2021-02-18T13:26:43.342Z] #50 ... [2021-02-18T13:26:43.342Z] [2021-02-18T13:26:43.342Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:43.342Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:26:43.342Z] #41 4.660 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:43.342Z] #41 4.724 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:43.342Z] #41 4.724 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:43.342Z] #41 5.588 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:26:43.342Z] #41 6.978 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:26:43.342Z] #41 8.394 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:26:43.342Z] #41 ... [2021-02-18T13:26:43.342Z] [2021-02-18T13:26:43.342Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:43.342Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:26:43.342Z] #12 5.378 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:43.342Z] #12 5.484 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:43.342Z] #12 5.484 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:43.342Z] #12 6.369 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:26:43.342Z] #12 7.977 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:26:43.342Z] #12 8.572 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:26:43.472Z] #28 2.293 ############ 17.9% [2021-02-18T13:26:43.472Z] #28 ... [2021-02-18T13:26:43.472Z] [2021-02-18T13:26:43.472Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-18T13:26:43.472Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-18T13:26:43.472Z] #30 DONE 0.4s [2021-02-18T13:26:43.472Z] [2021-02-18T13:26:43.472Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-18T13:26:43.472Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-18T13:26:43.472Z] #38 DONE 0.4s [2021-02-18T13:26:43.472Z] [2021-02-18T13:26:43.472Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:43.472Z] #28 sha256:f9321b5ca5ce6f5215d6639b49fe3909d201e90a4302b84fff7f562c9f210db4 [2021-02-18T13:26:43.610Z] #12 ... [2021-02-18T13:26:43.611Z] [2021-02-18T13:26:43.611Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:43.611Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T13:26:43.611Z] #39 3.388 + git clone https://github.com/docker/distribution.git . [2021-02-18T13:26:43.611Z] #39 3.558 Cloning into '.'... [2021-02-18T13:26:43.611Z] #39 ... [2021-02-18T13:26:43.611Z] [2021-02-18T13:26:43.611Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:43.611Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:26:43.611Z] #35 5.736 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:43.611Z] #35 5.766 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:43.611Z] #35 5.766 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:43.611Z] #35 6.720 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:26:43.611Z] #35 8.070 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:26:43.611Z] #35 9.657 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:26:43.611Z] #35 ... [2021-02-18T13:26:43.611Z] [2021-02-18T13:26:43.611Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:43.611Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T13:26:43.611Z] #54 5.463 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:43.611Z] #54 5.516 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:43.611Z] #54 5.516 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:43.611Z] #54 6.410 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:26:43.611Z] #54 7.963 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:26:43.611Z] #54 8.879 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:26:43.828Z] #57 ... [2021-02-18T13:26:43.828Z] [2021-02-18T13:26:43.828Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:43.828Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:43.828Z] #44 103.9 vendor/golang.org/x/text/secure/bidirule [2021-02-18T13:26:43.828Z] #44 104.2 vendor/golang.org/x/text/unicode/norm [2021-02-18T13:26:43.828Z] #44 108.2 vendor/golang.org/x/net/idna [2021-02-18T13:26:43.828Z] #44 110.2 vendor/golang.org/x/net/http2/hpack [2021-02-18T13:26:43.828Z] #44 111.5 mime [2021-02-18T13:26:43.828Z] #44 113.0 mime/quotedprintable [2021-02-18T13:26:43.828Z] #44 113.3 net/http/internal [2021-02-18T13:26:43.828Z] #44 ... [2021-02-18T13:26:43.828Z] [2021-02-18T13:26:43.828Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:43.828Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:43.828Z] #42 38.26 CC images/opts.o [2021-02-18T13:26:43.828Z] #42 38.44 CC images/seccomp.o [2021-02-18T13:26:43.828Z] #42 38.72 CC images/binfmt-misc.o [2021-02-18T13:26:43.828Z] #42 38.95 CC images/time.o [2021-02-18T13:26:43.828Z] #42 39.16 CC images/sysctl.o [2021-02-18T13:26:43.828Z] #42 39.34 CC images/autofs.o [2021-02-18T13:26:43.828Z] #42 39.56 CC images/macvlan.o [2021-02-18T13:26:43.828Z] #42 39.76 CC images/sit.o [2021-02-18T13:26:43.828Z] #42 39.95 CC images/memfd.o [2021-02-18T13:26:43.828Z] #42 40.25 CC images/timens.o [2021-02-18T13:26:43.873Z] #54 ... [2021-02-18T13:26:43.873Z] [2021-02-18T13:26:43.873Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:43.873Z] #46 sha256:636f64bce1ee300b6bd78c6cc4a911258537eaee6359b797d410748bd5c05b59 [2021-02-18T13:26:43.873Z] #46 5.442 + RM_GOPATH=0 [2021-02-18T13:26:43.873Z] #46 5.442 + TMP_GOPATH= [2021-02-18T13:26:43.873Z] #46 5.442 + : /build [2021-02-18T13:26:43.873Z] #46 5.442 + '[' -z '' ']' [2021-02-18T13:26:43.873Z] #46 5.443 ++ mktemp -d [2021-02-18T13:26:43.873Z] #46 5.445 + export GOPATH=/tmp/tmp.IYpP6mzRWA [2021-02-18T13:26:43.873Z] #46 5.446 + GOPATH=/tmp/tmp.IYpP6mzRWA [2021-02-18T13:26:43.873Z] #46 5.446 + RM_GOPATH=1 [2021-02-18T13:26:43.873Z] #46 5.447 + case "$(go env GOARCH)" in [2021-02-18T13:26:43.873Z] #46 5.452 ++ go env GOARCH [2021-02-18T13:26:43.873Z] #46 5.472 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.873Z] #46 5.472 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:43.873Z] #46 5.473 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:43.873Z] #46 5.484 + dir=/tmp/install [2021-02-18T13:26:43.873Z] #46 5.484 + bin=gotestsum [2021-02-18T13:26:43.873Z] #46 5.484 + shift [2021-02-18T13:26:43.873Z] #46 5.484 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T13:26:43.873Z] #46 5.484 + . /tmp/install/gotestsum.installer [2021-02-18T13:26:43.873Z] #46 5.484 ++ : v0.5.3 [2021-02-18T13:26:43.873Z] #46 5.488 + install_gotestsum [2021-02-18T13:26:43.873Z] #46 5.489 + set -e [2021-02-18T13:26:43.873Z] #46 5.489 + export GO111MODULE=on [2021-02-18T13:26:43.873Z] #46 5.489 + GO111MODULE=on [2021-02-18T13:26:43.873Z] #46 5.489 + GOBIN=/build [2021-02-18T13:26:43.873Z] #46 5.489 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T13:26:43.873Z] #46 5.509 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:43.873Z] #46 5.516 go: finding gotest.tools v0.5.3 [2021-02-18T13:26:43.873Z] #46 6.588 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:43.873Z] #46 7.121 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:43.873Z] #46 8.276 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:43.873Z] #46 8.302 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:43.873Z] #46 8.315 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:26:43.873Z] #46 8.376 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:26:43.873Z] #46 8.429 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:43.873Z] #46 8.477 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:43.873Z] #46 8.619 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:43.873Z] #46 8.804 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:43.873Z] #46 8.860 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:26:43.873Z] #46 8.891 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:43.873Z] #46 8.899 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:26:43.873Z] #46 8.921 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:43.873Z] #46 9.019 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:43.873Z] #46 9.049 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:43.873Z] #46 9.185 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:43.873Z] #46 9.210 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:43.873Z] #46 9.401 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:43.873Z] #46 9.509 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:43.873Z] #46 9.549 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:43.873Z] #46 10.42 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:43.873Z] #46 10.86 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:43.873Z] #46 ... [2021-02-18T13:26:43.873Z] [2021-02-18T13:26:43.873Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:43.873Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:26:43.992Z] #28 2.293 ############ 17.9% #################### 27.9% ######################################## 56.6% ############################################### 66.2% ########################################################### 82.2% ###################################################################### 97.4% ######################################################################## 100.0% [2021-02-18T13:26:44.090Z] #42 40.59 LINK images/built-in.o [2021-02-18T13:26:44.254Z] #28 3.022 [2021-02-18T13:26:44.352Z] #42 40.75 GEN compel/include/asm [2021-02-18T13:26:44.352Z] #42 40.78 GEN compel/include/version.h [2021-02-18T13:26:44.352Z] #42 40.81 touch .config [2021-02-18T13:26:44.352Z] #42 40.86 GEN include/common/config.h [2021-02-18T13:26:44.614Z] #42 40.95 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T13:26:44.614Z] #42 40.96 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T13:26:44.614Z] #42 41.01 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T13:26:44.614Z] #42 41.02 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T13:26:44.614Z] #42 41.05 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T13:26:44.614Z] #42 41.07 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T13:26:44.692Z] #35 ... [2021-02-18T13:26:44.692Z] [2021-02-18T13:26:44.692Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:44.692Z] #23 sha256:be5880d11c55c373015aa456ec34ee35332b2a82eb4eccb9453c2535918b4822 [2021-02-18T13:26:44.692Z] #23 15.42 + mkdir -p /build [2021-02-18T13:26:44.692Z] #23 15.43 + mv docker/docker /build/ [2021-02-18T13:26:44.692Z] #23 15.45 + rmdir docker [2021-02-18T13:26:44.692Z] #23 DONE 16.5s [2021-02-18T13:26:44.692Z] [2021-02-18T13:26:44.692Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:44.692Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:26:44.692Z] #50 16.65 + cd /tmp/tmp.zy3eSpX2dP/src/github.com/mvdan/sh [2021-02-18T13:26:44.692Z] #50 16.65 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:44.875Z] #42 41.08 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T13:26:44.875Z] #42 41.13 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T13:26:44.875Z] #42 41.14 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T13:26:44.875Z] #42 41.18 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T13:26:44.875Z] #42 41.19 DEP compel/plugins/std/infect.d [2021-02-18T13:26:44.952Z] #50 16.85 + GO111MODULE=on [2021-02-18T13:26:44.952Z] #50 16.85 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T13:26:44.976Z] #44 ... [2021-02-18T13:26:44.976Z] [2021-02-18T13:26:44.976Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:44.976Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:44.976Z] #41 10.47 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:44.976Z] #41 13.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:44.976Z] #41 ... [2021-02-18T13:26:44.976Z] [2021-02-18T13:26:44.976Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:44.976Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:26:44.976Z] #48 16.11 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T13:26:44.976Z] #48 16.21 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T13:26:44.976Z] #48 16.25 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:44.976Z] #48 16.25 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:44.976Z] #48 16.41 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:44.976Z] #48 16.43 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T13:26:44.976Z] #48 16.44 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T13:26:44.976Z] #48 16.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:44.976Z] #48 16.67 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:44.976Z] #48 16.68 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:44.976Z] #48 16.73 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T13:26:44.976Z] #48 16.76 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:44.976Z] #48 16.79 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:44.976Z] #48 16.82 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T13:26:44.976Z] #48 16.87 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:44.976Z] #48 16.87 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:44.976Z] #48 16.95 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:44.976Z] #48 17.01 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:44.976Z] #48 17.12 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:44.976Z] #48 17.19 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:44.976Z] #48 17.32 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:44.976Z] #48 17.41 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:44.976Z] #48 17.65 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:44.976Z] #48 17.65 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:44.976Z] #48 17.82 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:44.976Z] #48 17.86 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:44.976Z] #48 18.00 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:44.976Z] #48 18.02 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:44.976Z] #48 18.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:44.976Z] #48 18.33 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:44.976Z] #48 18.53 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:44.976Z] #48 20.03 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:44.976Z] #48 ... [2021-02-18T13:26:44.976Z] [2021-02-18T13:26:44.976Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:44.977Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:44.977Z] #54 10.81 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:44.977Z] #54 13.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:45.138Z] #42 41.36 DEP compel/plugins/std/string.d [2021-02-18T13:26:45.138Z] #42 41.46 DEP compel/plugins/std/log.d [2021-02-18T13:26:45.138Z] #42 41.61 DEP compel/plugins/std/fds.d [2021-02-18T13:26:45.234Z] #54 ... [2021-02-18T13:26:45.234Z] [2021-02-18T13:26:45.234Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:45.234Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:45.234Z] #12 10.89 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:45.234Z] #12 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:45.234Z] #12 ... [2021-02-18T13:26:45.234Z] [2021-02-18T13:26:45.234Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:45.234Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:26:45.234Z] #50 16.60 + cd /tmp/tmp.oLjMpqFZVD/src/github.com/mvdan/sh [2021-02-18T13:26:45.234Z] #50 16.61 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:45.234Z] #50 16.75 + GO111MODULE=on [2021-02-18T13:26:45.234Z] #50 16.75 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T13:26:45.234Z] #50 17.81 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:45.234Z] #50 17.89 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:45.234Z] #50 17.94 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:45.234Z] #50 18.09 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:45.234Z] #50 18.26 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:45.234Z] #50 19.24 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:45.234Z] #50 19.88 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:45.234Z] #50 21.04 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:45.400Z] #42 41.72 DEP compel/plugins/std/std.d [2021-02-18T13:26:45.400Z] #42 41.81 DEP compel/plugins/shmem/shmem.d [2021-02-18T13:26:45.661Z] #42 41.93 DEP compel/plugins/fds/fds.d [2021-02-18T13:26:45.661Z] #42 42.05 CC compel/plugins/std/std.o [2021-02-18T13:26:45.923Z] #42 42.33 CC compel/plugins/std/fds.o [2021-02-18T13:26:46.116Z] #28 3.192 # 2.8% ###### 8.4% ########## 14.8% ############## 19.9% ################ 23.4% ################# 24.0% #################### 28.0% ####################### 32.2% ######################### 35.3% ############################# 40.3% #################################### 50.4% ########################################## 58.8% ################################################# 68.5% ####################################################### 77.4% ############################################################## 87.3% ##################################################################### 97.2% ######################################################################## 100.0% [2021-02-18T13:26:46.116Z] #28 5.055 [2021-02-18T13:26:46.184Z] #42 42.72 CC compel/plugins/std/log.o [2021-02-18T13:26:46.332Z] #50 ... [2021-02-18T13:26:46.332Z] [2021-02-18T13:26:46.332Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:46.332Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:26:46.332Z] #33 8.149 + cd /tmp/tmp.ENqcWmPnsE/src/github.com/BurntSushi/toml [2021-02-18T13:26:46.332Z] #33 8.149 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:46.332Z] #33 8.193 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:26:46.332Z] #33 9.298 math/bits [2021-02-18T13:26:46.332Z] #33 9.594 runtime [2021-02-18T13:26:46.332Z] #33 10.08 math [2021-02-18T13:26:46.332Z] #33 14.72 internal/testlog [2021-02-18T13:26:46.332Z] #33 15.00 encoding [2021-02-18T13:26:46.332Z] #33 15.17 runtime/cgo [2021-02-18T13:26:46.332Z] #33 ... [2021-02-18T13:26:46.332Z] [2021-02-18T13:26:46.332Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:46.332Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:26:46.332Z] #48 15.52 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:46.332Z] #48 15.55 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:46.332Z] #48 15.70 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T13:26:46.332Z] #48 15.71 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T13:26:46.332Z] #48 15.76 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T13:26:46.332Z] #48 15.76 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:46.332Z] #48 15.77 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:46.332Z] #48 15.84 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:46.332Z] #48 16.00 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:46.332Z] #48 16.21 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:46.332Z] #48 16.29 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T13:26:46.332Z] #48 16.40 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:46.332Z] #48 16.49 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T13:26:46.332Z] #48 16.51 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:46.332Z] #48 16.80 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:46.332Z] #48 16.81 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:46.332Z] #48 16.95 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:46.332Z] #48 17.06 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T13:26:46.332Z] #48 17.07 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:46.332Z] #48 17.12 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:46.332Z] #48 17.59 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:46.332Z] #48 17.82 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:46.332Z] #48 17.82 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:46.332Z] #48 17.86 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:46.332Z] #48 17.90 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:46.332Z] #48 18.08 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T13:26:46.332Z] #48 18.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:46.332Z] #48 18.12 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:46.332Z] #48 18.22 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:46.375Z] #28 5.356 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T13:26:46.592Z] #48 18.51 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:46.592Z] #48 18.52 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T13:26:46.599Z] #50 ... [2021-02-18T13:26:46.599Z] [2021-02-18T13:26:46.599Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:46.599Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:26:46.599Z] #33 12.10 unicode/utf8 [2021-02-18T13:26:46.599Z] #33 12.66 unicode [2021-02-18T13:26:46.599Z] #33 16.40 runtime/cgo [2021-02-18T13:26:46.599Z] #33 ... [2021-02-18T13:26:46.599Z] [2021-02-18T13:26:46.599Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:46.599Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:26:46.599Z] #48 22.20 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:46.599Z] #48 22.21 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:46.599Z] #48 22.23 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:46.599Z] #48 22.25 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:26:46.599Z] #48 22.33 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:46.599Z] #48 22.40 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:46.599Z] #48 22.49 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:46.599Z] #48 22.49 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:46.599Z] #48 22.50 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:46.599Z] #48 22.50 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:46.599Z] #48 22.55 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:46.640Z] #28 5.443 [2021-02-18T13:26:46.640Z] #28 5.539 ######################################################################## 100.0% [2021-02-18T13:26:46.640Z] #28 5.582 [2021-02-18T13:26:46.852Z] #48 18.60 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:46.852Z] #48 18.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:46.852Z] #48 18.66 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:46.852Z] #48 18.75 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:46.856Z] #48 22.55 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:46.856Z] #48 22.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:46.856Z] #48 22.56 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:26:46.856Z] #48 22.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:46.856Z] #48 22.62 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:46.856Z] #48 22.63 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:46.856Z] #48 22.70 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:46.856Z] #48 22.71 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:46.856Z] #48 22.74 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:47.111Z] #48 19.02 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:47.111Z] #48 19.05 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:47.111Z] #48 19.06 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:47.113Z] #48 22.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:26:47.113Z] #48 22.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:47.113Z] #48 23.03 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:47.113Z] #48 ... [2021-02-18T13:26:47.113Z] [2021-02-18T13:26:47.113Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:47.113Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:47.113Z] #35 13.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:47.128Z] #42 43.38 CC compel/plugins/std/string.o [2021-02-18T13:26:47.211Z] #28 5.917 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T13:26:47.211Z] #28 6.032 [2021-02-18T13:26:47.211Z] #28 6.139 ######################################################################## 100.0% [2021-02-18T13:26:47.370Z] #35 ... [2021-02-18T13:26:47.370Z] [2021-02-18T13:26:47.370Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:47.370Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:47.370Z] #39 22.23 Checking out files: 85% (1444/1681) Checking out files: 86% (1446/1681) Checking out files: 87% (1463/1681) Checking out files: 88% (1480/1681) Checking out files: 89% (1497/1681) Checking out files: 90% (1513/1681) Checking out files: 91% (1530/1681) Checking out files: 92% (1547/1681) Checking out files: 93% (1564/1681) Checking out files: 94% (1581/1681) Checking out files: 95% (1597/1681) Checking out files: 96% (1614/1681) Checking out files: 97% (1631/1681) Checking out files: 98% (1648/1681) Checking out files: 99% (1665/1681) Checking out files: 100% (1681/1681) Checking out files: 100% (1681/1681), done. [2021-02-18T13:26:47.370Z] #39 22.52 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T13:26:47.371Z] #48 19.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:47.371Z] #48 19.26 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:47.371Z] #48 19.30 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:47.371Z] #48 19.38 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:47.473Z] #28 6.170 [2021-02-18T13:26:47.632Z] #48 19.51 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:47.702Z] #42 44.02 CC compel/plugins/std/infect.o [2021-02-18T13:26:47.737Z] #28 6.476 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T13:26:47.737Z] #28 6.632 [2021-02-18T13:26:47.891Z] #48 19.66 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:48.160Z] #48 19.98 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:48.160Z] #48 19.98 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:48.257Z] #28 6.745 ###### 8.9% ######################## 33.5% ##################################### 51.6% ################################################# 69.3% ############################################################### 87.7% ######################################################################## 100.0% [2021-02-18T13:26:48.257Z] #28 7.248 [2021-02-18T13:26:48.275Z] #42 ... [2021-02-18T13:26:48.275Z] [2021-02-18T13:26:48.275Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:48.275Z] #57 sha256:220e0c1aff1afafe3e1cb702fb1a681eec68b849548b50cb3c97ae7ff81bfa42 [2021-02-18T13:26:48.275Z] #57 DONE 118.6s [2021-02-18T13:26:48.275Z] [2021-02-18T13:26:48.275Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:48.275Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:48.275Z] #42 44.40 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T13:26:48.275Z] #42 44.46 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T13:26:48.275Z] #42 ... [2021-02-18T13:26:48.275Z] [2021-02-18T13:26:48.275Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:48.275Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:26:48.275Z] #44 115.9 crypto/tls [2021-02-18T13:26:48.275Z] #44 ... [2021-02-18T13:26:48.275Z] [2021-02-18T13:26:48.275Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T13:26:48.275Z] #58 sha256:a5718e3d031aeaaa83cb50f816a162183df79652fcda30fa34acd3c0d900585a [2021-02-18T13:26:48.275Z] #58 DONE 0.1s [2021-02-18T13:26:48.275Z] [2021-02-18T13:26:48.275Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:48.275Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:48.275Z] #42 44.53 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T13:26:48.275Z] #42 44.62 AR compel/plugins/std.lib.a [2021-02-18T13:26:48.275Z] #42 44.71 CC compel/plugins/fds/fds.o [2021-02-18T13:26:48.299Z] #39 ... [2021-02-18T13:26:48.299Z] [2021-02-18T13:26:48.299Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:48.299Z] #46 sha256:0ef3c8aab70ac4ee5af8f179e7db1b98cc2d9769ec53e8cd585dfc3dd081f1cd [2021-02-18T13:26:48.299Z] #46 14.03 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:48.299Z] #46 15.13 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:48.299Z] #46 19.06 go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:26:48.299Z] #46 19.14 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:48.299Z] #46 19.17 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:26:48.299Z] #46 19.20 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:48.299Z] #46 19.29 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:48.299Z] #46 19.29 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:48.299Z] #46 19.46 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:48.299Z] #46 19.71 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:48.299Z] #46 19.75 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:48.299Z] #46 19.84 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:48.299Z] #46 19.85 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:48.299Z] #46 ... [2021-02-18T13:26:48.299Z] [2021-02-18T13:26:48.299Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:48.299Z] #63 sha256:d222064ad54bdd577d03cadfdb5b3d63b7ea8e240111b5554bbb096552d63417 [2021-02-18T13:26:48.419Z] #48 20.30 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:48.525Z] #28 7.544 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T13:26:48.537Z] #42 ... [2021-02-18T13:26:48.537Z] [2021-02-18T13:26:48.537Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T13:26:48.537Z] #59 sha256:d975be0c724bca529832ea00531ac111eaa683bf99f1258a5e569c0ad06538e7 [2021-02-18T13:26:48.537Z] #59 DONE 0.2s [2021-02-18T13:26:48.537Z] [2021-02-18T13:26:48.537Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:48.537Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:48.537Z] #42 45.03 AR compel/plugins/fds.lib.a [2021-02-18T13:26:48.556Z] #63 23.64 Checking out files: 62% (1192/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T13:26:48.556Z] #63 24.35 + cd /tmp/tmp.KTInHgbJTP/src/github.com/docker/libnetwork [2021-02-18T13:26:48.556Z] #63 24.35 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:48.679Z] #48 20.60 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:48.784Z] #28 7.660 [2021-02-18T13:26:48.784Z] #28 7.721 ######################################################################## 100.0% [2021-02-18T13:26:48.784Z] #28 7.765 [2021-02-18T13:26:48.799Z] #42 45.17 HOSTDEP compel/src/lib/log-host.d [2021-02-18T13:26:48.949Z] #48 20.85 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:48.949Z] #48 20.94 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:49.044Z] #28 8.012 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T13:26:49.060Z] #42 45.36 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T13:26:49.060Z] #42 45.51 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T13:26:49.060Z] #42 45.60 HOSTDEP compel/src/main-host.d [2021-02-18T13:26:49.119Z] #63 24.71 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T13:26:49.209Z] #48 21.12 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:49.209Z] #48 21.13 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:49.209Z] #48 21.23 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:49.303Z] #28 8.139 [2021-02-18T13:26:49.303Z] #28 8.217 ######################################################################## 100.0% [2021-02-18T13:26:49.303Z] #28 8.271 [2021-02-18T13:26:49.303Z] #28 8.323 Download of images into '/build' complete. [2021-02-18T13:26:49.303Z] #28 8.323 Use something like the following to load the result into a Docker daemon: [2021-02-18T13:26:49.303Z] #28 8.323 tar -cC '/build' . | docker load [2021-02-18T13:26:49.321Z] #42 45.72 DEP compel/src/lib/ptrace.d [2021-02-18T13:26:49.414Z] #28 7.181 0.0% # 1.7% ## 4.1% #### 5.6% #### 6.9% ###### 9.4% ####### 10.6% ######## 11.8% ######### 12.9% ######### 13.2% ######### 13.2% ########## 14.1% ########## 15.0% ############ 17.6% ############## 19.7% ############### 21.9% ################ 23.3% ################# 24.2% ################## 25.9% ################### 26.6% ################### 27.6% #################### 28.5% ##################### 30.0% ###################### 31.2% ####################### 32.2% ####################### 33.0% ######################## 33.9% ######################### 34.8% ########################## 36.7% ########################### 38.2% ############################ 39.8% ############################# 41.1% ############################## 42.7% ############################### 44.2% ################################ 44.7% ################################# 46.2% ################################# 46.3% ################################# 47.1% ################################## 47.9% ################################### 48.6% ################################### 49.5% #################################### 50.7% ##################################### 52.2% ###################################### 53.1% ###################################### 54.0% ####################################### 54.8% ######################################## 55.6% ######################################## 56.2% ######################################### 57.2% ######################################### 58.1% ########################################## 58.7% ########################################## 59.4% ########################################### 59.9% ########################################### 60.6% ############################################ 61.3% ############################################ 62.0% ############################################# 62.8% ############################################## 64.0% ############################################## 65.1% ############################################### 66.5% ################################################ 67.2% ################################################# 68.2% ################################################# 69.2% ################################################## 70.1% ################################################### 71.1% ################################################### 71.9% #################################################### 72.6% ##################################################### 73.7% ##################################################### 74.6% ###################################################### 75.4% ####################################################### 76.6% ####################################################### 77.3% ######################################################## 78.1% ######################################################## 79.0% ######################################################### 79.6% ######################################################### 80.2% ########################################################## 81.1% ########################################################### 82.1% ############################################################ 83.6% ############################################################# 84.8% ############################################################# 85.7% ############################################################## 86.8% ############################################################### 87.8% ############################################################### 88.8% ################################################################# 90.7% ################################################################## 92.3% ################################################################## 92.3% ################################################################## 92.8% #################################################################### 95.0% #################################################################### 95.7% ##################################################################### 96.0% ###################################################################### 97.3% ####################################################################### 99.2% ######################################################################## 100.0% [2021-02-18T13:26:49.414Z] #28 17.53 [2021-02-18T13:26:49.468Z] #48 21.33 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:49.468Z] #48 21.51 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:49.583Z] #42 45.80 DEP compel/src/lib/infect.d [2021-02-18T13:26:49.583Z] #42 45.93 DEP compel/src/lib/infect-util.d [2021-02-18T13:26:49.733Z] #48 21.51 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:49.733Z] #48 21.56 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:49.733Z] #48 21.59 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:49.733Z] #48 ... [2021-02-18T13:26:49.733Z] [2021-02-18T13:26:49.733Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:49.733Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:49.733Z] #54 11.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:49.733Z] #54 14.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:49.733Z] #54 ... [2021-02-18T13:26:49.733Z] [2021-02-18T13:26:49.733Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:49.733Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:26:49.733Z] #44 11.67 unicode/utf8 [2021-02-18T13:26:49.733Z] #44 12.33 math [2021-02-18T13:26:49.733Z] #44 16.89 unicode/utf16 [2021-02-18T13:26:49.733Z] #44 17.38 container/list [2021-02-18T13:26:49.733Z] #44 18.06 crypto/internal/subtle [2021-02-18T13:26:49.733Z] #44 18.20 crypto/subtle [2021-02-18T13:26:49.733Z] #44 18.36 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T13:26:49.733Z] #44 18.46 internal/nettrace [2021-02-18T13:26:49.733Z] #44 18.57 runtime/cgo [2021-02-18T13:26:49.845Z] #42 46.05 DEP compel/src/lib/infect-rpc.d [2021-02-18T13:26:49.845Z] #42 46.19 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T13:26:49.845Z] #42 46.27 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T13:26:49.993Z] #44 ... [2021-02-18T13:26:49.993Z] [2021-02-18T13:26:49.993Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:49.993Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:49.993Z] #41 11.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:49.993Z] #41 14.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:49.993Z] #41 ... [2021-02-18T13:26:49.993Z] [2021-02-18T13:26:49.993Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:49.993Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:49.993Z] #12 11.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:49.993Z] #12 14.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:26:50.106Z] #42 46.35 DEP compel/src/lib/log.d [2021-02-18T13:26:50.106Z] #42 46.41 DEP compel/src/main.d [2021-02-18T13:26:50.106Z] #42 46.53 DEP compel/src/lib/handle-elf.d [2021-02-18T13:26:50.253Z] #12 ... [2021-02-18T13:26:50.253Z] [2021-02-18T13:26:50.253Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:50.253Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:26:50.253Z] #50 18.45 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:50.253Z] #50 18.60 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:50.253Z] #50 18.60 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:50.253Z] #50 18.83 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:50.253Z] #50 18.84 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:50.253Z] #50 19.68 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:50.253Z] #50 20.49 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:50.253Z] #50 21.93 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:50.367Z] #42 46.68 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T13:26:50.629Z] #42 46.80 CC compel/src/lib/log.o [2021-02-18T13:26:50.629Z] #42 47.00 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T13:26:50.807Z] #28 18.70 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-18T13:26:51.071Z] #28 19.25 [2021-02-18T13:26:51.573Z] #42 47.74 CC compel/arch/x86/src/lib/infect.o [2021-02-18T13:26:51.633Z] #50 23.24 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:51.633Z] #50 23.42 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:51.633Z] #50 23.60 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:51.633Z] #50 ... [2021-02-18T13:26:51.633Z] [2021-02-18T13:26:51.633Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:51.633Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:26:51.633Z] #48 23.57 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:51.633Z] #48 23.58 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:51.633Z] #48 23.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:51.647Z] #28 19.63 #=#=# ######################################################################## 100.0% [2021-02-18T13:26:51.647Z] #28 19.72 [2021-02-18T13:26:51.841Z] #28 DONE 10.5s [2021-02-18T13:26:51.841Z] [2021-02-18T13:26:51.841Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:51.841Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:26:51.841Z] #44 5.776 + RM_GOPATH=0 [2021-02-18T13:26:51.841Z] #44 5.776 + TMP_GOPATH= [2021-02-18T13:26:51.841Z] #44 5.776 + : /build [2021-02-18T13:26:51.841Z] #44 5.776 + '[' -z '' ']' [2021-02-18T13:26:51.841Z] #44 5.776 ++ mktemp -d [2021-02-18T13:26:51.841Z] #44 5.793 + export GOPATH=/tmp/tmp.SghFwALfz3 [2021-02-18T13:26:51.841Z] #44 5.793 + GOPATH=/tmp/tmp.SghFwALfz3 [2021-02-18T13:26:51.841Z] #44 5.793 + RM_GOPATH=1 [2021-02-18T13:26:51.841Z] #44 5.793 + case "$(go env GOARCH)" in [2021-02-18T13:26:51.841Z] #44 5.793 ++ go env GOARCH [2021-02-18T13:26:51.841Z] #44 5.794 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:51.841Z] #44 5.794 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:51.841Z] #44 5.795 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:51.841Z] #44 5.796 + dir=/tmp/install [2021-02-18T13:26:51.841Z] #44 5.796 + bin=vndr [2021-02-18T13:26:51.841Z] #44 5.796 + shift [2021-02-18T13:26:51.841Z] #44 5.796 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-18T13:26:51.841Z] #44 5.796 + . /tmp/install/vndr.installer [2021-02-18T13:26:51.841Z] #44 5.796 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:51.841Z] #44 5.796 + install_vndr [2021-02-18T13:26:51.841Z] #44 5.796 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-18T13:26:51.841Z] #44 5.797 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:51.841Z] #44 5.797 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SghFwALfz3/src/github.com/LK4D4/vndr [2021-02-18T13:26:51.841Z] #44 5.800 Cloning into '/tmp/tmp.SghFwALfz3/src/github.com/LK4D4/vndr'... [2021-02-18T13:26:51.841Z] #44 6.408 + cd /tmp/tmp.SghFwALfz3/src/github.com/LK4D4/vndr [2021-02-18T13:26:51.841Z] #44 6.408 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-18T13:26:51.841Z] #44 6.438 + go build -buildmode=pie -v -o /build/vndr . [2021-02-18T13:26:51.841Z] #44 6.934 internal/cpu [2021-02-18T13:26:51.841Z] #44 6.956 runtime/internal/atomic [2021-02-18T13:26:51.841Z] #44 7.049 runtime/internal/sys [2021-02-18T13:26:51.841Z] #44 7.087 runtime/internal/math [2021-02-18T13:26:51.841Z] #44 7.128 internal/race [2021-02-18T13:26:51.841Z] #44 7.170 sync/atomic [2021-02-18T13:26:51.841Z] #44 7.193 internal/bytealg [2021-02-18T13:26:51.841Z] #44 7.290 unicode [2021-02-18T13:26:51.841Z] #44 7.518 runtime [2021-02-18T13:26:51.893Z] #48 23.63 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:51.893Z] #48 23.66 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:51.893Z] #48 23.70 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:51.893Z] #48 23.73 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:51.893Z] #48 23.73 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:51.893Z] #48 23.74 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:26:51.893Z] #48 23.75 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:51.893Z] #48 23.80 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:51.893Z] #48 23.80 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:51.893Z] #48 23.83 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:51.893Z] #48 23.83 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:51.893Z] #48 23.91 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:51.893Z] #48 23.94 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:52.146Z] #42 48.51 CC compel/src/lib/infect-rpc.o [2021-02-18T13:26:52.152Z] #48 24.09 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:52.152Z] #48 24.13 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:52.152Z] #48 ... [2021-02-18T13:26:52.152Z] [2021-02-18T13:26:52.152Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:52.152Z] #46 sha256:f95b758ac2a1896bbad82f7ae3de7584d477c702f43071e28445357a62d9e67d [2021-02-18T13:26:52.152Z] #46 14.10 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:52.152Z] #46 15.48 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:52.152Z] #46 19.18 go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:26:52.152Z] #46 19.21 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:52.152Z] #46 19.41 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:26:52.152Z] #46 19.42 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:52.152Z] #46 19.44 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:52.152Z] #46 19.45 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:52.152Z] #46 19.66 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:52.152Z] #46 19.95 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:52.152Z] #46 19.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:52.152Z] #46 20.00 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:52.152Z] #46 20.10 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:52.407Z] #42 48.80 CC compel/src/lib/infect-util.o [2021-02-18T13:26:52.412Z] #46 ... [2021-02-18T13:26:52.412Z] [2021-02-18T13:26:52.412Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:52.412Z] #63 sha256:acb1591bcbac9999aa1ed54151c3539f081c29d35a7d98867b9a72cd748c3c92 [2021-02-18T13:26:52.412Z] #63 22.95 Checking out files: 61% (1169/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T13:26:52.412Z] #63 23.61 + cd /tmp/tmp.mLDGx5Aj9o/src/github.com/docker/libnetwork [2021-02-18T13:26:52.412Z] #63 23.61 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:52.412Z] #63 24.08 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T13:26:52.413Z] #44 9.459 unicode/utf8 [2021-02-18T13:26:52.669Z] #42 49.04 CC compel/src/lib/infect.o [2021-02-18T13:26:52.982Z] #44 9.906 math/bits [2021-02-18T13:26:52.982Z] #44 ... [2021-02-18T13:26:52.982Z] [2021-02-18T13:26:52.982Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:52.982Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:52.982Z] #41 7.476 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:52.982Z] #41 7.588 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:52.982Z] #41 7.603 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:52.982Z] #41 8.103 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:52.982Z] #41 9.894 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:26:53.042Z] #28 20.91 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-18T13:26:53.042Z] #28 21.30 [2021-02-18T13:26:53.042Z] #28 ... [2021-02-18T13:26:53.042Z] [2021-02-18T13:26:53.042Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:26:53.042Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:26:53.042Z] #44 10.49 crypto/internal/subtle [2021-02-18T13:26:53.042Z] #44 11.00 crypto/subtle [2021-02-18T13:26:53.042Z] #44 11.27 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T13:26:53.042Z] #44 11.55 internal/nettrace [2021-02-18T13:26:53.042Z] #44 11.71 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T13:26:53.042Z] #44 11.80 runtime/cgo [2021-02-18T13:26:53.241Z] #41 ... [2021-02-18T13:26:53.241Z] [2021-02-18T13:26:53.241Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:53.241Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:26:53.241Z] #48 8.661 + RM_GOPATH=0 [2021-02-18T13:26:53.241Z] #48 8.661 + TMP_GOPATH= [2021-02-18T13:26:53.241Z] #48 8.661 + : /build [2021-02-18T13:26:53.241Z] #48 8.661 + '[' -z '' ']' [2021-02-18T13:26:53.241Z] #48 8.663 ++ mktemp -d [2021-02-18T13:26:53.241Z] #48 8.663 + export GOPATH=/tmp/tmp.VLwdsb53M9 [2021-02-18T13:26:53.241Z] #48 8.663 + GOPATH=/tmp/tmp.VLwdsb53M9 [2021-02-18T13:26:53.241Z] #48 8.663 + RM_GOPATH=1 [2021-02-18T13:26:53.241Z] #48 8.663 + case "$(go env GOARCH)" in [2021-02-18T13:26:53.241Z] #48 8.663 ++ go env GOARCH [2021-02-18T13:26:53.241Z] #48 8.669 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.241Z] #48 8.669 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.241Z] #48 8.674 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:53.241Z] #48 8.674 + dir=/tmp/install [2021-02-18T13:26:53.241Z] #48 8.674 + bin=golangci_lint [2021-02-18T13:26:53.241Z] #48 8.674 + shift [2021-02-18T13:26:53.241Z] #48 8.674 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-18T13:26:53.241Z] #48 8.674 + . /tmp/install/golangci_lint.installer [2021-02-18T13:26:53.242Z] #48 8.674 ++ : v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.674 + install_golangci_lint [2021-02-18T13:26:53.242Z] #48 8.674 + set -e [2021-02-18T13:26:53.242Z] #48 8.674 + export GO111MODULE=on [2021-02-18T13:26:53.242Z] #48 8.674 + GO111MODULE=on [2021-02-18T13:26:53.242Z] #48 8.674 + GOBIN=/build [2021-02-18T13:26:53.242Z] #48 8.674 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.709 go: finding github.com v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.709 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.709 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.709 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:53.242Z] #48 8.709 go: finding github.com/golangci v1.23.8 [2021-02-18T13:26:53.242Z] #48 9.578 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:53.242Z] #48 10.30 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-18T13:26:53.242Z] #48 ... [2021-02-18T13:26:53.242Z] [2021-02-18T13:26:53.242Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:26:53.242Z] #23 sha256:3f5c54dba282979efd2a3274e8f504f0fc1de4d16e2feccc5cd59ddaddb66831 [2021-02-18T13:26:53.242Z] #23 9.982 + RM_GOPATH=0 [2021-02-18T13:26:53.242Z] #23 9.982 + TMP_GOPATH= [2021-02-18T13:26:53.242Z] #23 9.982 + : /build [2021-02-18T13:26:53.242Z] #23 9.982 + '[' -z '' ']' [2021-02-18T13:26:53.242Z] #23 9.982 ++ mktemp -d [2021-02-18T13:26:53.242Z] #23 9.998 + export GOPATH=/tmp/tmp.FNuRtxXbA3 [2021-02-18T13:26:53.242Z] #23 9.998 + GOPATH=/tmp/tmp.FNuRtxXbA3 [2021-02-18T13:26:53.242Z] #23 9.998 + RM_GOPATH=1 [2021-02-18T13:26:53.242Z] #23 9.998 + case "$(go env GOARCH)" in [2021-02-18T13:26:53.242Z] #23 9.999 ++ go env GOARCH [2021-02-18T13:26:53.242Z] #23 10.05 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.242Z] #23 10.05 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.242Z] #23 10.07 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:53.242Z] #23 10.07 + dir=/tmp/install [2021-02-18T13:26:53.242Z] #23 10.07 + bin=dockercli [2021-02-18T13:26:53.242Z] #23 10.07 + shift [2021-02-18T13:26:53.242Z] #23 10.07 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-18T13:26:53.242Z] #23 10.07 + . /tmp/install/dockercli.installer [2021-02-18T13:26:53.242Z] #23 10.07 ++ : stable [2021-02-18T13:26:53.242Z] #23 10.07 ++ : 17.06.2-ce [2021-02-18T13:26:53.242Z] #23 10.07 + install_dockercli [2021-02-18T13:26:53.242Z] #23 10.07 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-18T13:26:53.242Z] #23 10.07 ++ uname -m [2021-02-18T13:26:53.242Z] #23 10.07 + arch=x86_64 [2021-02-18T13:26:53.242Z] #23 10.07 + '[' x86_64 '!=' x86_64 ']' [2021-02-18T13:26:53.242Z] #23 10.07 + url=https://download.docker.com/linux/static [2021-02-18T13:26:53.242Z] #23 10.07 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-18T13:26:53.242Z] #23 10.07 + tar -xz docker/docker [2021-02-18T13:26:53.242Z] #23 10.07 Install docker/cli version 17.06.2-ce from stable [2021-02-18T13:26:53.306Z] #44 ... [2021-02-18T13:26:53.306Z] [2021-02-18T13:26:53.306Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:53.306Z] #63 sha256:6f7f4688ffe4d8944b90488066cd0cc4eb1585348d12eefdff69a63f36cf9595 [2021-02-18T13:26:53.306Z] #63 18.28 Checking out files: 51% (977/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: 81% (1546/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T13:26:53.306Z] #63 19.78 + cd /tmp/tmp.j2sdqcdO7b/src/github.com/docker/libnetwork [2021-02-18T13:26:53.306Z] #63 19.79 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:53.306Z] #63 20.01 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T13:26:53.501Z] #23 ... [2021-02-18T13:26:53.501Z] [2021-02-18T13:26:53.501Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:53.501Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:53.501Z] #39 8.288 + git clone https://github.com/docker/distribution.git . [2021-02-18T13:26:53.501Z] #39 8.291 Cloning into '.'... [2021-02-18T13:26:53.501Z] #39 ... [2021-02-18T13:26:53.501Z] [2021-02-18T13:26:53.501Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:53.501Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:53.501Z] #12 9.317 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:53.501Z] #12 9.385 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:53.501Z] #12 9.385 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:53.501Z] #12 10.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:53.613Z] #42 ... [2021-02-18T13:26:53.613Z] [2021-02-18T13:26:53.613Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:53.613Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:53.613Z] #12 119.6 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T13:26:53.613Z] #12 119.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 119.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:26:53.613Z] #12 119.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T13:26:53.613Z] #12 119.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 119.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:26:53.613Z] #12 120.0 Selecting previously unselected package libbtrfs0. [2021-02-18T13:26:53.613Z] #12 120.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:26:53.613Z] #12 120.1 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:26:53.613Z] #12 120.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:26:53.613Z] #12 120.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T13:26:53.613Z] #12 120.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:53.613Z] #12 120.4 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T13:26:53.613Z] #12 120.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.4 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:26:53.613Z] #12 120.6 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T13:26:53.613Z] #12 120.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:26:53.613Z] #12 120.8 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T13:26:53.613Z] #12 120.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 120.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 121.1 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T13:26:53.613Z] #12 121.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 121.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 121.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T13:26:53.613Z] #12 121.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 121.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 121.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T13:26:53.613Z] #12 121.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 121.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 121.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T13:26:53.613Z] #12 121.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 121.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:26:53.613Z] #12 122.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T13:26:53.613Z] #12 122.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 122.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:53.613Z] #12 122.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T13:26:53.613Z] #12 122.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 122.3 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:26:53.613Z] #12 122.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T13:26:53.613Z] #12 122.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:26:53.613Z] #12 122.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:26:53.613Z] #12 122.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 122.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:26:53.613Z] #12 122.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:26:53.613Z] #12 123.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:26:53.613Z] #12 123.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 123.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:26:53.613Z] #12 123.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:53.613Z] #12 123.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:26:53.613Z] #12 123.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 123.1 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:26:53.613Z] #12 123.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:26:53.613Z] #12 123.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:26:53.613Z] #12 123.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:26:53.613Z] #12 123.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T13:26:53.613Z] #12 123.2 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:26:53.613Z] #12 123.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:26:53.613Z] #12 123.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:26:53.613Z] #12 123.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:53.613Z] #12 123.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:26:53.613Z] #12 123.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:26:53.613Z] #12 123.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:26:53.614Z] #12 123.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:26:53.614Z] #12 123.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:26:53.614Z] #12 123.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:26:53.614Z] #12 123.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:26:53.614Z] #12 123.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:53.614Z] #12 123.4 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T13:26:53.614Z] #12 123.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:53.614Z] #12 123.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:26:53.614Z] #12 123.4 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:26:53.614Z] #12 DONE 123.8s [2021-02-18T13:26:53.614Z] [2021-02-18T13:26:53.614Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T13:26:53.614Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T13:26:53.761Z] #12 ... [2021-02-18T13:26:53.761Z] [2021-02-18T13:26:53.761Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:53.761Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:53.761Z] #54 10.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:53.761Z] #54 10.84 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:53.761Z] #54 10.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:53.761Z] #54 ... [2021-02-18T13:26:53.761Z] [2021-02-18T13:26:53.761Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:26:53.761Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:26:53.761Z] #33 8.312 + RM_GOPATH=0 [2021-02-18T13:26:53.761Z] #33 8.312 + TMP_GOPATH= [2021-02-18T13:26:53.761Z] #33 8.312 + : /build [2021-02-18T13:26:53.761Z] #33 8.312 + '[' -z '' ']' [2021-02-18T13:26:53.761Z] #33 8.312 ++ mktemp -d [2021-02-18T13:26:53.761Z] #33 8.312 + export GOPATH=/tmp/tmp.l6yG5Z1h3h [2021-02-18T13:26:53.761Z] #33 8.312 + GOPATH=/tmp/tmp.l6yG5Z1h3h [2021-02-18T13:26:53.761Z] #33 8.312 + RM_GOPATH=1 [2021-02-18T13:26:53.761Z] #33 8.312 + case "$(go env GOARCH)" in [2021-02-18T13:26:53.761Z] #33 8.312 ++ go env GOARCH [2021-02-18T13:26:53.761Z] #33 8.328 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:53.761Z] #33 8.328 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.761Z] #33 8.328 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:53.761Z] #33 8.328 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:53.761Z] #33 8.328 + dir=/tmp/install [2021-02-18T13:26:53.761Z] #33 8.328 + bin=tomlv [2021-02-18T13:26:53.761Z] #33 8.328 + shift [2021-02-18T13:26:53.761Z] #33 8.328 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-18T13:26:53.761Z] #33 8.328 + . /tmp/install/tomlv.installer [2021-02-18T13:26:53.761Z] #33 8.328 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:53.761Z] #33 8.328 + install_tomlv [2021-02-18T13:26:53.761Z] #33 8.328 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-18T13:26:53.761Z] #33 8.328 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.l6yG5Z1h3h/src/github.com/BurntSushi/toml [2021-02-18T13:26:53.761Z] #33 8.328 Cloning into '/tmp/tmp.l6yG5Z1h3h/src/github.com/BurntSushi/toml'... [2021-02-18T13:26:53.761Z] #33 9.404 + cd /tmp/tmp.l6yG5Z1h3h/src/github.com/BurntSushi/toml [2021-02-18T13:26:53.761Z] #33 9.404 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-18T13:26:53.761Z] #33 9.435 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:26:53.761Z] #33 10.02 math/bits [2021-02-18T13:26:53.761Z] #33 10.30 runtime [2021-02-18T13:26:53.761Z] #33 10.76 math [2021-02-18T13:26:53.882Z] #63 ... [2021-02-18T13:26:53.882Z] [2021-02-18T13:26:53.882Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:53.882Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:26:53.882Z] #48 11.15 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T13:26:53.882Z] #48 11.15 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:53.882Z] #48 11.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:53.882Z] #48 11.31 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:53.882Z] #48 11.36 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T13:26:53.882Z] #48 11.37 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T13:26:53.882Z] #48 11.37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:53.882Z] #48 11.39 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:26:53.882Z] #48 11.58 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:53.882Z] #48 11.59 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T13:26:53.882Z] #48 11.61 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T13:26:53.882Z] #48 11.80 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:53.882Z] #48 11.83 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T13:26:53.882Z] #48 11.86 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T13:26:53.882Z] #48 11.87 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:26:53.882Z] #48 11.98 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:53.882Z] #48 11.99 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:53.882Z] #48 12.00 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:26:53.882Z] #48 12.01 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:53.882Z] #48 12.13 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:53.882Z] #48 12.38 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:53.882Z] #48 13.45 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:26:53.882Z] #48 15.61 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:53.882Z] #48 15.61 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:53.882Z] #48 15.63 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T13:26:53.882Z] #48 15.65 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:53.882Z] #48 15.89 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:53.882Z] #48 15.91 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:53.882Z] #48 15.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:53.882Z] #48 15.96 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T13:26:53.882Z] #48 15.96 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:53.882Z] #48 16.01 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:53.882Z] #48 16.02 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:53.882Z] #48 16.04 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:53.882Z] #48 16.06 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:53.882Z] #48 16.08 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:53.882Z] #48 16.10 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:53.882Z] #48 16.23 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:53.882Z] #48 16.37 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:53.882Z] #48 16.39 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:53.882Z] #48 16.55 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:53.882Z] #48 16.59 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:53.882Z] #48 16.60 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:26:53.882Z] #48 16.61 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:53.882Z] #48 16.66 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:53.882Z] #48 16.69 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:53.882Z] #48 16.71 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:53.882Z] #48 17.00 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:53.882Z] #48 17.03 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:53.882Z] #48 17.17 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:53.882Z] #48 17.23 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:53.882Z] #48 17.32 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:53.882Z] #48 17.33 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:53.882Z] #48 17.33 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:53.882Z] #48 17.33 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:53.882Z] #48 17.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:53.882Z] #48 17.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:53.882Z] #48 17.47 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:53.882Z] #48 17.50 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:53.882Z] #48 17.54 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:53.882Z] #48 17.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:53.882Z] #48 17.61 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T13:26:53.882Z] #48 17.65 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:53.882Z] #48 17.72 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:53.882Z] #48 17.74 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:53.882Z] #48 17.78 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:53.882Z] #48 17.78 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:53.882Z] #48 17.79 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:26:53.882Z] #48 17.93 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:53.882Z] #48 17.95 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T13:26:53.882Z] #48 17.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:53.882Z] #48 18.07 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:53.882Z] #48 18.12 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:53.882Z] #48 18.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:53.882Z] #48 18.16 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:53.882Z] #48 18.17 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:53.882Z] #48 18.18 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:53.882Z] #48 18.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:53.882Z] #48 18.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:53.882Z] #48 18.49 go: downloading golang.org/x/text v0.3.2 [2021-02-18T13:26:53.882Z] #48 18.57 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:53.882Z] #48 18.62 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:53.882Z] #48 18.92 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:53.882Z] #48 18.92 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:53.882Z] #48 19.17 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:53.882Z] #48 19.20 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:26:53.882Z] #48 19.29 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:53.882Z] #48 19.30 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:53.882Z] #48 19.32 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:53.882Z] #48 19.32 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:53.882Z] #48 19.33 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:53.882Z] #48 19.47 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:53.882Z] #48 19.48 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:53.882Z] #48 19.57 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:26:53.882Z] #48 19.76 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:53.882Z] #48 19.81 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:53.882Z] #48 19.85 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:53.882Z] #48 20.05 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:53.882Z] #48 20.06 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:53.882Z] #48 20.16 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:26:53.882Z] #48 20.24 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:53.882Z] #48 20.55 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:53.882Z] #48 20.68 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:53.882Z] #48 20.82 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:26:53.882Z] #48 21.08 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:26:54.021Z] #33 ... [2021-02-18T13:26:54.021Z] [2021-02-18T13:26:54.021Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:26:54.021Z] #57 sha256:e25993b043a161ce30e61bc32f4e366f8a7afdb5cd414884601f0cb4de899305 [2021-02-18T13:26:54.021Z] #57 6.445 + RM_GOPATH=0 [2021-02-18T13:26:54.021Z] #57 6.445 + TMP_GOPATH= [2021-02-18T13:26:54.021Z] #57 6.445 + : /build [2021-02-18T13:26:54.021Z] #57 6.445 + '[' -z '' ']' [2021-02-18T13:26:54.021Z] #57 6.445 ++ mktemp -d [2021-02-18T13:26:54.021Z] #57 6.445 + export GOPATH=/tmp/tmp.yPMc6iX7MG [2021-02-18T13:26:54.021Z] #57 6.445 + GOPATH=/tmp/tmp.yPMc6iX7MG [2021-02-18T13:26:54.021Z] #57 6.445 + RM_GOPATH=1 [2021-02-18T13:26:54.021Z] #57 6.445 + case "$(go env GOARCH)" in [2021-02-18T13:26:54.021Z] #57 6.445 ++ go env GOARCH [2021-02-18T13:26:54.021Z] #57 6.446 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.021Z] #57 6.446 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.021Z] #57 6.446 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:54.021Z] #57 6.447 + dir=/tmp/install [2021-02-18T13:26:54.021Z] #57 6.447 + bin=rootlesskit [2021-02-18T13:26:54.021Z] #57 6.447 + shift [2021-02-18T13:26:54.021Z] #57 6.447 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-18T13:26:54.021Z] #57 6.447 + . /tmp/install/rootlesskit.installer [2021-02-18T13:26:54.021Z] #57 6.447 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:54.021Z] #57 6.447 + install_rootlesskit [2021-02-18T13:26:54.021Z] #57 6.447 + case "$1" in [2021-02-18T13:26:54.021Z] #57 6.447 + export CGO_ENABLED=0 [2021-02-18T13:26:54.021Z] #57 6.447 + CGO_ENABLED=0 [2021-02-18T13:26:54.021Z] #57 6.447 + _install_rootlesskit [2021-02-18T13:26:54.021Z] #57 6.447 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-18T13:26:54.021Z] #57 6.447 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.yPMc6iX7MG/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:54.022Z] #57 6.447 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:54.022Z] #57 6.461 Cloning into '/tmp/tmp.yPMc6iX7MG/src/github.com/rootless-containers/rootlesskit'... [2021-02-18T13:26:54.022Z] #57 8.865 + cd /tmp/tmp.yPMc6iX7MG/src/github.com/rootless-containers/rootlesskit [2021-02-18T13:26:54.022Z] #57 8.865 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-18T13:26:54.022Z] #57 9.435 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:26:54.022Z] #57 9.435 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-18T13:26:54.022Z] #57 ... [2021-02-18T13:26:54.022Z] [2021-02-18T13:26:54.022Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:54.022Z] #46 sha256:a260832de57c87958eb6c9bdd25dcea69f9604d91b6471cca8aed1adeafc42b3 [2021-02-18T13:26:54.022Z] #46 7.736 + RM_GOPATH=0 [2021-02-18T13:26:54.022Z] #46 7.736 + TMP_GOPATH= [2021-02-18T13:26:54.022Z] #46 7.736 + : /build [2021-02-18T13:26:54.022Z] #46 7.736 + '[' -z '' ']' [2021-02-18T13:26:54.022Z] #46 7.736 ++ mktemp -d [2021-02-18T13:26:54.022Z] #46 7.736 + export GOPATH=/tmp/tmp.1feO6A2H6O [2021-02-18T13:26:54.022Z] #46 7.736 + GOPATH=/tmp/tmp.1feO6A2H6O [2021-02-18T13:26:54.022Z] #46 7.736 + RM_GOPATH=1 [2021-02-18T13:26:54.022Z] #46 7.736 + case "$(go env GOARCH)" in [2021-02-18T13:26:54.022Z] #46 7.736 ++ go env GOARCH [2021-02-18T13:26:54.022Z] #46 7.781 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.022Z] #46 7.781 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.022Z] #46 7.781 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:54.022Z] #46 7.781 + dir=/tmp/install [2021-02-18T13:26:54.022Z] #46 7.781 + bin=gotestsum [2021-02-18T13:26:54.022Z] #46 7.781 + shift [2021-02-18T13:26:54.022Z] #46 7.781 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-18T13:26:54.022Z] #46 7.781 + . /tmp/install/gotestsum.installer [2021-02-18T13:26:54.022Z] #46 7.781 ++ : v0.5.3 [2021-02-18T13:26:54.022Z] #46 7.781 + install_gotestsum [2021-02-18T13:26:54.022Z] #46 7.781 + set -e [2021-02-18T13:26:54.022Z] #46 7.781 + export GO111MODULE=on [2021-02-18T13:26:54.022Z] #46 7.781 + GO111MODULE=on [2021-02-18T13:26:54.022Z] #46 7.781 + GOBIN=/build [2021-02-18T13:26:54.022Z] #46 7.781 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-18T13:26:54.022Z] #46 7.781 go: finding gotest.tools v0.5.3 [2021-02-18T13:26:54.022Z] #46 7.781 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:54.022Z] #46 8.553 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:54.022Z] #46 9.073 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:26:54.022Z] #46 9.875 go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:26:54.022Z] #46 9.916 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:54.022Z] #46 9.922 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:54.022Z] #46 9.974 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:54.022Z] #46 9.974 go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:26:54.022Z] #46 9.974 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:54.022Z] #46 10.17 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:54.022Z] #46 10.26 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:54.022Z] #46 10.26 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:54.022Z] #46 10.30 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:54.022Z] #46 10.36 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:54.022Z] #46 10.37 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:54.022Z] #46 10.41 go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:26:54.022Z] #46 10.47 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:54.022Z] #46 10.47 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:54.022Z] #46 10.52 go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:26:54.022Z] #46 10.74 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:54.022Z] #46 11.09 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:54.145Z] #48 21.30 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:54.145Z] #48 ... [2021-02-18T13:26:54.145Z] [2021-02-18T13:26:54.145Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:54.145Z] #50 sha256:a388fd4d9ede0ccc78863a4abc8232a1fd17ee078ee9a6e54d7628d897b399c0 [2021-02-18T13:26:54.145Z] #50 11.35 + cd /tmp/tmp.41wKLoHfei/src/github.com/mvdan/sh [2021-02-18T13:26:54.145Z] #50 11.35 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:54.145Z] #50 11.46 + GO111MODULE=on [2021-02-18T13:26:54.145Z] #50 11.47 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T13:26:54.145Z] #50 12.80 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:54.145Z] #50 12.82 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:54.145Z] #50 12.86 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:54.145Z] #50 13.01 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:54.145Z] #50 13.11 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:54.145Z] #50 14.17 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:54.145Z] #50 14.88 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:54.145Z] #50 15.87 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:54.145Z] #50 17.38 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:54.145Z] #50 17.41 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:54.145Z] #50 17.63 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:54.145Z] #50 18.13 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:54.145Z] #50 19.20 runtime/cgo [2021-02-18T13:26:54.145Z] #50 19.25 runtime [2021-02-18T13:26:54.145Z] #50 ... [2021-02-18T13:26:54.145Z] [2021-02-18T13:26:54.145Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:54.145Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:26:54.145Z] #28 21.57 0.1% ######################################################################## 100.0% [2021-02-18T13:26:54.145Z] #28 21.78 [2021-02-18T13:26:54.292Z] #46 ... [2021-02-18T13:26:54.292Z] [2021-02-18T13:26:54.292Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:26:54.292Z] #63 sha256:cfccdb27644baa4e46b709fcbf383d73f13a351efbb046ebc781099cfe256c44 [2021-02-18T13:26:54.292Z] #63 5.835 + RM_GOPATH=0 [2021-02-18T13:26:54.292Z] #63 5.836 + TMP_GOPATH= [2021-02-18T13:26:54.292Z] #63 5.836 + : /build [2021-02-18T13:26:54.292Z] #63 5.836 + '[' -z '' ']' [2021-02-18T13:26:54.292Z] #63 5.839 ++ mktemp -d [2021-02-18T13:26:54.292Z] #63 5.840 + export GOPATH=/tmp/tmp.kZUTAsel5X [2021-02-18T13:26:54.293Z] #63 5.840 + GOPATH=/tmp/tmp.kZUTAsel5X [2021-02-18T13:26:54.293Z] #63 5.840 + RM_GOPATH=1 [2021-02-18T13:26:54.293Z] #63 5.841 + case "$(go env GOARCH)" in [2021-02-18T13:26:54.293Z] #63 5.841 ++ go env GOARCH [2021-02-18T13:26:54.293Z] #63 5.852 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.293Z] #63 5.852 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.293Z] #63 5.852 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:54.293Z] #63 5.853 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:54.293Z] #63 5.854 + dir=/tmp/install [2021-02-18T13:26:54.293Z] #63 5.854 + bin=proxy [2021-02-18T13:26:54.293Z] #63 5.854 + shift [2021-02-18T13:26:54.293Z] #63 5.854 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-18T13:26:54.293Z] #63 5.854 + . /tmp/install/proxy.installer [2021-02-18T13:26:54.293Z] #63 5.854 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:26:54.293Z] #63 5.854 + install_proxy [2021-02-18T13:26:54.293Z] #63 5.854 + case "$1" in [2021-02-18T13:26:54.293Z] #63 5.854 + export CGO_ENABLED=0 [2021-02-18T13:26:54.293Z] #63 5.854 + CGO_ENABLED=0 [2021-02-18T13:26:54.293Z] #63 5.854 + _install_proxy [2021-02-18T13:26:54.293Z] #63 5.854 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-18T13:26:54.293Z] #63 5.854 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.kZUTAsel5X/src/github.com/docker/libnetwork [2021-02-18T13:26:54.293Z] #63 5.857 Cloning into '/tmp/tmp.kZUTAsel5X/src/github.com/docker/libnetwork'... [2021-02-18T13:26:54.556Z] #63 ... [2021-02-18T13:26:54.556Z] [2021-02-18T13:26:54.556Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:54.556Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:54.556Z] #35 10.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:26:54.556Z] #35 10.07 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:26:54.556Z] #35 10.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:26:54.556Z] #35 11.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:26:54.556Z] #35 ... [2021-02-18T13:26:54.556Z] [2021-02-18T13:26:54.556Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:26:54.556Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:26:54.556Z] #31 7.157 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-18T13:26:54.556Z] #31 7.157 Cloning into '.'... [2021-02-18T13:26:54.725Z] #28 22.93 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-18T13:26:54.815Z] #31 ... [2021-02-18T13:26:54.815Z] [2021-02-18T13:26:54.815Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:54.815Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:26:54.815Z] #50 6.743 + RM_GOPATH=0 [2021-02-18T13:26:54.815Z] #50 6.743 + TMP_GOPATH= [2021-02-18T13:26:54.815Z] #50 6.743 + : /build [2021-02-18T13:26:54.815Z] #50 6.743 + '[' -z '' ']' [2021-02-18T13:26:54.815Z] #50 6.752 ++ mktemp -d [2021-02-18T13:26:54.815Z] #50 6.752 + export GOPATH=/tmp/tmp.iutbcYil7A [2021-02-18T13:26:54.815Z] #50 6.752 + GOPATH=/tmp/tmp.iutbcYil7A [2021-02-18T13:26:54.815Z] #50 6.752 + RM_GOPATH=1 [2021-02-18T13:26:54.815Z] #50 6.752 + case "$(go env GOARCH)" in [2021-02-18T13:26:54.815Z] #50 6.752 ++ go env GOARCH [2021-02-18T13:26:54.815Z] #50 6.754 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.815Z] #50 6.756 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:54.815Z] #50 6.756 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:54.815Z] #50 6.758 + dir=/tmp/install [2021-02-18T13:26:54.815Z] #50 6.758 + bin=shfmt [2021-02-18T13:26:54.815Z] #50 6.758 + shift [2021-02-18T13:26:54.815Z] #50 6.758 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-18T13:26:54.815Z] #50 6.758 + . /tmp/install/shfmt.installer [2021-02-18T13:26:54.815Z] #50 6.758 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:54.815Z] #50 6.758 + install_shfmt [2021-02-18T13:26:54.815Z] #50 6.758 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-18T13:26:54.815Z] #50 6.758 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iutbcYil7A/src/github.com/mvdan/sh [2021-02-18T13:26:54.815Z] #50 6.758 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:54.815Z] #50 6.762 Cloning into '/tmp/tmp.iutbcYil7A/src/github.com/mvdan/sh'... [2021-02-18T13:26:54.815Z] #50 ... [2021-02-18T13:26:54.815Z] [2021-02-18T13:26:54.815Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:54.815Z] #46 sha256:a260832de57c87958eb6c9bdd25dcea69f9604d91b6471cca8aed1adeafc42b3 [2021-02-18T13:26:54.815Z] #46 11.41 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:55.301Z] #28 23.44 [2021-02-18T13:26:55.301Z] #28 ... [2021-02-18T13:26:55.301Z] [2021-02-18T13:26:55.301Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:26:55.301Z] #46 sha256:636f64bce1ee300b6bd78c6cc4a911258537eaee6359b797d410748bd5c05b59 [2021-02-18T13:26:55.301Z] #46 12.75 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:55.301Z] #46 15.86 go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:26:55.301Z] #46 15.92 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:26:55.301Z] #46 15.92 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:26:55.301Z] #46 16.02 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:26:55.301Z] #46 16.26 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:26:55.301Z] #46 16.36 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:26:55.301Z] #46 16.59 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:26:55.301Z] #46 16.66 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:55.301Z] #46 16.69 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:55.301Z] #46 16.73 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:55.301Z] #46 16.77 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:26:55.533Z] #13 DONE 1.8s [2021-02-18T13:26:55.533Z] [2021-02-18T13:26:55.533Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:26:55.533Z] #52 sha256:20fc7f2eae83db6da747c1aff760a50e3ad4ec4cdde39e434cb260b2f80e359c [2021-02-18T13:26:55.533Z] #52 1.700 + RM_GOPATH=0 [2021-02-18T13:26:55.533Z] #52 1.700 + TMP_GOPATH= [2021-02-18T13:26:55.533Z] #52 1.700 + : /build [2021-02-18T13:26:55.533Z] #52 1.700 + '[' -z '' ']' [2021-02-18T13:26:55.533Z] #52 1.701 ++ mktemp -d [2021-02-18T13:26:55.533Z] #52 1.705 + export GOPATH=/tmp/tmp.cQu3qcIMcY [2021-02-18T13:26:55.533Z] #52 1.705 + GOPATH=/tmp/tmp.cQu3qcIMcY [2021-02-18T13:26:55.533Z] #52 1.705 + RM_GOPATH=1 [2021-02-18T13:26:55.533Z] #52 1.705 + case "$(go env GOARCH)" in [2021-02-18T13:26:55.533Z] #52 1.708 ++ go env GOARCH [2021-02-18T13:26:55.533Z] #52 1.737 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:55.533Z] #52 1.737 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:26:55.533Z] #52 1.737 ++ dirname /tmp/install/install.sh [2021-02-18T13:26:55.533Z] #52 1.738 + dir=/tmp/install [2021-02-18T13:26:55.533Z] #52 1.738 + bin=runc [2021-02-18T13:26:55.533Z] #52 1.741 + shift [2021-02-18T13:26:55.533Z] #52 1.741 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T13:26:55.533Z] #52 1.741 + . /tmp/install/runc.installer [2021-02-18T13:26:55.533Z] #52 1.741 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:26:55.533Z] #52 1.742 + install_runc [2021-02-18T13:26:55.533Z] #52 1.743 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T13:26:55.533Z] #52 1.745 + uname -r [2021-02-18T13:26:55.533Z] #52 1.750 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T13:26:55.533Z] #52 1.750 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T13:26:55.533Z] #52 1.750 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T13:26:55.533Z] #52 1.753 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cQu3qcIMcY/src/github.com/opencontainers/runc [2021-02-18T13:26:55.533Z] #52 1.768 Cloning into '/tmp/tmp.cQu3qcIMcY/src/github.com/opencontainers/runc'... [2021-02-18T13:26:55.565Z] #46 ... [2021-02-18T13:26:55.565Z] [2021-02-18T13:26:55.565Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:55.565Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:26:55.565Z] #48 21.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:55.565Z] #48 21.84 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:55.565Z] #48 21.93 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:55.565Z] #48 21.93 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:55.565Z] #48 22.00 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.04 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:55.565Z] #48 22.06 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.09 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:55.565Z] #48 22.11 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:55.565Z] #48 22.15 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:55.565Z] #48 22.23 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T13:26:55.565Z] #48 22.34 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:55.565Z] #48 22.38 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.61 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.61 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:55.565Z] #48 22.88 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:55.565Z] #48 22.97 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:55.565Z] #48 23.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:55.565Z] #48 23.05 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:55.667Z] #63 ... [2021-02-18T13:26:55.667Z] [2021-02-18T13:26:55.667Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:55.667Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:26:55.667Z] #48 23.06 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:55.667Z] #48 23.06 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:55.667Z] #48 23.25 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:55.667Z] #48 23.39 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:55.667Z] #48 23.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:55.667Z] #48 23.47 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:26:55.667Z] #48 23.56 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:26:55.667Z] #48 23.58 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:55.667Z] #48 23.58 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:26:55.667Z] #48 23.58 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:55.667Z] #48 23.72 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:55.667Z] #48 23.78 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:55.667Z] #48 23.94 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:55.667Z] #48 23.96 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:26:55.667Z] #48 24.13 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:55.667Z] #48 24.19 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:26:55.667Z] #48 24.27 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:55.667Z] #48 24.28 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:26:55.667Z] #48 24.32 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:55.667Z] #48 24.45 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:55.667Z] #48 24.51 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:55.667Z] #48 24.55 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:55.667Z] #48 24.58 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:26:55.667Z] #48 24.58 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:55.667Z] #48 24.70 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:55.667Z] #48 24.88 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:55.667Z] #48 24.90 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T13:26:55.667Z] #48 24.95 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:55.667Z] #48 24.96 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T13:26:55.667Z] #48 25.06 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:26:55.667Z] #48 25.11 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:55.667Z] #48 25.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:55.667Z] #48 25.26 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T13:26:55.667Z] #48 25.29 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:55.667Z] #48 25.32 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:55.667Z] #48 25.34 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:55.667Z] #48 25.35 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:26:55.667Z] #48 25.54 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:55.667Z] #48 25.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:55.667Z] #48 25.56 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:55.667Z] #48 25.69 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:26:55.667Z] #48 25.69 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:26:55.667Z] #48 25.73 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:55.667Z] #48 25.79 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:55.667Z] #48 25.81 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:55.667Z] #48 25.82 go: downloading golang.org/x/text v0.3.2 [2021-02-18T13:26:55.667Z] #48 25.83 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:55.667Z] #48 26.08 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:55.667Z] #48 26.13 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T13:26:55.667Z] #48 26.31 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:55.667Z] #48 26.31 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:55.667Z] #48 26.47 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:26:55.667Z] #48 26.47 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:26:55.667Z] #48 26.55 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:55.667Z] #48 26.61 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:55.667Z] #48 26.67 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:55.667Z] #48 26.77 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:26:55.667Z] #48 26.80 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:55.667Z] #48 26.82 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:26:55.667Z] #48 26.88 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:55.667Z] #48 26.88 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:55.667Z] #48 26.89 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:55.667Z] #48 26.98 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.09 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:26:55.667Z] #48 27.19 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.22 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.23 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:55.667Z] #48 27.24 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:55.667Z] #48 27.33 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.44 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:55.667Z] #48 27.49 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.63 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T13:26:55.667Z] #48 27.64 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:55.667Z] #48 27.73 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:26:55.667Z] #48 27.84 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:55.667Z] #48 27.86 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:55.667Z] #48 27.92 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:55.667Z] #48 27.93 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:26:55.667Z] #48 27.94 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T13:26:55.667Z] #48 27.99 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:55.667Z] #48 28.06 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:26:55.667Z] #48 28.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:55.667Z] #48 28.28 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:55.667Z] #48 28.29 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T13:26:55.667Z] #48 28.31 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:55.667Z] #48 28.43 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:26:55.667Z] #48 28.94 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:55.667Z] #48 28.96 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:55.667Z] #48 29.05 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:26:55.828Z] #48 23.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:55.828Z] #48 23.23 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:56.092Z] #48 23.37 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:56.092Z] #48 23.40 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:56.092Z] #48 23.56 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:56.356Z] #48 23.56 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:56.356Z] #48 23.63 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:56.356Z] #48 23.63 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:56.356Z] #48 23.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:56.479Z] #52 ... [2021-02-18T13:26:56.479Z] [2021-02-18T13:26:56.479Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:26:56.479Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T13:26:56.479Z] #14 DONE 1.3s [2021-02-18T13:26:56.600Z] #48 32.15 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:26:56.600Z] #48 ... [2021-02-18T13:26:56.600Z] [2021-02-18T13:26:56.600Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:56.600Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:26:56.600Z] #50 22.40 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:26:56.600Z] #50 22.43 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:26:56.600Z] #50 22.64 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:26:56.600Z] #50 22.74 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:26:56.600Z] #50 23.67 runtime/cgo [2021-02-18T13:26:56.600Z] #50 23.68 runtime [2021-02-18T13:26:56.620Z] #48 23.99 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:56.620Z] #48 23.99 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:26:56.620Z] #48 23.99 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:56.740Z] [2021-02-18T13:26:56.740Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T13:26:56.740Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T13:26:56.887Z] #48 24.13 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:56.887Z] #48 24.21 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:26:56.887Z] #48 24.21 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:26:56.887Z] #48 24.27 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:26:56.887Z] #48 24.34 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:26:56.887Z] #48 24.36 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:26:57.165Z] #48 24.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:26:57.165Z] #48 ... [2021-02-18T13:26:57.165Z] [2021-02-18T13:26:57.165Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:57.165Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T13:26:57.165Z] #39 14.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T13:26:57.165Z] #39 16.28 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T13:26:57.165Z] #39 ... [2021-02-18T13:26:57.165Z] [2021-02-18T13:26:57.165Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:57.165Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:26:57.165Z] #41 14.60 Fetched 8246 kB in 10s (792 kB/s) [2021-02-18T13:26:57.165Z] #41 14.60 Reading package lists... [2021-02-18T13:26:57.357Z] #46 14.07 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:26:57.357Z] #46 14.22 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:26:57.429Z] #41 19.83 Reading package lists... [2021-02-18T13:26:57.429Z] #41 ... [2021-02-18T13:26:57.429Z] [2021-02-18T13:26:57.429Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:57.429Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:26:57.429Z] #28 23.78 0.0% #### 5.9% ######### 12.6% ############## 19.8% ################## 25.3% ####################### 32.2% ######################### 36.1% ############################# 41.5% ################################# 46.7% ##################################### 51.5% ######################################## 56.5% ############################################ 61.7% ################################################ 67.0% ################################################### 71.9% ###################################################### 75.5% ########################################################## 81.7% ################################################################ 88.9% [2021-02-18T13:26:57.429Z] #28 ... [2021-02-18T13:26:57.429Z] [2021-02-18T13:26:57.429Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:57.429Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:26:57.429Z] #35 14.78 Fetched 8246 kB in 9s (888 kB/s) [2021-02-18T13:26:57.429Z] #35 14.78 Reading package lists... [2021-02-18T13:26:57.429Z] #35 19.59 Reading package lists... [2021-02-18T13:26:57.684Z] #15 1.027 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T13:26:57.684Z] #15 DONE 1.2s [2021-02-18T13:26:57.684Z] [2021-02-18T13:26:57.684Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:26:57.684Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:26:57.684Z] #42 51.70 CC compel/src/lib/ptrace.o [2021-02-18T13:26:57.684Z] #42 52.27 AR compel/libcompel.a [2021-02-18T13:26:57.684Z] #42 52.34 HOSTCC compel/src/main-host.o [2021-02-18T13:26:57.684Z] #42 52.71 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T13:26:57.684Z] #42 52.96 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T13:26:57.684Z] #42 53.44 HOSTCC compel/src/lib/log-host.o [2021-02-18T13:26:57.684Z] #42 53.71 HOSTLINK compel/compel-host-bin [2021-02-18T13:26:57.684Z] #42 53.88 DEP soccr/soccr.d [2021-02-18T13:26:57.691Z] #35 24.75 Building dependency tree... [2021-02-18T13:26:57.691Z] #35 ... [2021-02-18T13:26:57.691Z] [2021-02-18T13:26:57.691Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:26:57.692Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:26:57.692Z] #28 23.78 0.0% #### 5.9% ######### 12.6% ############## 19.8% ################## 25.3% ####################### 32.2% ######################### 36.1% ############################# 41.5% ################################# 46.7% ##################################### 51.5% ######################################## 56.5% ############################################ 61.7% ################################################ 67.0% ################################################### 71.9% ###################################################### 75.5% ########################################################## 81.7% ################################################################ 88.9% ################################################################### 94.0% ####################################################################### 99.5% ######################################################################## 100.0% [2021-02-18T13:26:57.851Z] #63 ... [2021-02-18T13:26:57.851Z] [2021-02-18T13:26:57.851Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:57.851Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:26:57.851Z] #48 24.26 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:26:57.851Z] #48 24.33 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:26:57.851Z] #48 24.44 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:57.851Z] #48 24.70 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:26:57.851Z] #48 24.71 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:57.851Z] #48 24.75 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T13:26:57.851Z] #48 24.75 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:26:57.851Z] #48 24.77 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:57.851Z] #48 24.89 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:26:57.851Z] #48 24.90 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:57.851Z] #48 25.11 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:26:57.851Z] #48 25.15 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:57.851Z] #48 25.27 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:26:57.851Z] #48 25.37 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:26:57.851Z] #48 25.41 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:57.851Z] #48 25.41 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T13:26:57.851Z] #48 25.47 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:26:57.851Z] #48 25.51 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:57.851Z] #48 25.56 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:26:57.851Z] #48 25.66 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T13:26:57.851Z] #48 25.66 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:26:57.851Z] #48 25.67 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:57.851Z] #48 25.72 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:26:57.851Z] #48 25.93 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.00 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.12 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:26:57.851Z] #48 26.13 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T13:26:57.851Z] #48 26.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:57.851Z] #48 26.20 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.20 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:57.851Z] #48 26.30 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.34 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.43 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:57.851Z] #48 26.69 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:26:57.851Z] #48 26.71 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T13:26:57.851Z] #48 26.74 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:57.851Z] #48 26.76 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:57.851Z] #48 26.85 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:26:57.851Z] #48 26.90 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.00 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:26:57.851Z] #48 27.15 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:26:57.851Z] #48 27.16 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.18 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:26:57.851Z] #48 27.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.34 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:57.851Z] #48 27.39 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.40 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T13:26:57.851Z] #48 27.43 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:57.851Z] #48 27.47 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:57.851Z] #48 27.54 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.58 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:26:57.851Z] #48 27.62 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:26:57.851Z] #48 27.63 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:26:57.851Z] #48 27.65 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:57.851Z] #48 27.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:26:57.851Z] #48 27.87 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T13:26:57.851Z] #48 27.88 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.94 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:26:57.851Z] #48 27.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:26:57.851Z] #48 28.02 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:57.851Z] #48 28.09 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:26:57.851Z] #48 28.18 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:57.851Z] #48 28.19 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:57.851Z] #48 28.29 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:26:57.851Z] #48 28.33 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:57.851Z] #48 28.41 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:57.851Z] #48 28.51 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:26:57.851Z] #48 28.64 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:26:57.851Z] #48 28.70 go: downloading golang.org/x/text v0.3.2 [2021-02-18T13:26:57.851Z] #48 28.74 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:26:57.851Z] #48 28.77 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T13:26:57.851Z] #48 28.99 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:26:57.851Z] #48 29.14 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:26:57.946Z] #42 54.15 CC soccr/soccr.o [2021-02-18T13:26:57.955Z] #28 25.93 [2021-02-18T13:26:57.955Z] #28 ... [2021-02-18T13:26:57.955Z] [2021-02-18T13:26:57.955Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:57.955Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T13:26:57.955Z] #54 15.26 Fetched 8246 kB in 10s (807 kB/s) [2021-02-18T13:26:57.955Z] #54 15.26 Reading package lists... [2021-02-18T13:26:57.955Z] #54 20.56 Reading package lists... [2021-02-18T13:26:57.955Z] #54 ... [2021-02-18T13:26:57.955Z] [2021-02-18T13:26:57.955Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:57.955Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:26:57.955Z] #12 15.29 Fetched 8246 kB in 10s (812 kB/s) [2021-02-18T13:26:57.955Z] #12 15.29 Reading package lists... [2021-02-18T13:26:57.955Z] #12 19.82 Reading package lists... [2021-02-18T13:26:58.218Z] #12 25.13 Building dependency tree... [2021-02-18T13:26:58.218Z] #12 ... [2021-02-18T13:26:58.218Z] [2021-02-18T13:26:58.218Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:58.218Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:26:58.218Z] #41 19.83 Reading package lists... [2021-02-18T13:26:58.493Z] #50 ... [2021-02-18T13:26:58.493Z] [2021-02-18T13:26:58.493Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:26:58.493Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:26:58.493Z] #41 24.02 Fetched 8422 kB in 17s (484 kB/s) [2021-02-18T13:26:58.493Z] #41 24.02 Reading package lists... [2021-02-18T13:26:58.493Z] #41 30.94 Reading package lists... [2021-02-18T13:26:58.493Z] #41 ... [2021-02-18T13:26:58.493Z] [2021-02-18T13:26:58.493Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:26:58.493Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:26:58.493Z] #35 24.16 Fetched 8422 kB in 18s (467 kB/s) [2021-02-18T13:26:58.493Z] #35 24.16 Reading package lists... [2021-02-18T13:26:58.493Z] #35 31.13 Reading package lists... [2021-02-18T13:26:58.493Z] #35 ... [2021-02-18T13:26:58.493Z] [2021-02-18T13:26:58.493Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:26:58.493Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:26:58.493Z] #48 34.04 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T13:26:58.750Z] #48 ... [2021-02-18T13:26:58.750Z] [2021-02-18T13:26:58.750Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:26:58.750Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:26:58.750Z] #54 24.34 Fetched 8422 kB in 18s (458 kB/s) [2021-02-18T13:26:58.750Z] #54 24.34 Reading package lists... [2021-02-18T13:26:58.750Z] #54 31.07 Reading package lists... [2021-02-18T13:26:58.750Z] #54 ... [2021-02-18T13:26:58.750Z] [2021-02-18T13:26:58.750Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:26:58.750Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:26:58.750Z] #39 24.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T13:26:59.007Z] #39 ... [2021-02-18T13:26:59.007Z] [2021-02-18T13:26:59.007Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:26:59.007Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:26:59.007Z] #12 24.75 Fetched 8422 kB in 18s (458 kB/s) [2021-02-18T13:26:59.007Z] #12 24.75 Reading package lists... [2021-02-18T13:26:59.268Z] #46 15.97 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:26:59.334Z] #42 ... [2021-02-18T13:26:59.334Z] [2021-02-18T13:26:59.334Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:26:59.334Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T13:26:59.334Z] #16 DONE 1.2s [2021-02-18T13:26:59.334Z] [2021-02-18T13:26:59.334Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T13:26:59.334Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T13:26:59.613Z] #41 25.57 Building dependency tree... [2021-02-18T13:26:59.838Z] #46 ... [2021-02-18T13:26:59.838Z] [2021-02-18T13:26:59.838Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:26:59.838Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:26:59.838Z] #50 16.74 + cd /tmp/tmp.iutbcYil7A/src/github.com/mvdan/sh [2021-02-18T13:26:59.838Z] #50 16.75 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-18T13:26:59.838Z] #50 16.89 + GO111MODULE=on [2021-02-18T13:26:59.838Z] #50 16.91 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-18T13:27:00.279Z] #17 DONE 1.2s [2021-02-18T13:27:00.279Z] [2021-02-18T13:27:00.279Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:00.279Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:00.279Z] #42 56.04 AR soccr/libsoccr.a [2021-02-18T13:27:00.279Z] #42 56.13 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:27:00.396Z] #48 31.90 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:00.540Z] #42 56.80 DEP criu/arch/x86/sigframe.d [2021-02-18T13:27:00.801Z] #42 57.03 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T13:27:00.801Z] #42 57.18 DEP criu/arch/x86/kerndat.d [2021-02-18T13:27:00.902Z] #12 31.53 Reading package lists... [2021-02-18T13:27:00.902Z] #12 ... [2021-02-18T13:27:00.902Z] [2021-02-18T13:27:00.902Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:00.902Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:00.902Z] #44 26.48 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T13:27:00.902Z] #44 26.60 vendor/golang.org/x/crypto/curve25519 [2021-02-18T13:27:01.009Z] #41 28.37 The following additional packages will be installed: [2021-02-18T13:27:01.009Z] #41 28.37 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T13:27:01.009Z] #41 28.37 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T13:27:01.009Z] #41 28.38 Suggested packages: [2021-02-18T13:27:01.009Z] #41 28.39 manpages-dev python-setuptools [2021-02-18T13:27:01.062Z] #42 57.38 DEP criu/arch/x86/crtools.d [2021-02-18T13:27:01.062Z] #42 57.51 DEP criu/arch/x86/cpu.d [2021-02-18T13:27:01.221Z] #50 18.30 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:27:01.221Z] #50 18.30 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:27:01.221Z] #50 18.41 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:27:01.324Z] #42 ... [2021-02-18T13:27:01.324Z] [2021-02-18T13:27:01.324Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T13:27:01.324Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T13:27:01.324Z] #18 DONE 1.2s [2021-02-18T13:27:01.324Z] [2021-02-18T13:27:01.324Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:01.324Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:01.324Z] #42 57.69 CC criu/arch/x86/cpu.o [2021-02-18T13:27:01.335Z] #48 33.27 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:01.466Z] #44 ... [2021-02-18T13:27:01.466Z] [2021-02-18T13:27:01.466Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:01.466Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:01.466Z] #41 30.94 Reading package lists... [2021-02-18T13:27:01.481Z] #50 18.68 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:27:01.586Z] #42 ... [2021-02-18T13:27:01.586Z] [2021-02-18T13:27:01.586Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:01.586Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:27:01.586Z] #44 122.1 net/http/httptrace [2021-02-18T13:27:01.586Z] #44 122.3 net/http [2021-02-18T13:27:01.595Z] #48 ... [2021-02-18T13:27:01.595Z] [2021-02-18T13:27:01.595Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:27:01.595Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:27:01.595Z] #39 22.77 Checking out files: 86% (1460/1681) Checking out files: 87% (1463/1681) Checking out files: 88% (1480/1681) Checking out files: 89% (1497/1681) Checking out files: 90% (1513/1681) Checking out files: 91% (1530/1681) Checking out files: 92% (1547/1681) Checking out files: 93% (1564/1681) Checking out files: 94% (1581/1681) Checking out files: 95% (1597/1681) Checking out files: 96% (1614/1681) Checking out files: 97% (1631/1681) Checking out files: 98% (1648/1681) Checking out files: 99% (1665/1681) Checking out files: 100% (1681/1681) Checking out files: 100% (1681/1681), done. [2021-02-18T13:27:01.595Z] #39 23.04 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T13:27:01.595Z] #39 25.51 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T13:27:01.743Z] #50 18.90 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:27:01.848Z] #44 ... [2021-02-18T13:27:01.848Z] [2021-02-18T13:27:01.848Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:01.848Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:01.856Z] #39 ... [2021-02-18T13:27:01.856Z] [2021-02-18T13:27:01.857Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:01.857Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:27:01.857Z] #50 23.75 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:27:01.857Z] #50 24.51 runtime/cgo [2021-02-18T13:27:01.857Z] #50 24.60 runtime [2021-02-18T13:27:01.857Z] #50 ... [2021-02-18T13:27:01.857Z] [2021-02-18T13:27:01.857Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:01.857Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:01.857Z] #54 25.44 Fetched 8422 kB in 19s (453 kB/s) [2021-02-18T13:27:01.857Z] #54 25.44 Reading package lists... [2021-02-18T13:27:01.959Z] #41 29.40 The following NEW packages will be installed: [2021-02-18T13:27:01.959Z] #41 29.40 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T13:27:01.959Z] #41 29.40 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T13:27:01.959Z] #41 29.41 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T13:27:01.959Z] #41 29.41 python-six zlib1g-dev [2021-02-18T13:27:02.538Z] #41 29.93 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:02.538Z] #41 29.93 Need to get 3798 kB of archives. [2021-02-18T13:27:02.538Z] #41 29.93 After this operation, 21.6 MB of additional disk space will be used. [2021-02-18T13:27:02.538Z] #41 29.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-02-18T13:27:02.538Z] #41 29.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-18T13:27:02.538Z] #41 29.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-02-18T13:27:02.538Z] #41 29.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-18T13:27:02.538Z] #41 29.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-02-18T13:27:02.538Z] #41 29.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-18T13:27:02.538Z] #41 30.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2021-02-18T13:27:02.795Z] #54 32.62 Reading package lists... [2021-02-18T13:27:02.795Z] #54 ... [2021-02-18T13:27:02.795Z] [2021-02-18T13:27:02.795Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:02.795Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:02.795Z] #35 24.53 Fetched 8422 kB in 18s (475 kB/s) [2021-02-18T13:27:02.795Z] #35 24.53 Reading package lists... [2021-02-18T13:27:02.795Z] #35 31.70 Reading package lists... [2021-02-18T13:27:02.795Z] #35 ... [2021-02-18T13:27:02.795Z] [2021-02-18T13:27:02.795Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:02.795Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:02.795Z] #12 24.82 Fetched 8422 kB in 18s (466 kB/s) [2021-02-18T13:27:02.795Z] #12 24.82 Reading package lists... [2021-02-18T13:27:02.805Z] #41 30.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-02-18T13:27:02.805Z] #41 30.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-02-18T13:27:02.805Z] #41 30.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-02-18T13:27:02.805Z] #41 30.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-02-18T13:27:02.805Z] #41 30.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-02-18T13:27:02.805Z] #41 30.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2021-02-18T13:27:03.055Z] #12 32.04 Reading package lists... [2021-02-18T13:27:03.055Z] #12 ... [2021-02-18T13:27:03.055Z] [2021-02-18T13:27:03.055Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:03.055Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:03.055Z] #41 24.86 Fetched 8422 kB in 18s (469 kB/s) [2021-02-18T13:27:03.055Z] #41 24.86 Reading package lists... [2021-02-18T13:27:03.068Z] #41 30.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-02-18T13:27:03.068Z] #41 30.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T13:27:03.068Z] #41 30.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T13:27:03.068Z] #41 30.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-02-18T13:27:03.130Z] #50 19.81 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:27:03.130Z] #50 ... [2021-02-18T13:27:03.130Z] [2021-02-18T13:27:03.130Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:27:03.130Z] #23 sha256:3f5c54dba282979efd2a3274e8f504f0fc1de4d16e2feccc5cd59ddaddb66831 [2021-02-18T13:27:03.130Z] #23 19.21 + mkdir -p /build [2021-02-18T13:27:03.130Z] #23 19.21 + mv docker/docker /build/ [2021-02-18T13:27:03.130Z] #23 19.22 + rmdir docker [2021-02-18T13:27:03.130Z] #23 DONE 20.0s [2021-02-18T13:27:03.130Z] [2021-02-18T13:27:03.130Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:03.130Z] #63 sha256:cfccdb27644baa4e46b709fcbf383d73f13a351efbb046ebc781099cfe256c44 [2021-02-18T13:27:03.238Z] #19 1.697 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:27:03.238Z] #19 1.800 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:27:03.238Z] #19 1.809 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:27:03.392Z] #63 19.79 Checking out files: 51% (987/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) [2021-02-18T13:27:03.392Z] #63 ... [2021-02-18T13:27:03.392Z] [2021-02-18T13:27:03.392Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:03.392Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:03.392Z] #44 10.42 math [2021-02-18T13:27:03.392Z] #44 15.18 internal/testlog [2021-02-18T13:27:03.392Z] #44 15.48 encoding [2021-02-18T13:27:03.392Z] #44 15.62 unicode/utf16 [2021-02-18T13:27:03.392Z] #44 16.00 container/list [2021-02-18T13:27:03.392Z] #44 16.55 crypto/internal/subtle [2021-02-18T13:27:03.392Z] #44 16.68 crypto/subtle [2021-02-18T13:27:03.392Z] #44 16.83 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-18T13:27:03.392Z] #44 16.93 internal/nettrace [2021-02-18T13:27:03.392Z] #44 17.07 runtime/cgo [2021-02-18T13:27:03.617Z] #41 37.60 Building dependency tree... [2021-02-18T13:27:03.644Z] #41 ... [2021-02-18T13:27:03.644Z] [2021-02-18T13:27:03.644Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:03.644Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:03.644Z] #44 30.99 internal/reflectlite [2021-02-18T13:27:03.644Z] #44 30.99 sync [2021-02-18T13:27:03.652Z] #44 ... [2021-02-18T13:27:03.652Z] [2021-02-18T13:27:03.652Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:03.652Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:27:03.652Z] #50 20.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:27:03.811Z] #19 2.377 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:27:04.266Z] #44 31.72 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T13:27:04.586Z] #44 31.72 math/rand [2021-02-18T13:27:04.586Z] #44 31.72 internal/singleflight [2021-02-18T13:27:04.755Z] #19 3.465 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:27:05.036Z] #50 21.96 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:27:05.036Z] #50 ... [2021-02-18T13:27:05.036Z] [2021-02-18T13:27:05.036Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:05.036Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:05.036Z] #54 12.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:27:05.036Z] #54 14.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:27:05.036Z] #54 17.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:27:05.296Z] #54 ... [2021-02-18T13:27:05.296Z] [2021-02-18T13:27:05.296Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:05.296Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:27:05.296Z] #48 17.69 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:05.296Z] #48 17.69 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:05.296Z] #48 17.76 go: downloading github.com/fatih/color v1.7.0 [2021-02-18T13:27:05.296Z] #48 17.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:05.296Z] #48 17.97 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:05.296Z] #48 17.97 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:05.296Z] #48 18.30 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:05.296Z] #48 18.36 go: extracting github.com/fatih/color v1.7.0 [2021-02-18T13:27:05.296Z] #48 18.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:05.296Z] #48 18.40 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:05.296Z] #48 18.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:05.296Z] #48 18.43 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:05.296Z] #48 18.56 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:05.296Z] #48 18.56 go: downloading github.com/spf13/viper v1.6.1 [2021-02-18T13:27:05.296Z] #48 18.58 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:05.296Z] #48 18.69 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:05.296Z] #48 18.75 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:05.296Z] #48 18.84 go: extracting github.com/spf13/viper v1.6.1 [2021-02-18T13:27:05.296Z] #48 18.93 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:05.296Z] #48 18.98 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:27:05.296Z] #48 19.04 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-18T13:27:05.296Z] #48 19.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:05.296Z] #48 19.04 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:05.296Z] #48 19.34 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:05.296Z] #48 19.34 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:05.296Z] #48 19.83 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:05.296Z] #48 19.83 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:05.296Z] #48 19.94 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:05.296Z] #48 20.43 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:05.296Z] #48 20.43 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:05.296Z] #48 20.53 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:05.296Z] #48 20.57 go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T13:27:05.296Z] #48 20.66 go: extracting github.com/pkg/errors v0.8.1 [2021-02-18T13:27:05.296Z] #48 22.07 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:05.509Z] #41 41.39 The following additional packages will be installed: [2021-02-18T13:27:05.509Z] #41 41.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T13:27:05.509Z] #41 41.40 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T13:27:05.557Z] #48 ... [2021-02-18T13:27:05.557Z] [2021-02-18T13:27:05.557Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:05.557Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:05.557Z] #41 12.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:27:05.557Z] #41 ... [2021-02-18T13:27:05.557Z] [2021-02-18T13:27:05.557Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:05.557Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:05.557Z] #12 12.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:27:05.557Z] #12 15.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:27:05.766Z] #41 41.43 Suggested packages: [2021-02-18T13:27:05.766Z] #41 41.43 manpages-dev python-setuptools [2021-02-18T13:27:05.817Z] #12 ... [2021-02-18T13:27:05.817Z] [2021-02-18T13:27:05.817Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:05.817Z] #63 sha256:cfccdb27644baa4e46b709fcbf383d73f13a351efbb046ebc781099cfe256c44 [2021-02-18T13:27:05.817Z] #63 19.79 Checking out files: 51% (987/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-18T13:27:05.817Z] #63 20.66 + cd /tmp/tmp.kZUTAsel5X/src/github.com/docker/libnetwork [2021-02-18T13:27:05.817Z] #63 20.66 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-18T13:27:05.817Z] #63 21.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-18T13:27:05.999Z] #44 33.24 io [2021-02-18T13:27:05.999Z] #44 33.26 strconv [2021-02-18T13:27:05.999Z] #44 33.26 vendor/golang.org/x/net/dns/dnsmessage [2021-02-18T13:27:05.999Z] #44 33.26 syscall [2021-02-18T13:27:06.023Z] #41 ... [2021-02-18T13:27:06.023Z] [2021-02-18T13:27:06.023Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:06.023Z] #63 sha256:d222064ad54bdd577d03cadfdb5b3d63b7ea8e240111b5554bbb096552d63417 [2021-02-18T13:27:06.023Z] #63 DONE 41.8s [2021-02-18T13:27:06.023Z] [2021-02-18T13:27:06.023Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:06.023Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:06.023Z] #44 38.42 sync [2021-02-18T13:27:06.023Z] #44 38.44 internal/reflectlite [2021-02-18T13:27:06.023Z] #44 40.04 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T13:27:06.023Z] #44 40.38 math/rand [2021-02-18T13:27:06.023Z] #44 41.82 internal/singleflight [2021-02-18T13:27:06.023Z] #44 41.91 io [2021-02-18T13:27:06.350Z] #41 32.17 Reading package lists... [2021-02-18T13:27:06.350Z] #41 ... [2021-02-18T13:27:06.350Z] [2021-02-18T13:27:06.350Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:06.350Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:27:06.351Z] #48 37.79 go: extracting golang.org/x/text v0.3.2 [2021-02-18T13:27:06.674Z] #19 5.016 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:27:06.770Z] #63 ... [2021-02-18T13:27:06.770Z] [2021-02-18T13:27:06.770Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:06.770Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:06.770Z] #35 13.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:27:06.770Z] #35 15.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:27:06.770Z] #35 ... [2021-02-18T13:27:06.770Z] [2021-02-18T13:27:06.770Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:06.770Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:27:06.770Z] #50 23.38 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-18T13:27:06.770Z] #50 23.53 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-18T13:27:06.770Z] #50 23.72 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-18T13:27:06.770Z] #50 23.72 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-18T13:27:06.952Z] #44 42.57 strconv [2021-02-18T13:27:07.029Z] #44 34.39 bytes [2021-02-18T13:27:07.246Z] #19 ... [2021-02-18T13:27:07.246Z] [2021-02-18T13:27:07.246Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:27:07.246Z] #52 sha256:20fc7f2eae83db6da747c1aff760a50e3ad4ec4cdde39e434cb260b2f80e359c [2021-02-18T13:27:07.246Z] #52 11.73 + cd /tmp/tmp.cQu3qcIMcY/src/github.com/opencontainers/runc [2021-02-18T13:27:07.246Z] #52 11.73 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:27:07.246Z] #52 12.41 + '[' -z '' ']' [2021-02-18T13:27:07.246Z] #52 12.41 + target=static [2021-02-18T13:27:07.246Z] #52 12.41 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T13:27:07.246Z] #52 12.86 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 . [2021-02-18T13:27:07.292Z] #44 ... [2021-02-18T13:27:07.292Z] [2021-02-18T13:27:07.292Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:07.292Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:27:07.292Z] #48 24.58 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:07.292Z] #48 24.62 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:07.292Z] #48 24.66 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:07.292Z] #48 24.67 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:07.292Z] #48 24.69 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:07.292Z] #48 26.44 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:07.292Z] #48 28.09 go: extracting golang.org/x/text v0.3.2 [2021-02-18T13:27:07.292Z] #48 32.14 go: finding github.com/fatih/color v1.7.0 [2021-02-18T13:27:07.292Z] #48 32.14 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:07.292Z] #48 32.22 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:07.292Z] #48 32.22 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:07.292Z] #48 32.43 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:07.292Z] #48 32.43 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:07.292Z] #48 32.54 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T13:27:07.292Z] #48 32.57 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:07.292Z] #48 32.70 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:07.292Z] #48 32.83 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T13:27:07.292Z] #48 32.84 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:07.292Z] #48 32.87 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:07.292Z] #48 32.99 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:07.292Z] #48 33.10 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.11 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:07.292Z] #48 33.23 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.37 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.37 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.37 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:07.292Z] #48 33.56 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:07.292Z] #48 33.81 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:07.292Z] #48 33.83 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:07.292Z] #48 33.83 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:07.292Z] #48 33.85 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:07.292Z] #48 34.58 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:07.293Z] #48 34.59 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:07.293Z] #48 34.59 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:07.293Z] #48 34.59 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:07.293Z] #48 34.59 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:07.558Z] #48 ... [2021-02-18T13:27:07.558Z] [2021-02-18T13:27:07.558Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:27:07.558Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:27:07.558Z] #28 27.19 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-18T13:27:07.558Z] #28 27.57 [2021-02-18T13:27:07.558Z] #28 27.84 ################################## 48.2% ######################################################################## 100.0% [2021-02-18T13:27:07.558Z] #28 28.00 [2021-02-18T13:27:07.558Z] #28 28.78 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-18T13:27:07.558Z] #28 29.29 #=#=# [2021-02-18T13:27:07.558Z] #28 29.50 ######################################################################## 100.0% [2021-02-18T13:27:07.558Z] #28 29.63 [2021-02-18T13:27:07.558Z] #28 29.72 Download of images into '/build' complete. [2021-02-18T13:27:07.558Z] #28 29.72 Use something like the following to load the result into a Docker daemon: [2021-02-18T13:27:07.558Z] #28 29.72 tar -cC '/build' . | docker load [2021-02-18T13:27:07.558Z] #28 ... [2021-02-18T13:27:07.558Z] [2021-02-18T13:27:07.558Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:07.558Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T13:27:07.558Z] #31 33.96 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T13:27:07.558Z] #31 34.62 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:07.710Z] #50 24.57 runtime [2021-02-18T13:27:07.710Z] #50 24.66 runtime/cgo [2021-02-18T13:27:07.729Z] #48 ... [2021-02-18T13:27:07.729Z] [2021-02-18T13:27:07.729Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:07.729Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:27:07.729Z] #44 29.38 vendor/golang.org/x/crypto/curve25519 [2021-02-18T13:27:07.729Z] #44 ... [2021-02-18T13:27:07.729Z] [2021-02-18T13:27:07.729Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:07.729Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:07.729Z] #54 32.62 Reading package lists... [2021-02-18T13:27:07.882Z] #44 43.50 bytes [2021-02-18T13:27:07.882Z] #44 ... [2021-02-18T13:27:07.882Z] [2021-02-18T13:27:07.882Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:07.882Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:07.882Z] #41 43.15 The following NEW packages will be installed: [2021-02-18T13:27:07.882Z] #41 43.16 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T13:27:07.882Z] #41 43.16 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T13:27:07.882Z] #41 43.16 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T13:27:07.882Z] #41 43.17 python-six zlib1g-dev [2021-02-18T13:27:07.882Z] #41 43.55 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:07.882Z] #41 43.55 Need to get 4095 kB of archives. [2021-02-18T13:27:07.882Z] #41 43.55 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T13:27:07.882Z] #41 43.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T13:27:07.882Z] #41 43.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:27:07.882Z] #41 43.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-18T13:27:07.882Z] #41 43.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:27:07.882Z] #41 43.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T13:27:07.882Z] #41 43.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:27:07.882Z] #41 43.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T13:27:07.882Z] #41 43.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-18T13:27:07.882Z] #41 43.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T13:27:07.882Z] #41 43.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T13:27:07.882Z] #41 43.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T13:27:08.138Z] #41 43.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T13:27:08.138Z] #41 44.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-18T13:27:08.138Z] #41 44.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-18T13:27:08.138Z] #41 44.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T13:27:08.138Z] #41 44.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T13:27:08.138Z] #41 44.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T13:27:08.509Z] #31 ... [2021-02-18T13:27:08.509Z] [2021-02-18T13:27:08.509Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:08.509Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T13:27:08.509Z] #54 20.56 Reading package lists... [2021-02-18T13:27:08.509Z] #54 26.12 Building dependency tree... [2021-02-18T13:27:08.509Z] #54 28.83 The following additional packages will be installed: [2021-02-18T13:27:08.509Z] #54 28.84 libbtrfs0 [2021-02-18T13:27:08.509Z] #54 29.03 The following NEW packages will be installed: [2021-02-18T13:27:08.509Z] #54 29.03 libbtrfs-dev libbtrfs0 [2021-02-18T13:27:08.509Z] #54 29.41 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:08.509Z] #54 29.41 Need to get 119 kB of archives. [2021-02-18T13:27:08.509Z] #54 29.41 After this operation, 387 kB of additional disk space will be used. [2021-02-18T13:27:08.509Z] #54 29.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-18T13:27:08.509Z] #54 29.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-18T13:27:08.509Z] #54 31.08 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:08.509Z] #54 31.65 Fetched 119 kB in 0s (438 kB/s) [2021-02-18T13:27:08.509Z] #54 33.81 Selecting previously unselected package libbtrfs0. [2021-02-18T13:27:08.509Z] #54 33.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:08.509Z] #54 33.86 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-18T13:27:08.509Z] #54 35.66 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:08.509Z] #54 ... [2021-02-18T13:27:08.509Z] [2021-02-18T13:27:08.509Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:08.509Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:27:08.509Z] #35 24.75 Building dependency tree... [2021-02-18T13:27:08.509Z] #35 27.16 The following additional packages will be installed: [2021-02-18T13:27:08.509Z] #35 27.17 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T13:27:08.509Z] #35 27.18 Suggested packages: [2021-02-18T13:27:08.509Z] #35 27.19 cmake-doc ninja-build lrzip [2021-02-18T13:27:08.509Z] #35 27.19 Recommended packages: [2021-02-18T13:27:08.509Z] #35 27.19 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T13:27:08.509Z] #35 28.04 The following NEW packages will be installed: [2021-02-18T13:27:08.509Z] #35 28.05 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T13:27:08.509Z] #35 28.05 vim-common xxd [2021-02-18T13:27:08.509Z] #35 28.51 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:08.509Z] #35 28.51 Need to get 14.2 MB of archives. [2021-02-18T13:27:08.509Z] #35 28.51 After this operation, 60.0 MB of additional disk space will be used. [2021-02-18T13:27:08.509Z] #35 28.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-18T13:27:08.509Z] #35 28.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:27:08.509Z] #35 28.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T13:27:08.509Z] #35 28.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-18T13:27:08.509Z] #35 29.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-02-18T13:27:08.509Z] #35 29.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-02-18T13:27:08.509Z] #35 29.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-02-18T13:27:08.509Z] #35 29.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-02-18T13:27:08.509Z] #35 29.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-02-18T13:27:08.509Z] #35 29.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-02-18T13:27:08.509Z] #35 31.34 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:08.509Z] #35 31.89 Fetched 14.2 MB in 2s (8751 kB/s) [2021-02-18T13:27:08.509Z] #35 33.10 Selecting previously unselected package xxd. [2021-02-18T13:27:08.509Z] #35 33.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:08.509Z] #35 33.23 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T13:27:08.509Z] #35 34.13 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:27:08.701Z] #41 ... [2021-02-18T13:27:08.701Z] [2021-02-18T13:27:08.701Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:08.701Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:08.701Z] #54 31.07 Reading package lists... [2021-02-18T13:27:08.701Z] #54 37.68 Building dependency tree... [2021-02-18T13:27:08.701Z] #54 41.15 The following additional packages will be installed: [2021-02-18T13:27:08.701Z] #54 41.16 libbtrfs0 [2021-02-18T13:27:08.701Z] #54 41.42 The following NEW packages will be installed: [2021-02-18T13:27:08.701Z] #54 41.42 libbtrfs-dev libbtrfs0 [2021-02-18T13:27:08.701Z] #54 42.00 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:08.701Z] #54 42.00 Need to get 119 kB of archives. [2021-02-18T13:27:08.701Z] #54 42.00 After this operation, 387 kB of additional disk space will be used. [2021-02-18T13:27:08.701Z] #54 42.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:08.701Z] #54 42.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:08.701Z] #54 43.44 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:08.701Z] #54 43.67 Fetched 119 kB in 0s (324 kB/s) [2021-02-18T13:27:08.701Z] #54 43.85 Selecting previously unselected package libbtrfs0. [2021-02-18T13:27:08.701Z] #54 43.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:08.701Z] #54 43.95 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:27:08.702Z] #54 43.98 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:08.702Z] #54 44.08 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:27:08.702Z] #54 44.08 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:27:08.702Z] #54 44.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:08.702Z] #54 44.32 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:08.702Z] #54 44.34 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:08.702Z] #54 44.35 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:08.702Z] #54 DONE 44.7s [2021-02-18T13:27:08.772Z] #35 ... [2021-02-18T13:27:08.772Z] [2021-02-18T13:27:08.772Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:08.772Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:08.772Z] #12 25.13 Building dependency tree... [2021-02-18T13:27:08.772Z] #12 27.67 The following additional packages will be installed: [2021-02-18T13:27:08.772Z] #12 27.68 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T13:27:08.772Z] #12 27.72 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T13:27:08.772Z] #12 27.72 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T13:27:08.772Z] #12 27.72 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T13:27:08.772Z] #12 27.72 mingw-w64-x86-64-dev [2021-02-18T13:27:08.772Z] #12 27.74 Suggested packages: [2021-02-18T13:27:08.772Z] #12 27.74 gcc-8-locales seccomp wine64 [2021-02-18T13:27:08.772Z] #12 29.10 The following NEW packages will be installed: [2021-02-18T13:27:08.772Z] #12 29.11 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T13:27:08.772Z] #12 29.11 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T13:27:08.772Z] #12 29.11 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T13:27:08.772Z] #12 29.11 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T13:27:08.772Z] #12 29.11 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T13:27:08.772Z] #12 29.12 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T13:27:08.772Z] #12 29.12 The following packages will be upgraded: [2021-02-18T13:27:08.772Z] #12 29.13 libsystemd0 libudev1 [2021-02-18T13:27:08.772Z] #12 29.48 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:27:08.772Z] #12 29.48 Need to get 73.8 MB of archives. [2021-02-18T13:27:08.772Z] #12 29.48 After this operation, 472 MB of additional disk space will be used. [2021-02-18T13:27:08.772Z] #12 29.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-02-18T13:27:08.772Z] #12 29.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-02-18T13:27:08.772Z] #12 29.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-02-18T13:27:08.772Z] #12 29.77 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-02-18T13:27:08.772Z] #12 30.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T13:27:08.772Z] #12 30.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-02-18T13:27:08.772Z] #12 30.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-02-18T13:27:08.772Z] #12 30.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T13:27:08.772Z] #12 30.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T13:27:08.772Z] #12 30.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T13:27:08.773Z] #12 30.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-02-18T13:27:08.773Z] #12 34.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-02-18T13:27:08.773Z] #12 ... [2021-02-18T13:27:08.773Z] [2021-02-18T13:27:08.773Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:08.773Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:08.773Z] #44 36.19 reflect [2021-02-18T13:27:08.961Z] [2021-02-18T13:27:08.961Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:08.961Z] #55 sha256:987114d2c554d720f6725a786251168661a6802a8697e366fbfb8b330b0f04fc [2021-02-18T13:27:09.093Z] #50 ... [2021-02-18T13:27:09.093Z] [2021-02-18T13:27:09.093Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:09.093Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:27:09.093Z] #33 15.93 runtime/cgo [2021-02-18T13:27:09.093Z] #33 ... [2021-02-18T13:27:09.093Z] [2021-02-18T13:27:09.093Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:27:09.093Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:27:09.093Z] #39 25.45 Checking out files: 84% (1421/1681) Checking out files: 85% (1429/1681) Checking out files: 86% (1446/1681) Checking out files: 87% (1463/1681) Checking out files: 88% (1480/1681) Checking out files: 89% (1497/1681) Checking out files: 90% (1513/1681) Checking out files: 91% (1530/1681) Checking out files: 92% (1547/1681) Checking out files: 93% (1564/1681) Checking out files: 94% (1581/1681) Checking out files: 95% (1597/1681) Checking out files: 96% (1614/1681) Checking out files: 97% (1631/1681) Checking out files: 98% (1648/1681) Checking out files: 99% (1665/1681) Checking out files: 100% (1681/1681) Checking out files: 100% (1681/1681), done. [2021-02-18T13:27:09.093Z] #39 25.72 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-18T13:27:09.110Z] #54 39.32 Building dependency tree... [2021-02-18T13:27:09.722Z] #44 37.17 bufio [2021-02-18T13:27:10.025Z] #44 37.32 regexp/syntax [2021-02-18T13:27:10.348Z] #55 1.190 + RM_GOPATH=0 [2021-02-18T13:27:10.348Z] #55 1.190 + TMP_GOPATH= [2021-02-18T13:27:10.348Z] #55 1.190 + : /build [2021-02-18T13:27:10.348Z] #55 1.190 + '[' -z '' ']' [2021-02-18T13:27:10.348Z] #55 1.190 ++ mktemp -d [2021-02-18T13:27:10.348Z] #55 1.198 + export GOPATH=/tmp/tmp.Zb7ZhIPL6K [2021-02-18T13:27:10.348Z] #55 1.198 + GOPATH=/tmp/tmp.Zb7ZhIPL6K [2021-02-18T13:27:10.348Z] #55 1.198 + RM_GOPATH=1 [2021-02-18T13:27:10.348Z] #55 1.198 + case "$(go env GOARCH)" in [2021-02-18T13:27:10.348Z] #55 1.200 ++ go env GOARCH [2021-02-18T13:27:10.348Z] #55 1.228 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:10.348Z] #55 1.228 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:10.348Z] #55 1.229 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:10.348Z] #55 1.239 + dir=/tmp/install [2021-02-18T13:27:10.348Z] #55 1.239 + bin=containerd [2021-02-18T13:27:10.348Z] #55 1.239 + shift [2021-02-18T13:27:10.348Z] #55 1.240 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T13:27:10.348Z] #55 1.241 + . /tmp/install/containerd.installer [2021-02-18T13:27:10.348Z] #55 1.241 ++ set -e [2021-02-18T13:27:10.348Z] #55 1.242 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:10.348Z] #55 1.242 + install_containerd [2021-02-18T13:27:10.348Z] #55 1.243 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T13:27:10.348Z] #55 1.244 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:10.348Z] #55 1.244 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Zb7ZhIPL6K/src/github.com/containerd/containerd [2021-02-18T13:27:10.348Z] #55 1.248 Cloning into '/tmp/tmp.Zb7ZhIPL6K/src/github.com/containerd/containerd'... [2021-02-18T13:27:11.019Z] #54 ... [2021-02-18T13:27:11.019Z] [2021-02-18T13:27:11.019Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:11.019Z] #63 sha256:acb1591bcbac9999aa1ed54151c3539f081c29d35a7d98867b9a72cd748c3c92 [2021-02-18T13:27:11.019Z] #63 DONE 42.5s [2021-02-18T13:27:11.019Z] [2021-02-18T13:27:11.019Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:11.019Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:27:11.019Z] #48 42.78 go: finding github.com/fatih/color v1.7.0 [2021-02-18T13:27:11.019Z] #48 42.83 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:11.019Z] #48 42.83 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:11.019Z] #48 42.84 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:11.019Z] #48 42.96 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:11.019Z] #48 43.00 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:11.019Z] #48 43.02 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:11.278Z] #48 43.04 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:11.278Z] #48 43.07 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T13:27:11.278Z] #48 43.24 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:11.278Z] #48 43.27 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:11.419Z] #44 ... [2021-02-18T13:27:11.419Z] [2021-02-18T13:27:11.419Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-18T13:27:11.419Z] #28 sha256:143f6bd47f6d6e5e8285d014971769ae5793da6347077a0c0c21f490bd727d7b [2021-02-18T13:27:11.419Z] #28 DONE 39.3s [2021-02-18T13:27:11.419Z] [2021-02-18T13:27:11.419Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:11.419Z] #63 sha256:6f7f4688ffe4d8944b90488066cd0cc4eb1585348d12eefdff69a63f36cf9595 [2021-02-18T13:27:11.419Z] #63 DONE 38.5s [2021-02-18T13:27:11.419Z] [2021-02-18T13:27:11.419Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:11.419Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:27:11.419Z] #48 35.10 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:11.419Z] #48 35.12 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:11.419Z] #48 35.14 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:11.419Z] #48 35.15 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:11.419Z] #48 35.37 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:11.419Z] #48 35.39 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:11.419Z] #48 35.42 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:11.419Z] #48 35.42 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:11.419Z] #48 35.79 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:11.419Z] #48 35.80 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T13:27:11.419Z] #48 35.81 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:11.419Z] #48 35.82 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T13:27:11.419Z] #48 36.13 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:11.419Z] #48 36.16 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:11.419Z] #48 36.16 go: finding golang.org/x/text v0.3.2 [2021-02-18T13:27:11.419Z] #48 36.17 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:11.419Z] #48 36.20 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:11.419Z] #48 36.22 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:11.419Z] #48 36.24 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:11.419Z] #48 36.24 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:11.419Z] #48 36.26 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:11.419Z] #48 36.27 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:11.419Z] #48 36.28 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:11.419Z] #48 36.30 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:11.419Z] #48 36.31 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:11.419Z] #48 36.33 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:11.419Z] #48 36.34 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:11.419Z] #48 36.35 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:11.419Z] #48 36.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:11.419Z] #48 36.39 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:11.419Z] #48 36.41 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:11.419Z] #48 36.41 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:11.419Z] #48 36.42 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:11.419Z] #48 36.46 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:11.419Z] #48 36.47 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:11.419Z] #48 36.55 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:11.419Z] #48 36.61 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:11.419Z] #48 36.90 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:11.419Z] #48 37.11 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:11.419Z] #48 37.23 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:11.419Z] #48 37.52 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:11.419Z] #48 37.52 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:11.419Z] #48 37.61 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:11.419Z] #48 37.73 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:11.460Z] #52 ... [2021-02-18T13:27:11.460Z] [2021-02-18T13:27:11.460Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:11.460Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:11.460Z] #42 58.51 CC criu/arch/x86/crtools.o [2021-02-18T13:27:11.460Z] #42 59.91 CC criu/arch/x86/kerndat.o [2021-02-18T13:27:11.460Z] #42 60.53 CC criu/arch/x86/sigaction_compat.o [2021-02-18T13:27:11.460Z] #42 60.86 CC criu/arch/x86/sigframe.o [2021-02-18T13:27:11.460Z] #42 61.17 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T13:27:11.460Z] #42 61.24 DEP criu/pie/util-vdso-elf32.d [2021-02-18T13:27:11.460Z] #42 61.45 DEP criu/pie/util-vdso.d [2021-02-18T13:27:11.460Z] #42 61.61 DEP criu/pie/util.d [2021-02-18T13:27:11.460Z] #42 61.77 CC criu/pie/util.o [2021-02-18T13:27:11.460Z] #42 62.06 CC criu/pie/util-vdso.o [2021-02-18T13:27:11.460Z] #42 62.84 CC criu/pie/util-vdso-elf32.o [2021-02-18T13:27:11.460Z] #42 63.62 AR criu/pie/pie.lib.a [2021-02-18T13:27:11.460Z] #42 63.68 DEP criu/pie/restorer.d [2021-02-18T13:27:11.460Z] #42 63.97 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T13:27:11.460Z] #42 64.16 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T13:27:11.460Z] #42 64.18 DEP criu/arch/x86/restorer.d [2021-02-18T13:27:11.460Z] #42 64.36 DEP criu/arch/x86/vdso-pie.d [2021-02-18T13:27:11.460Z] #42 64.47 DEP criu/pie/parasite-vdso.d [2021-02-18T13:27:11.460Z] #42 64.63 DEP criu/pie/parasite.d [2021-02-18T13:27:11.460Z] #42 64.90 CC criu/pie/parasite.o [2021-02-18T13:27:11.460Z] #42 66.19 LINK criu/pie/parasite.built-in.o [2021-02-18T13:27:11.460Z] #42 66.22 GEN criu/pie/parasite-blob.h [2021-02-18T13:27:11.460Z] #42 66.22 CC criu/pie/parasite-vdso.o [2021-02-18T13:27:11.460Z] #42 66.85 CC criu/arch/x86/vdso-pie.o [2021-02-18T13:27:11.460Z] #42 67.24 CC criu/arch/x86/restorer.o [2021-02-18T13:27:11.460Z] #42 67.85 CC criu/arch/x86/restorer_unmap.o [2021-02-18T13:27:11.460Z] #42 67.92 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T13:27:11.538Z] #48 43.32 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:11.538Z] #48 43.36 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:11.538Z] #48 43.40 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:11.538Z] #48 43.45 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:11.538Z] #48 43.45 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:11.538Z] #48 43.48 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:11.538Z] #48 43.56 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:11.538Z] #48 43.56 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:11.538Z] #48 43.57 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T13:27:11.538Z] #48 43.61 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:11.635Z] #39 28.32 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-18T13:27:11.717Z] #55 ... [2021-02-18T13:27:11.717Z] [2021-02-18T13:27:11.717Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:11.717Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:27:11.717Z] #48 37.48 go: extracting golang.org/x/text v0.3.2 [2021-02-18T13:27:11.717Z] #48 42.94 go: finding github.com/fatih/color v1.7.0 [2021-02-18T13:27:11.717Z] #48 43.04 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:11.717Z] #48 43.07 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:11.717Z] #48 43.10 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:11.717Z] #48 43.16 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:11.717Z] #48 43.22 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:11.717Z] #48 43.27 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:11.717Z] #48 43.27 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T13:27:11.717Z] #48 43.31 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:11.717Z] #48 43.32 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.33 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:11.717Z] #48 43.33 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:11.717Z] #48 43.36 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.36 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.37 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:11.717Z] #48 43.38 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:11.717Z] #48 43.39 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.40 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.43 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.43 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T13:27:11.717Z] #48 43.43 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.45 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:11.717Z] #48 43.62 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.65 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:11.717Z] #48 43.66 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:11.717Z] #48 43.71 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:11.717Z] #48 43.77 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:11.717Z] #48 43.80 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:11.717Z] #48 43.80 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:11.717Z] #48 43.90 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:11.717Z] #48 44.00 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:11.717Z] #48 44.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:11.717Z] #48 44.15 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:11.717Z] #48 44.15 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:11.717Z] #48 44.17 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:11.718Z] #48 44.28 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:11.718Z] #48 44.28 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:11.718Z] #48 44.31 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:11.718Z] #48 44.49 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:11.718Z] #48 44.50 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T13:27:11.718Z] #48 44.51 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T13:27:11.718Z] #48 44.53 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:11.718Z] #48 44.56 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:11.718Z] #48 44.58 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:11.718Z] #48 44.59 go: finding golang.org/x/text v0.3.2 [2021-02-18T13:27:11.718Z] #48 44.60 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:11.718Z] #48 44.65 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:11.718Z] #48 44.75 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:11.718Z] #48 44.84 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:11.718Z] #48 44.89 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:11.718Z] #48 45.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:11.718Z] #48 45.06 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:11.718Z] #48 45.07 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:11.718Z] #48 45.09 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:11.718Z] #48 45.12 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:11.718Z] #48 45.14 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:11.718Z] #48 45.23 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:11.718Z] #48 45.24 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:11.718Z] #48 45.25 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:11.718Z] #48 45.32 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:11.718Z] #48 45.46 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:11.718Z] #48 45.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:11.718Z] #48 45.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:11.718Z] #48 45.53 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:11.718Z] #48 45.56 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:11.718Z] #48 45.56 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:11.718Z] #48 45.58 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:11.718Z] #48 45.69 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:11.718Z] #48 45.72 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:11.718Z] #48 45.96 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:11.718Z] #48 45.99 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:11.718Z] #48 45.99 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:11.718Z] #48 46.06 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:11.718Z] #48 46.08 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:11.718Z] #48 ... [2021-02-18T13:27:11.718Z] [2021-02-18T13:27:11.718Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:11.718Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:11.718Z] #41 45.47 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:11.718Z] #41 45.77 Fetched 4095 kB in 1s (5175 kB/s) [2021-02-18T13:27:11.718Z] #41 45.88 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T13:27:11.718Z] #41 45.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:11.718Z] #41 45.94 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 45.95 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:11.718Z] #41 46.09 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:27:11.718Z] #41 46.09 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 46.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:11.718Z] #41 46.25 Selecting previously unselected package libnet1-dev. [2021-02-18T13:27:11.718Z] #41 46.28 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 46.29 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:11.718Z] #41 46.51 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:27:11.718Z] #41 46.51 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 46.52 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:11.718Z] #41 46.70 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T13:27:11.718Z] #41 46.73 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 46.75 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:11.718Z] #41 47.05 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:27:11.718Z] #41 47.06 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 47.07 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:11.718Z] #41 47.17 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T13:27:11.718Z] #41 47.17 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 47.18 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:11.718Z] #41 47.31 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T13:27:11.718Z] #41 47.33 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T13:27:11.718Z] #41 47.35 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:11.797Z] #48 43.66 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:11.797Z] #48 43.81 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:11.977Z] #41 47.67 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T13:27:11.977Z] #41 47.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:11.977Z] #41 47.68 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:11.977Z] #41 ... [2021-02-18T13:27:11.977Z] [2021-02-18T13:27:11.977Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:11.977Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:11.977Z] #12 31.53 Reading package lists... [2021-02-18T13:27:11.977Z] #12 38.16 Building dependency tree... [2021-02-18T13:27:11.977Z] #12 41.89 The following additional packages will be installed: [2021-02-18T13:27:11.977Z] #12 41.89 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T13:27:11.977Z] #12 41.89 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T13:27:11.977Z] #12 41.89 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T13:27:11.977Z] #12 41.89 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T13:27:11.977Z] #12 41.89 mingw-w64-x86-64-dev [2021-02-18T13:27:11.977Z] #12 41.92 Suggested packages: [2021-02-18T13:27:11.977Z] #12 41.92 gcc-8-locales seccomp wine64 [2021-02-18T13:27:11.977Z] #12 43.83 The following NEW packages will be installed: [2021-02-18T13:27:11.977Z] #12 43.84 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T13:27:11.977Z] #12 43.85 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T13:27:11.977Z] #12 43.87 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T13:27:11.977Z] #12 43.87 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T13:27:11.977Z] #12 43.87 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T13:27:11.977Z] #12 43.88 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T13:27:11.977Z] #12 43.88 The following packages will be upgraded: [2021-02-18T13:27:11.977Z] #12 43.90 libsystemd0 libudev1 [2021-02-18T13:27:11.977Z] #12 44.35 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:27:11.977Z] #12 44.35 Need to get 78.2 MB of archives. [2021-02-18T13:27:11.977Z] #12 44.35 After this operation, 487 MB of additional disk space will be used. [2021-02-18T13:27:11.977Z] #12 44.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T13:27:11.977Z] #12 44.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T13:27:11.977Z] #12 44.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-18T13:27:11.977Z] #12 44.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-02-18T13:27:11.977Z] #12 45.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T13:27:11.977Z] #12 45.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-18T13:27:11.977Z] #12 45.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T13:27:11.977Z] #12 45.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T13:27:11.977Z] #12 45.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T13:27:11.977Z] #12 46.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T13:27:11.977Z] #12 46.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-02-18T13:27:12.043Z] #42 68.23 CC criu/pie/restorer.o [2021-02-18T13:27:12.058Z] #48 43.84 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:12.058Z] #48 43.84 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:12.058Z] #48 43.89 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:12.058Z] #48 43.92 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:12.058Z] #48 43.95 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:12.058Z] #48 43.95 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:12.058Z] #48 43.99 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:12.234Z] #12 ... [2021-02-18T13:27:12.234Z] [2021-02-18T13:27:12.234Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:12.234Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:12.234Z] #35 31.13 Reading package lists... [2021-02-18T13:27:12.234Z] #35 38.11 Building dependency tree... [2021-02-18T13:27:12.234Z] #35 41.53 The following additional packages will be installed: [2021-02-18T13:27:12.234Z] #35 41.56 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T13:27:12.234Z] #35 41.59 Suggested packages: [2021-02-18T13:27:12.234Z] #35 41.59 cmake-doc ninja-build lrzip [2021-02-18T13:27:12.234Z] #35 41.59 Recommended packages: [2021-02-18T13:27:12.234Z] #35 41.59 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T13:27:12.234Z] #35 42.97 The following NEW packages will be installed: [2021-02-18T13:27:12.234Z] #35 42.97 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T13:27:12.234Z] #35 42.97 vim-common xxd [2021-02-18T13:27:12.234Z] #35 43.37 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:12.234Z] #35 43.37 Need to get 14.9 MB of archives. [2021-02-18T13:27:12.234Z] #35 43.37 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T13:27:12.234Z] #35 43.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:27:12.234Z] #35 43.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:27:12.234Z] #35 43.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T13:27:12.234Z] #35 43.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:27:12.234Z] #35 44.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T13:27:12.234Z] #35 44.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T13:27:12.234Z] #35 44.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T13:27:12.234Z] #35 44.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T13:27:12.234Z] #35 44.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T13:27:12.234Z] #35 44.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T13:27:12.234Z] #35 46.48 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:12.234Z] #35 46.68 Fetched 14.9 MB in 2s (7179 kB/s) [2021-02-18T13:27:12.234Z] #35 46.79 Selecting previously unselected package xxd. [2021-02-18T13:27:12.234Z] #35 46.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:12.234Z] #35 46.86 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:27:12.234Z] #35 46.87 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:27:12.234Z] #35 47.04 Selecting previously unselected package vim-common. [2021-02-18T13:27:12.234Z] #35 47.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:12.234Z] #35 47.11 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:12.234Z] #35 47.49 Selecting previously unselected package cmake-data. [2021-02-18T13:27:12.234Z] #35 47.49 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T13:27:12.234Z] #35 47.52 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T13:27:12.304Z] #42 ... [2021-02-18T13:27:12.304Z] [2021-02-18T13:27:12.305Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:12.305Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:12.305Z] #19 10.76 Fetched 8422 kB in 9s (904 kB/s) [2021-02-18T13:27:12.318Z] #48 44.11 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:12.318Z] #48 44.12 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:12.318Z] #48 44.18 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:12.318Z] #48 44.19 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:12.318Z] #48 44.22 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:12.318Z] #48 44.24 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:12.318Z] #48 44.25 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:12.318Z] #48 44.26 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:12.318Z] #48 44.29 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T13:27:12.318Z] #48 44.30 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:12.318Z] #48 44.34 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T13:27:12.318Z] #48 44.36 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:12.318Z] #48 44.40 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:12.371Z] #48 ... [2021-02-18T13:27:12.371Z] [2021-02-18T13:27:12.371Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:12.371Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-18T13:27:12.371Z] #54 36.31 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:27:12.371Z] #54 36.31 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-18T13:27:12.371Z] #54 36.33 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:12.371Z] #54 38.05 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:12.371Z] #54 38.48 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:12.371Z] #54 38.56 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:12.371Z] #54 DONE 39.4s [2021-02-18T13:27:12.371Z] [2021-02-18T13:27:12.371Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:12.371Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:12.371Z] #12 37.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-02-18T13:27:12.371Z] #12 37.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-02-18T13:27:12.371Z] #12 37.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-18T13:27:12.371Z] #12 37.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-18T13:27:12.371Z] #12 37.51 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-02-18T13:27:12.371Z] #12 37.51 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-02-18T13:27:12.371Z] #12 37.52 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-02-18T13:27:12.371Z] #12 37.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-02-18T13:27:12.371Z] #12 37.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-02-18T13:27:12.371Z] #12 37.66 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-02-18T13:27:12.371Z] #12 37.66 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-02-18T13:27:12.371Z] #12 37.69 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-02-18T13:27:12.371Z] #12 37.70 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-02-18T13:27:12.371Z] #12 37.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2021-02-18T13:27:12.371Z] #12 37.74 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-02-18T13:27:12.371Z] #12 39.16 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:12.371Z] #12 39.29 Fetched 73.8 MB in 9s (8628 kB/s) [2021-02-18T13:27:12.371Z] #12 39.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:12.490Z] #35 ... [2021-02-18T13:27:12.490Z] [2021-02-18T13:27:12.490Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:12.490Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:27:12.490Z] #33 37.95 internal/reflectlite [2021-02-18T13:27:12.490Z] #33 37.98 sync [2021-02-18T13:27:12.490Z] #33 40.46 errors [2021-02-18T13:27:12.490Z] #33 40.46 sort [2021-02-18T13:27:12.490Z] #33 40.81 strconv [2021-02-18T13:27:12.490Z] #33 42.07 io [2021-02-18T13:27:12.490Z] #33 43.69 internal/oserror [2021-02-18T13:27:12.490Z] #33 43.74 syscall [2021-02-18T13:27:12.490Z] #33 45.10 reflect [2021-02-18T13:27:12.490Z] #33 ... [2021-02-18T13:27:12.490Z] [2021-02-18T13:27:12.490Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:12.490Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:12.490Z] #44 45.97 bufio [2021-02-18T13:27:12.490Z] #44 46.69 reflect [2021-02-18T13:27:12.490Z] #44 47.92 syscall [2021-02-18T13:27:12.577Z] #48 44.41 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:12.577Z] #48 44.58 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:12.577Z] #48 44.61 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:12.634Z] #12 39.82 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-02-18T13:27:12.634Z] #12 39.96 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:12.634Z] #12 ... [2021-02-18T13:27:12.634Z] [2021-02-18T13:27:12.634Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:12.634Z] #33 sha256:a7461a3ec5e8e9ba62edad672eeb67cd0aacd3f3d64e0b8d21320c490f5fdd1b [2021-02-18T13:27:12.634Z] #33 29.93 sync [2021-02-18T13:27:12.634Z] #33 29.94 internal/reflectlite [2021-02-18T13:27:12.634Z] #33 32.15 errors [2021-02-18T13:27:12.634Z] #33 32.16 sort [2021-02-18T13:27:12.634Z] #33 32.44 strconv [2021-02-18T13:27:12.634Z] #33 32.45 internal/oserror [2021-02-18T13:27:12.634Z] #33 32.45 io [2021-02-18T13:27:12.634Z] #33 32.64 syscall [2021-02-18T13:27:12.634Z] #33 33.40 strings [2021-02-18T13:27:12.634Z] #33 33.41 bytes [2021-02-18T13:27:12.634Z] #33 34.94 reflect [2021-02-18T13:27:12.634Z] #33 35.73 bufio [2021-02-18T13:27:12.634Z] #33 36.37 path [2021-02-18T13:27:12.634Z] #33 36.92 text/tabwriter [2021-02-18T13:27:12.634Z] #33 39.15 time [2021-02-18T13:27:12.634Z] #33 39.18 internal/syscall/execenv [2021-02-18T13:27:12.634Z] #33 39.19 internal/syscall/unix [2021-02-18T13:27:12.634Z] #33 ... [2021-02-18T13:27:12.634Z] [2021-02-18T13:27:12.634Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:12.634Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:27:12.634Z] #41 31.60 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:12.634Z] #41 32.56 Fetched 3798 kB in 1s (4446 kB/s) [2021-02-18T13:27:12.634Z] #41 33.81 Selecting previously unselected package libcap-dev:arm64. [2021-02-18T13:27:12.634Z] #41 33.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:12.634Z] #41 33.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 35.12 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-02-18T13:27:12.634Z] #41 36.30 Selecting previously unselected package libnet1:arm64. [2021-02-18T13:27:12.634Z] #41 36.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 36.37 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:12.634Z] #41 37.94 Selecting previously unselected package libnet1-dev. [2021-02-18T13:27:12.634Z] #41 37.94 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 37.96 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:12.634Z] #41 38.64 Selecting previously unselected package libnl-3-200:arm64. [2021-02-18T13:27:12.634Z] #41 38.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 38.66 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T13:27:12.634Z] #41 38.83 Selecting previously unselected package libnl-3-dev:arm64. [2021-02-18T13:27:12.634Z] #41 38.83 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 38.89 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-18T13:27:12.634Z] #41 39.49 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-18T13:27:12.634Z] #41 39.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 39.50 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T13:27:12.634Z] #41 39.68 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-02-18T13:27:12.634Z] #41 39.68 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 39.73 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-18T13:27:12.634Z] #41 39.97 Selecting previously unselected package zlib1g-dev:arm64. [2021-02-18T13:27:12.634Z] #41 39.97 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-02-18T13:27:12.634Z] #41 40.01 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:12.838Z] #48 44.66 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:12.838Z] #48 44.69 go: finding golang.org/x/text v0.3.2 [2021-02-18T13:27:12.838Z] #48 44.71 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:12.838Z] #48 44.72 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:12.838Z] #48 44.74 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:12.838Z] #48 44.75 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:12.838Z] #48 44.79 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:12.838Z] #48 44.81 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:12.838Z] #48 44.82 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:12.838Z] #48 44.82 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:12.838Z] #48 44.86 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:12.838Z] #48 44.88 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:12.838Z] #48 44.90 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:12.838Z] #48 44.93 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:12.898Z] #41 40.33 Selecting previously unselected package libprotobuf17:arm64. [2021-02-18T13:27:12.898Z] #41 40.33 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:12.898Z] #41 40.35 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:13.017Z] #39 ... [2021-02-18T13:27:13.017Z] [2021-02-18T13:27:13.017Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:27:13.017Z] #46 sha256:a260832de57c87958eb6c9bdd25dcea69f9604d91b6471cca8aed1adeafc42b3 [2021-02-18T13:27:13.017Z] #46 19.95 go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:27:13.017Z] #46 19.97 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:27:13.017Z] #46 19.99 go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:27:13.017Z] #46 20.07 go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:27:13.017Z] #46 20.19 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:27:13.017Z] #46 20.46 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:27:13.017Z] #46 20.66 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:27:13.017Z] #46 20.80 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:27:13.017Z] #46 20.89 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:27:13.017Z] #46 20.96 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:27:13.017Z] #46 21.07 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:27:13.017Z] #46 ... [2021-02-18T13:27:13.017Z] [2021-02-18T13:27:13.017Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:13.017Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:27:13.017Z] #48 24.45 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:13.017Z] #48 24.45 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:13.017Z] #48 24.45 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:13.017Z] #48 24.45 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:13.017Z] #48 24.49 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:13.017Z] #48 24.49 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:13.017Z] #48 24.49 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:13.017Z] #48 24.57 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:13.017Z] #48 24.57 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:13.017Z] #48 24.57 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:13.017Z] #48 24.57 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:13.017Z] #48 24.57 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:13.017Z] #48 24.68 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:13.017Z] #48 24.68 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:13.017Z] #48 24.80 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:13.017Z] #48 24.80 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:13.017Z] #48 24.80 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:13.017Z] #48 24.80 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:13.017Z] #48 25.00 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:13.017Z] #48 25.05 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:13.017Z] #48 25.17 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:13.017Z] #48 25.17 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:13.017Z] #48 25.17 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:13.017Z] #48 25.30 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:13.017Z] #48 25.30 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:13.017Z] #48 25.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:13.017Z] #48 25.38 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:13.017Z] #48 25.65 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:13.017Z] #48 25.74 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:13.017Z] #48 25.86 go: downloading github.com/spf13/afero v1.1.2 [2021-02-18T13:27:13.017Z] #48 25.93 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:13.017Z] #48 26.01 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:13.017Z] #48 26.15 go: downloading golang.org/x/text v0.3.2 [2021-02-18T13:27:13.017Z] #48 26.17 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:13.017Z] #48 26.20 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:13.017Z] #48 26.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:13.017Z] #48 26.33 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:13.017Z] #48 26.33 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:13.017Z] #48 26.37 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:13.017Z] #48 26.44 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:13.017Z] #48 26.46 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:13.017Z] #48 26.59 go: extracting github.com/spf13/afero v1.1.2 [2021-02-18T13:27:13.017Z] #48 26.66 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:13.017Z] #48 26.89 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:13.017Z] #48 26.97 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:13.017Z] #48 27.21 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:13.017Z] #48 27.54 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:13.017Z] #48 27.58 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:13.017Z] #48 27.61 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:13.017Z] #48 27.61 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:13.017Z] #48 27.61 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:13.017Z] #48 27.65 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:13.017Z] #48 27.88 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:13.017Z] #48 27.88 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:13.017Z] #48 28.02 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:13.017Z] #48 28.04 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:13.017Z] #48 28.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:13.017Z] #48 28.29 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:13.017Z] #48 28.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:13.017Z] #48 28.44 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:13.017Z] #48 28.58 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:13.017Z] #48 28.66 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:13.017Z] #48 28.82 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:13.017Z] #48 28.90 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:13.017Z] #48 28.90 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:13.017Z] #48 29.08 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:13.017Z] #48 29.16 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:13.017Z] #48 29.31 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:13.017Z] #48 29.31 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:13.017Z] #48 29.53 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:13.017Z] #48 29.60 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:13.017Z] #48 29.71 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:13.017Z] #48 30.01 go: downloading github.com/spf13/cast v1.3.0 [2021-02-18T13:27:13.017Z] #48 30.01 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:13.017Z] #48 30.03 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:13.017Z] #48 30.03 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:13.017Z] #48 30.04 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:13.017Z] #48 30.08 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:13.097Z] #48 45.05 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:13.097Z] #48 45.06 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:13.097Z] #48 45.13 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:13.161Z] #41 ... [2021-02-18T13:27:13.161Z] [2021-02-18T13:27:13.161Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:13.161Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:13.161Z] #12 40.50 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-02-18T13:27:13.277Z] #48 30.18 go: extracting github.com/spf13/cast v1.3.0 [2021-02-18T13:27:13.277Z] #48 30.18 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:13.277Z] #48 30.43 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:13.356Z] #48 45.14 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:13.356Z] #48 45.16 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:13.356Z] #48 45.18 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:13.356Z] #48 45.20 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:13.356Z] #48 45.21 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:13.356Z] #48 45.29 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:13.424Z] #12 40.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:13.537Z] #48 30.57 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:13.537Z] #48 30.57 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:13.537Z] #48 30.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:13.537Z] #48 30.72 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:13.617Z] #48 45.43 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:13.617Z] #48 45.48 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:13.617Z] #48 45.48 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:13.617Z] #48 45.55 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:13.617Z] #48 45.57 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:13.687Z] #12 40.83 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-02-18T13:27:13.687Z] #12 40.91 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:13.798Z] #48 30.80 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:13.952Z] #12 41.23 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-02-18T13:27:14.057Z] #48 31.08 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:14.220Z] #12 41.56 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T13:27:14.317Z] #48 31.38 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:14.317Z] #48 31.38 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:27:14.482Z] #12 41.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-18T13:27:14.482Z] #12 41.76 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-02-18T13:27:14.482Z] #12 41.78 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:27:14.561Z] #48 ... [2021-02-18T13:27:14.561Z] [2021-02-18T13:27:14.561Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:14.561Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:14.561Z] #54 43.37 The following additional packages will be installed: [2021-02-18T13:27:14.561Z] #54 43.41 libbtrfs0 [2021-02-18T13:27:14.561Z] #54 43.71 The following NEW packages will be installed: [2021-02-18T13:27:14.561Z] #54 43.72 libbtrfs-dev libbtrfs0 [2021-02-18T13:27:14.561Z] #54 44.09 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:14.561Z] #54 44.09 Need to get 119 kB of archives. [2021-02-18T13:27:14.561Z] #54 44.09 After this operation, 387 kB of additional disk space will be used. [2021-02-18T13:27:14.561Z] #54 44.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:14.561Z] #54 44.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:14.561Z] #54 45.15 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:14.561Z] #54 45.38 Fetched 119 kB in 0s (452 kB/s) [2021-02-18T13:27:14.561Z] #54 45.49 Selecting previously unselected package libbtrfs0. [2021-02-18T13:27:14.561Z] #54 45.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:14.561Z] #54 45.54 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:27:14.561Z] #54 45.55 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:14.561Z] #54 45.66 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:27:14.561Z] #54 45.66 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:27:14.561Z] #54 45.66 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:14.561Z] #54 45.91 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:14.561Z] #54 45.93 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:14.561Z] #54 45.96 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:14.561Z] #54 DONE 46.2s [2021-02-18T13:27:14.561Z] [2021-02-18T13:27:14.561Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:14.561Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:14.561Z] #41 32.17 Reading package lists... [2021-02-18T13:27:14.561Z] #41 39.10 Building dependency tree... [2021-02-18T13:27:14.561Z] #41 42.87 The following additional packages will be installed: [2021-02-18T13:27:14.561Z] #41 42.87 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T13:27:14.561Z] #41 42.87 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T13:27:14.561Z] #41 42.91 Suggested packages: [2021-02-18T13:27:14.561Z] #41 42.91 manpages-dev python-setuptools [2021-02-18T13:27:14.561Z] #41 44.50 The following NEW packages will be installed: [2021-02-18T13:27:14.561Z] #41 44.51 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T13:27:14.561Z] #41 44.51 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T13:27:14.561Z] #41 44.52 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T13:27:14.561Z] #41 44.52 python-six zlib1g-dev [2021-02-18T13:27:14.561Z] #41 44.88 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:14.561Z] #41 44.88 Need to get 4095 kB of archives. [2021-02-18T13:27:14.561Z] #41 44.88 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T13:27:14.561Z] #41 44.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T13:27:14.561Z] #41 44.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:27:14.561Z] #41 44.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-18T13:27:14.561Z] #41 44.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:27:14.561Z] #41 44.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T13:27:14.561Z] #41 44.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:27:14.561Z] #41 44.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T13:27:14.561Z] #41 44.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-18T13:27:14.561Z] #41 44.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T13:27:14.561Z] #41 45.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T13:27:14.561Z] #41 45.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T13:27:14.561Z] #41 45.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T13:27:14.561Z] #41 45.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-18T13:27:14.561Z] #41 45.22 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-18T13:27:14.561Z] #41 45.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T13:27:14.561Z] #41 45.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T13:27:14.561Z] #41 45.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T13:27:14.577Z] #48 31.54 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:14.577Z] #48 31.54 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:14.837Z] #48 31.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-18T13:27:15.097Z] #48 32.04 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:15.132Z] #41 46.84 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:15.356Z] #48 32.18 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:15.356Z] #48 32.30 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:15.356Z] #48 32.30 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:15.356Z] #48 32.40 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:15.391Z] #41 47.12 Fetched 4095 kB in 1s (5956 kB/s) [2021-02-18T13:27:15.392Z] #41 47.28 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T13:27:15.392Z] #41 47.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:15.392Z] #41 47.31 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T13:27:15.392Z] #41 47.33 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:15.392Z] #41 47.47 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:27:15.392Z] #41 ... [2021-02-18T13:27:15.392Z] [2021-02-18T13:27:15.392Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:15.392Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:27:15.392Z] #55 1.158 + RM_GOPATH=0 [2021-02-18T13:27:15.392Z] #55 1.158 + TMP_GOPATH= [2021-02-18T13:27:15.392Z] #55 1.158 + : /build [2021-02-18T13:27:15.392Z] #55 1.158 + '[' -z '' ']' [2021-02-18T13:27:15.392Z] #55 1.158 ++ mktemp -d [2021-02-18T13:27:15.392Z] #55 1.162 + export GOPATH=/tmp/tmp.6HRCeD5KVp [2021-02-18T13:27:15.392Z] #55 1.162 + GOPATH=/tmp/tmp.6HRCeD5KVp [2021-02-18T13:27:15.392Z] #55 1.162 + RM_GOPATH=1 [2021-02-18T13:27:15.392Z] #55 1.162 + case "$(go env GOARCH)" in [2021-02-18T13:27:15.392Z] #55 1.163 ++ go env GOARCH [2021-02-18T13:27:15.392Z] #55 1.196 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:15.392Z] #55 1.196 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:15.392Z] #55 1.197 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:15.392Z] #55 1.198 + dir=/tmp/install [2021-02-18T13:27:15.392Z] #55 1.201 + bin=containerd [2021-02-18T13:27:15.392Z] #55 1.202 + shift [2021-02-18T13:27:15.392Z] #55 1.202 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T13:27:15.392Z] #55 1.202 + . /tmp/install/containerd.installer [2021-02-18T13:27:15.392Z] #55 1.203 ++ set -e [2021-02-18T13:27:15.392Z] #55 1.203 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:15.392Z] #55 1.212 + install_containerd [2021-02-18T13:27:15.392Z] #55 1.216 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T13:27:15.392Z] #55 1.223 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:15.392Z] #55 1.223 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6HRCeD5KVp/src/github.com/containerd/containerd [2021-02-18T13:27:15.392Z] #55 1.225 Cloning into '/tmp/tmp.6HRCeD5KVp/src/github.com/containerd/containerd'... [2021-02-18T13:27:15.758Z] #44 ... [2021-02-18T13:27:15.758Z] [2021-02-18T13:27:15.758Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:15.758Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:27:15.759Z] #31 48.76 Checking out files: 88% (1342/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T13:27:15.759Z] #31 49.32 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T13:27:15.759Z] #31 50.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:15.925Z] #48 33.03 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:16.185Z] #48 33.09 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:16.185Z] #48 33.21 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:16.185Z] #48 33.23 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:16.185Z] #48 33.29 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:16.185Z] #48 33.33 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:16.340Z] #55 ... [2021-02-18T13:27:16.340Z] [2021-02-18T13:27:16.340Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:16.340Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:27:16.340Z] #33 38.04 sync [2021-02-18T13:27:16.340Z] #33 38.04 internal/reflectlite [2021-02-18T13:27:16.340Z] #33 40.54 sort [2021-02-18T13:27:16.340Z] #33 40.56 errors [2021-02-18T13:27:16.340Z] #33 40.98 strconv [2021-02-18T13:27:16.340Z] #33 41.67 io [2021-02-18T13:27:16.340Z] #33 42.97 internal/oserror [2021-02-18T13:27:16.340Z] #33 43.25 syscall [2021-02-18T13:27:16.340Z] #33 45.63 reflect [2021-02-18T13:27:16.340Z] #33 ... [2021-02-18T13:27:16.340Z] [2021-02-18T13:27:16.340Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:16.340Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:16.340Z] #35 31.70 Reading package lists... [2021-02-18T13:27:16.340Z] #35 38.54 Building dependency tree... [2021-02-18T13:27:16.340Z] #35 42.20 The following additional packages will be installed: [2021-02-18T13:27:16.340Z] #35 42.24 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T13:27:16.340Z] #35 42.27 Suggested packages: [2021-02-18T13:27:16.340Z] #35 42.27 cmake-doc ninja-build lrzip [2021-02-18T13:27:16.340Z] #35 42.27 Recommended packages: [2021-02-18T13:27:16.340Z] #35 42.27 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T13:27:16.340Z] #35 43.82 The following NEW packages will be installed: [2021-02-18T13:27:16.340Z] #35 43.84 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T13:27:16.340Z] #35 43.84 vim-common xxd [2021-02-18T13:27:16.340Z] #35 44.29 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:16.340Z] #35 44.29 Need to get 14.9 MB of archives. [2021-02-18T13:27:16.340Z] #35 44.29 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T13:27:16.340Z] #35 44.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:27:16.340Z] #35 44.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:27:16.340Z] #35 44.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T13:27:16.340Z] #35 44.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:27:16.340Z] #35 45.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T13:27:16.340Z] #35 45.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T13:27:16.340Z] #35 45.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T13:27:16.340Z] #35 45.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T13:27:16.340Z] #35 45.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T13:27:16.340Z] #35 45.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T13:27:16.340Z] #35 46.94 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:16.340Z] #35 47.26 Fetched 14.9 MB in 2s (9344 kB/s) [2021-02-18T13:27:16.340Z] #35 47.34 Selecting previously unselected package xxd. [2021-02-18T13:27:16.340Z] #35 47.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:16.340Z] #35 47.59 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:27:16.340Z] #35 47.61 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:27:16.340Z] #35 47.81 Selecting previously unselected package vim-common. [2021-02-18T13:27:16.340Z] #35 47.81 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:16.340Z] #35 47.87 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:16.340Z] #35 48.23 Selecting previously unselected package cmake-data. [2021-02-18T13:27:16.340Z] #35 48.26 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T13:27:16.340Z] #35 48.27 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T13:27:16.340Z] #35 ... [2021-02-18T13:27:16.340Z] [2021-02-18T13:27:16.340Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:16.340Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:16.340Z] #41 47.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:16.340Z] #41 47.49 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:16.340Z] #41 47.61 Selecting previously unselected package libnet1-dev. [2021-02-18T13:27:16.340Z] #41 47.64 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:16.340Z] #41 47.65 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:16.340Z] #41 47.85 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:27:16.340Z] #41 47.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:27:16.340Z] #41 47.86 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:16.340Z] #41 48.01 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T13:27:16.340Z] #41 48.01 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T13:27:16.340Z] #41 48.03 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:16.340Z] #41 48.29 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:27:16.340Z] #41 48.29 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:16.340Z] #41 48.32 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:16.410Z] #12 43.49 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T13:27:16.410Z] #12 43.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-02-18T13:27:16.410Z] #12 43.53 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:27:16.518Z] #19 10.76 Reading package lists... [2021-02-18T13:27:16.518Z] #19 ... [2021-02-18T13:27:16.518Z] [2021-02-18T13:27:16.518Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:16.518Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:27:16.518Z] #44 136.5 github.com/LK4D4/vndr/godl [2021-02-18T13:27:16.518Z] #44 137.5 github.com/LK4D4/vndr [2021-02-18T13:27:16.518Z] #44 ... [2021-02-18T13:27:16.518Z] [2021-02-18T13:27:16.518Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:16.518Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:16.518Z] #19 10.76 Reading package lists... [2021-02-18T13:27:16.600Z] #41 48.41 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T13:27:16.600Z] #41 48.41 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:16.600Z] #41 48.42 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:16.679Z] #12 ... [2021-02-18T13:27:16.679Z] [2021-02-18T13:27:16.679Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:27:16.679Z] #46 sha256:636f64bce1ee300b6bd78c6cc4a911258537eaee6359b797d410748bd5c05b59 [2021-02-18T13:27:16.679Z] #46 DONE 44.1s [2021-02-18T13:27:16.754Z] #48 33.71 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:16.754Z] #48 33.71 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:16.754Z] #48 33.78 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:16.754Z] #48 33.84 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:16.860Z] #41 48.55 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T13:27:16.860Z] #41 48.56 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T13:27:16.860Z] #41 48.57 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:16.860Z] #41 48.84 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T13:27:16.860Z] #41 ... [2021-02-18T13:27:16.860Z] [2021-02-18T13:27:16.860Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:16.860Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:16.860Z] #12 32.04 Reading package lists... [2021-02-18T13:27:16.860Z] #12 39.12 Building dependency tree... [2021-02-18T13:27:16.860Z] #12 42.94 The following additional packages will be installed: [2021-02-18T13:27:16.860Z] #12 42.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T13:27:16.860Z] #12 42.96 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T13:27:16.860Z] #12 42.96 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T13:27:16.860Z] #12 42.96 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T13:27:16.860Z] #12 42.96 mingw-w64-x86-64-dev [2021-02-18T13:27:16.860Z] #12 43.01 Suggested packages: [2021-02-18T13:27:16.860Z] #12 43.01 gcc-8-locales seccomp wine64 [2021-02-18T13:27:16.860Z] #12 44.57 The following NEW packages will be installed: [2021-02-18T13:27:16.860Z] #12 44.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T13:27:16.860Z] #12 44.60 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T13:27:16.860Z] #12 44.60 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T13:27:16.860Z] #12 44.60 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T13:27:16.860Z] #12 44.61 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T13:27:16.860Z] #12 44.61 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T13:27:16.861Z] #12 44.62 The following packages will be upgraded: [2021-02-18T13:27:16.861Z] #12 44.64 libsystemd0 libudev1 [2021-02-18T13:27:16.861Z] #12 45.23 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:27:16.861Z] #12 45.23 Need to get 78.2 MB of archives. [2021-02-18T13:27:16.861Z] #12 45.23 After this operation, 487 MB of additional disk space will be used. [2021-02-18T13:27:16.861Z] #12 45.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T13:27:16.861Z] #12 45.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T13:27:16.861Z] #12 45.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-18T13:27:16.861Z] #12 45.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-02-18T13:27:16.861Z] #12 45.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T13:27:16.861Z] #12 45.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-18T13:27:16.861Z] #12 45.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T13:27:16.861Z] #12 45.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T13:27:16.861Z] #12 46.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T13:27:16.861Z] #12 46.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T13:27:16.861Z] #12 46.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-02-18T13:27:16.943Z] [2021-02-18T13:27:16.943Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:16.943Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:27:16.943Z] #41 40.96 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-02-18T13:27:16.943Z] #41 40.96 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:16.943Z] #41 40.97 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:16.943Z] #41 41.35 Selecting previously unselected package libprotobuf-dev:arm64. [2021-02-18T13:27:16.943Z] #41 41.36 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:16.943Z] #41 41.38 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:16.943Z] #41 42.57 Selecting previously unselected package libprotoc17:arm64. [2021-02-18T13:27:16.943Z] #41 42.57 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:16.943Z] #41 42.61 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:16.943Z] #41 43.33 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T13:27:16.943Z] #41 43.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-02-18T13:27:16.943Z] #41 43.37 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:16.943Z] #41 43.52 Selecting previously unselected package protobuf-compiler. [2021-02-18T13:27:16.943Z] #41 43.52 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:16.943Z] #41 43.55 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:16.943Z] #41 44.14 Selecting previously unselected package python-pkg-resources. [2021-02-18T13:27:16.943Z] #41 44.16 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:27:16.943Z] #41 44.20 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:17.014Z] #48 34.07 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:17.014Z] #48 34.07 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:17.014Z] #48 34.11 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:17.014Z] #48 34.15 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:17.014Z] #48 34.19 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:17.014Z] #48 ... [2021-02-18T13:27:17.014Z] [2021-02-18T13:27:17.014Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:17.014Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:17.014Z] #41 24.19 Fetched 8422 kB in 17s (496 kB/s) [2021-02-18T13:27:17.014Z] #41 24.19 Reading package lists... [2021-02-18T13:27:17.092Z] #19 15.01 Reading package lists... [2021-02-18T13:27:17.092Z] #19 ... [2021-02-18T13:27:17.092Z] [2021-02-18T13:27:17.092Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:17.092Z] #44 sha256:ed1ea049ddb59a8730855c0be3f7377aea101485eeefc74838e953d436b90986 [2021-02-18T13:27:17.092Z] #44 DONE 147.5s [2021-02-18T13:27:17.092Z] [2021-02-18T13:27:17.092Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:17.092Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:17.092Z] #42 71.62 LINK criu/pie/restorer.built-in.o [2021-02-18T13:27:17.092Z] #42 71.64 GEN criu/pie/restorer-blob.h [2021-02-18T13:27:17.092Z] #42 71.76 DEP criu/vdso.d [2021-02-18T13:27:17.092Z] #42 71.95 DEP criu/vdso-compat.d [2021-02-18T13:27:17.092Z] #42 72.09 DEP criu/uts_ns.d [2021-02-18T13:27:17.092Z] #42 72.26 DEP criu/util.d [2021-02-18T13:27:17.092Z] #42 72.47 DEP criu/uffd.d [2021-02-18T13:27:17.092Z] #42 72.66 DEP criu/tun.d [2021-02-18T13:27:17.092Z] #42 72.92 DEP criu/tty.d [2021-02-18T13:27:17.092Z] #42 73.10 DEP criu/timerfd.d [2021-02-18T13:27:17.092Z] #42 73.35 DEP criu/timens.d [2021-02-18T13:27:17.120Z] #12 ... [2021-02-18T13:27:17.120Z] [2021-02-18T13:27:17.120Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:17.120Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:17.120Z] #41 48.84 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:17.120Z] #41 48.85 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:17.206Z] #41 44.61 Selecting previously unselected package python-six. [2021-02-18T13:27:17.276Z] #41 31.88 Reading package lists... [2021-02-18T13:27:17.276Z] #41 ... [2021-02-18T13:27:17.276Z] [2021-02-18T13:27:17.276Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:17.276Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:17.276Z] #12 26.33 Fetched 8422 kB in 17s (489 kB/s) [2021-02-18T13:27:17.276Z] #12 26.33 Reading package lists... [2021-02-18T13:27:17.393Z] #42 73.62 DEP criu/sysfs_parse.d [2021-02-18T13:27:17.393Z] #42 73.82 DEP criu/sysctl.d [2021-02-18T13:27:17.470Z] #41 44.61 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T13:27:17.470Z] #41 44.62 Unpacking python-six (1.12.0-1) ... [2021-02-18T13:27:17.470Z] #41 44.79 Selecting previously unselected package python-protobuf. [2021-02-18T13:27:17.470Z] #41 44.81 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-02-18T13:27:17.470Z] #41 44.85 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:17.536Z] #12 34.06 Reading package lists... [2021-02-18T13:27:17.536Z] #12 ... [2021-02-18T13:27:17.536Z] [2021-02-18T13:27:17.536Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:17.536Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:27:17.536Z] #48 34.39 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:17.536Z] #48 34.39 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:17.723Z] #42 74.10 DEP criu/string.d [2021-02-18T13:27:17.723Z] #42 74.13 DEP criu/stats.d [2021-02-18T13:27:17.796Z] #48 34.87 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:17.796Z] #48 34.87 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:17.996Z] #42 74.39 DEP criu/sockets.d [2021-02-18T13:27:18.058Z] #41 49.75 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T13:27:18.058Z] #41 49.76 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:18.058Z] #41 49.76 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:18.058Z] #41 ... [2021-02-18T13:27:18.058Z] [2021-02-18T13:27:18.058Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:18.058Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:27:18.058Z] #44 40.03 internal/reflectlite [2021-02-18T13:27:18.058Z] #44 40.04 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T13:27:18.058Z] #44 40.38 math/rand [2021-02-18T13:27:18.058Z] #44 41.61 internal/singleflight [2021-02-18T13:27:18.058Z] #44 43.36 strconv [2021-02-18T13:27:18.058Z] #44 43.38 bytes [2021-02-18T13:27:18.058Z] #44 45.91 bufio [2021-02-18T13:27:18.058Z] #44 47.16 reflect [2021-02-18T13:27:18.058Z] #44 48.26 syscall [2021-02-18T13:27:18.317Z] #44 ... [2021-02-18T13:27:18.317Z] [2021-02-18T13:27:18.317Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:18.317Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:18.317Z] #41 50.09 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T13:27:18.317Z] #41 50.10 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:18.317Z] #41 50.11 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:18.420Z] #41 45.70 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:18.573Z] #42 74.76 DEP criu/sk-unix.d [2021-02-18T13:27:18.573Z] #42 75.04 DEP criu/sk-tcp.d [2021-02-18T13:27:18.684Z] #41 ... [2021-02-18T13:27:18.684Z] [2021-02-18T13:27:18.684Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:18.684Z] #50 sha256:a388fd4d9ede0ccc78863a4abc8232a1fd17ee078ee9a6e54d7628d897b399c0 [2021-02-18T13:27:18.684Z] #50 35.94 reflect [2021-02-18T13:27:18.684Z] #50 35.95 syscall [2021-02-18T13:27:18.684Z] #50 35.95 strings [2021-02-18T13:27:18.684Z] #50 35.97 bufio [2021-02-18T13:27:18.684Z] #50 38.91 regexp/syntax [2021-02-18T13:27:18.684Z] #50 43.94 context [2021-02-18T13:27:18.684Z] #50 43.98 internal/poll [2021-02-18T13:27:18.684Z] #50 45.38 regexp [2021-02-18T13:27:18.684Z] #50 ... [2021-02-18T13:27:18.684Z] [2021-02-18T13:27:18.684Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:18.684Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:27:18.684Z] #35 36.25 Selecting previously unselected package vim-common. [2021-02-18T13:27:18.684Z] #35 36.26 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:18.684Z] #35 36.32 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:18.684Z] #35 38.34 Selecting previously unselected package cmake-data. [2021-02-18T13:27:18.684Z] #35 38.35 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T13:27:18.684Z] #35 38.40 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T13:27:18.684Z] #35 42.89 Selecting previously unselected package libicu63:arm64. [2021-02-18T13:27:18.684Z] #35 42.90 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-18T13:27:18.684Z] #35 42.91 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T13:27:19.158Z] #42 75.31 DEP criu/sk-queue.d [2021-02-18T13:27:19.158Z] #42 75.47 DEP criu/sk-packet.d [2021-02-18T13:27:19.261Z] #35 ... [2021-02-18T13:27:19.261Z] [2021-02-18T13:27:19.261Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:19.261Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:19.261Z] #12 46.62 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T13:27:19.261Z] #12 46.62 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T13:27:19.261Z] #12 46.64 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:27:19.420Z] #42 75.70 DEP criu/sk-netlink.d [2021-02-18T13:27:19.524Z] #12 46.79 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-02-18T13:27:19.524Z] #12 46.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-18T13:27:19.524Z] #12 46.83 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T13:27:19.681Z] #42 75.86 DEP criu/sk-inet.d [2021-02-18T13:27:19.681Z] #42 75.97 DEP criu/signalfd.d [2021-02-18T13:27:19.681Z] #42 76.10 DEP criu/sigframe.d [2021-02-18T13:27:19.698Z] #41 51.52 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T13:27:19.698Z] #41 51.52 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:19.698Z] #41 51.54 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:19.704Z] #48 36.42 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:19.788Z] #12 47.02 Selecting previously unselected package dmsetup. [2021-02-18T13:27:19.788Z] #12 47.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-02-18T13:27:19.788Z] #12 47.04 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T13:27:19.933Z] #31 ... [2021-02-18T13:27:19.933Z] [2021-02-18T13:27:19.933Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:19.933Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:19.933Z] #12 49.08 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-02-18T13:27:19.933Z] #12 51.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T13:27:19.933Z] #12 51.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T13:27:19.933Z] #12 51.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:19.933Z] #12 51.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:19.933Z] #12 51.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-18T13:27:19.933Z] #12 51.32 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T13:27:19.933Z] #12 51.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T13:27:19.933Z] #12 51.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T13:27:19.933Z] #12 51.38 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T13:27:19.933Z] #12 51.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T13:27:19.933Z] #12 51.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T13:27:19.933Z] #12 51.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T13:27:19.933Z] #12 51.58 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-18T13:27:19.933Z] #12 51.58 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T13:27:19.933Z] #12 51.58 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T13:27:19.933Z] #12 52.67 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:19.933Z] #12 52.93 Fetched 78.2 MB in 8s (10.4 MB/s) [2021-02-18T13:27:19.933Z] #12 53.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:19.933Z] #12 53.17 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:19.933Z] #12 53.19 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:19.933Z] #12 53.62 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:19.933Z] #12 53.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:19.933Z] #12 53.86 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:19.933Z] #12 53.88 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:19.933Z] #12 54.18 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:19.933Z] #12 54.37 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T13:27:19.933Z] #12 54.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:19.933Z] #12 54.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:19.933Z] #12 54.49 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:27:19.942Z] #42 76.26 DEP criu/shmem.d [2021-02-18T13:27:19.942Z] #42 76.39 DEP criu/servicefd.d [2021-02-18T13:27:20.051Z] #12 47.28 Selecting previously unselected package mingw-w64-common. [2021-02-18T13:27:20.051Z] #12 47.31 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T13:27:20.051Z] #12 47.32 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T13:27:20.203Z] #42 76.55 DEP criu/seize.d [2021-02-18T13:27:20.276Z] #41 52.20 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T13:27:20.277Z] #41 52.20 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:20.277Z] #41 52.21 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:20.464Z] #42 76.75 DEP criu/seccomp.d [2021-02-18T13:27:20.464Z] #42 76.98 DEP criu/rst-malloc.d [2021-02-18T13:27:20.535Z] #41 52.37 Selecting previously unselected package protobuf-compiler. [2021-02-18T13:27:20.535Z] #41 52.38 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:20.535Z] #41 52.39 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:20.725Z] #42 77.04 DEP criu/rbtree.d [2021-02-18T13:27:20.725Z] #42 77.07 DEP criu/pstree.d [2021-02-18T13:27:20.725Z] #48 ... [2021-02-18T13:27:20.725Z] [2021-02-18T13:27:20.725Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:20.725Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:20.725Z] #35 27.73 Fetched 8422 kB in 18s (470 kB/s) [2021-02-18T13:27:20.725Z] #35 27.73 Reading package lists... [2021-02-18T13:27:20.725Z] #35 35.35 Reading package lists... [2021-02-18T13:27:20.725Z] #35 ... [2021-02-18T13:27:20.725Z] [2021-02-18T13:27:20.725Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:20.725Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:20.725Z] #54 28.10 Fetched 8422 kB in 18s (479 kB/s) [2021-02-18T13:27:20.725Z] #54 28.10 Reading package lists... [2021-02-18T13:27:20.794Z] #41 52.56 Selecting previously unselected package python-pkg-resources. [2021-02-18T13:27:20.794Z] #41 52.56 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:27:20.794Z] #41 52.57 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:20.987Z] #42 77.29 DEP criu/protobuf.d [2021-02-18T13:27:20.987Z] #42 77.43 GEN criu/protobuf-desc-gen.h [2021-02-18T13:27:21.053Z] #41 52.85 Selecting previously unselected package python-six. [2021-02-18T13:27:21.053Z] #41 52.85 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T13:27:21.053Z] #41 52.86 Unpacking python-six (1.12.0-1) ... [2021-02-18T13:27:21.053Z] #41 52.95 Selecting previously unselected package python-protobuf. [2021-02-18T13:27:21.053Z] #41 52.99 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:21.053Z] #41 53.00 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:21.624Z] #41 53.57 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:21.899Z] #12 57.38 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T13:27:21.899Z] #12 57.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:21.899Z] #12 57.39 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:27:22.118Z] #54 35.50 Reading package lists... [2021-02-18T13:27:22.118Z] #54 ... [2021-02-18T13:27:22.118Z] [2021-02-18T13:27:22.118Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:22.118Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:22.118Z] #44 28.91 vendor/golang.org/x/crypto/internal/subtle [2021-02-18T13:27:22.118Z] #44 29.06 vendor/golang.org/x/crypto/curve25519 [2021-02-18T13:27:22.118Z] #44 ... [2021-02-18T13:27:22.118Z] [2021-02-18T13:27:22.118Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:22.118Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:22.118Z] #41 31.88 Reading package lists... [2021-02-18T13:27:22.627Z] #12 ... [2021-02-18T13:27:22.627Z] [2021-02-18T13:27:22.627Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:22.627Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:27:22.627Z] #55 1.703 + RM_GOPATH=0 [2021-02-18T13:27:22.627Z] #55 1.703 + TMP_GOPATH= [2021-02-18T13:27:22.627Z] #55 1.703 + : /build [2021-02-18T13:27:22.627Z] #55 1.703 + '[' -z '' ']' [2021-02-18T13:27:22.627Z] #55 1.703 ++ mktemp -d [2021-02-18T13:27:22.627Z] #55 1.706 + export GOPATH=/tmp/tmp.1PDuy5LUbJ [2021-02-18T13:27:22.627Z] #55 1.706 + GOPATH=/tmp/tmp.1PDuy5LUbJ [2021-02-18T13:27:22.627Z] #55 1.706 + RM_GOPATH=1 [2021-02-18T13:27:22.627Z] #55 1.706 + case "$(go env GOARCH)" in [2021-02-18T13:27:22.627Z] #55 1.706 ++ go env GOARCH [2021-02-18T13:27:22.627Z] #55 1.735 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:22.627Z] #55 1.735 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:22.627Z] #55 1.735 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:22.627Z] #55 1.762 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:22.627Z] #55 1.763 + dir=/tmp/install [2021-02-18T13:27:22.627Z] #55 1.763 + bin=containerd [2021-02-18T13:27:22.627Z] #55 1.763 + shift [2021-02-18T13:27:22.627Z] #55 1.763 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T13:27:22.627Z] #55 1.763 + . /tmp/install/containerd.installer [2021-02-18T13:27:22.627Z] #55 1.763 ++ set -e [2021-02-18T13:27:22.627Z] #55 1.763 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:22.627Z] #55 1.763 + install_containerd [2021-02-18T13:27:22.627Z] #55 1.763 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T13:27:22.627Z] #55 1.763 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1PDuy5LUbJ/src/github.com/containerd/containerd [2021-02-18T13:27:22.627Z] #55 1.774 Cloning into '/tmp/tmp.1PDuy5LUbJ/src/github.com/containerd/containerd'... [2021-02-18T13:27:22.627Z] #55 ... [2021-02-18T13:27:22.627Z] [2021-02-18T13:27:22.627Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:22.627Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:27:22.627Z] #35 47.29 Selecting previously unselected package libxml2:arm64. [2021-02-18T13:27:22.627Z] #35 47.29 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 47.30 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:22.627Z] #35 47.81 Selecting previously unselected package libarchive13:arm64. [2021-02-18T13:27:22.627Z] #35 47.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 47.87 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:22.627Z] #35 48.30 Selecting previously unselected package libjsoncpp1:arm64. [2021-02-18T13:27:22.627Z] #35 48.30 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 48.31 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-18T13:27:22.627Z] #35 48.60 Selecting previously unselected package librhash0:arm64. [2021-02-18T13:27:22.627Z] #35 48.61 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 48.61 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-02-18T13:27:22.627Z] #35 48.98 Selecting previously unselected package libuv1:arm64. [2021-02-18T13:27:22.627Z] #35 48.99 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 49.00 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-02-18T13:27:22.627Z] #35 49.17 Selecting previously unselected package cmake. [2021-02-18T13:27:22.627Z] #35 49.18 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-02-18T13:27:22.627Z] #35 49.21 Unpacking cmake (3.13.4-1) ... [2021-02-18T13:27:22.627Z] #35 ... [2021-02-18T13:27:22.627Z] [2021-02-18T13:27:22.627Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:22.627Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:22.627Z] #44 39.75 time [2021-02-18T13:27:22.627Z] #44 40.13 hash/crc32 [2021-02-18T13:27:22.627Z] #44 41.69 vendor/golang.org/x/text/transform [2021-02-18T13:27:22.627Z] #44 45.10 regexp [2021-02-18T13:27:22.627Z] #44 46.73 os [2021-02-18T13:27:22.627Z] #44 48.84 github.com/LK4D4/vndr/versioned [2021-02-18T13:27:22.627Z] #44 49.99 internal/lazyregexp [2021-02-18T13:27:22.627Z] #44 ... [2021-02-18T13:27:22.627Z] [2021-02-18T13:27:22.627Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:22.627Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:27:22.627Z] #41 47.88 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:22.627Z] #41 47.90 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:22.627Z] #41 47.94 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T13:27:22.627Z] #41 47.98 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-18T13:27:22.627Z] #41 48.11 Setting up python-six (1.12.0-1) ... [2021-02-18T13:27:22.627Z] #41 50.03 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:22.627Z] #41 50.06 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T13:27:22.627Z] #41 50.14 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:22.689Z] #41 39.23 Building dependency tree... [2021-02-18T13:27:22.689Z] #41 ... [2021-02-18T13:27:22.689Z] [2021-02-18T13:27:22.689Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-18T13:27:22.689Z] #63 sha256:cfccdb27644baa4e46b709fcbf383d73f13a351efbb046ebc781099cfe256c44 [2021-02-18T13:27:22.689Z] #63 DONE 39.6s [2021-02-18T13:27:22.689Z] [2021-02-18T13:27:22.689Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:22.689Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:27:22.840Z] #12 ... [2021-02-18T13:27:22.840Z] [2021-02-18T13:27:22.840Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:27:22.840Z] #46 sha256:0ef3c8aab70ac4ee5af8f179e7db1b98cc2d9769ec53e8cd585dfc3dd081f1cd [2021-02-18T13:27:22.840Z] #46 DONE 58.5s [2021-02-18T13:27:22.840Z] [2021-02-18T13:27:22.840Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:22.840Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:22.840Z] #41 48.58 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T13:27:22.840Z] #41 48.59 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 48.61 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 48.81 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T13:27:22.840Z] #41 48.82 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 48.84 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 50.29 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T13:27:22.840Z] #41 50.29 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 50.30 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 51.00 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T13:27:22.840Z] #41 51.00 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 51.04 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:22.840Z] #41 51.21 Selecting previously unselected package protobuf-compiler. [2021-02-18T13:27:22.840Z] #41 51.21 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 51.22 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 51.44 Selecting previously unselected package python-pkg-resources. [2021-02-18T13:27:22.840Z] #41 51.44 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:27:22.840Z] #41 51.45 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:22.840Z] #41 51.71 Selecting previously unselected package python-six. [2021-02-18T13:27:22.840Z] #41 51.71 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T13:27:22.840Z] #41 51.73 Unpacking python-six (1.12.0-1) ... [2021-02-18T13:27:22.840Z] #41 51.82 Selecting previously unselected package python-protobuf. [2021-02-18T13:27:22.840Z] #41 51.84 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:22.840Z] #41 51.84 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 52.52 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:22.840Z] #41 57.11 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:22.840Z] #41 57.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:22.840Z] #41 57.14 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:22.840Z] #41 57.16 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:22.840Z] #41 57.17 Setting up python-six (1.12.0-1) ... [2021-02-18T13:27:22.890Z] #41 50.19 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-02-18T13:27:22.890Z] #41 50.22 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:22.902Z] #42 79.05 DEP criu/protobuf-desc.d [2021-02-18T13:27:22.902Z] #42 79.17 DEP criu/proc_parse.d [2021-02-18T13:27:22.948Z] #33 ... [2021-02-18T13:27:22.948Z] [2021-02-18T13:27:22.948Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:22.948Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:22.948Z] #44 40.00 internal/reflectlite [2021-02-18T13:27:22.948Z] #44 40.00 sync [2021-02-18T13:27:23.163Z] #42 79.35 DEP criu/plugin.d [2021-02-18T13:27:23.163Z] #42 79.48 DEP criu/pipes.d [2021-02-18T13:27:23.163Z] #42 79.61 DEP criu/pie-util.d [2021-02-18T13:27:23.167Z] #41 50.52 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:23.425Z] #42 79.73 DEP criu/pie-util-vdso.d [2021-02-18T13:27:23.425Z] #42 79.83 DEP criu/pie-util-vdso-elf32.d [2021-02-18T13:27:23.425Z] #42 79.96 DEP criu/path.d [2021-02-18T13:27:23.431Z] #41 50.63 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:23.431Z] #41 50.68 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-18T13:27:23.431Z] #41 50.72 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:23.431Z] #41 50.73 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:23.685Z] #42 80.10 DEP criu/parasite-syscall.d [2021-02-18T13:27:23.947Z] #42 80.33 DEP criu/pagemap.d [2021-02-18T13:27:24.213Z] #42 80.47 DEP criu/pagemap-cache.d [2021-02-18T13:27:24.213Z] #42 80.57 DEP criu/page-xfer.d [2021-02-18T13:27:24.474Z] #42 80.74 DEP criu/page-pipe.d [2021-02-18T13:27:24.474Z] #42 80.81 DEP criu/netfilter.d [2021-02-18T13:27:24.474Z] #42 80.92 DEP criu/net.d [2021-02-18T13:27:24.474Z] #42 ... [2021-02-18T13:27:24.474Z] [2021-02-18T13:27:24.474Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:24.474Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:24.474Z] #19 15.01 Reading package lists... [2021-02-18T13:27:24.474Z] #19 19.34 Building dependency tree... [2021-02-18T13:27:24.474Z] #19 21.06 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T13:27:24.474Z] #19 21.06 The following additional packages will be installed: [2021-02-18T13:27:24.474Z] #19 21.06 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T13:27:24.474Z] #19 21.06 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T13:27:24.474Z] #19 21.06 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T13:27:24.474Z] #19 21.06 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T13:27:24.474Z] #19 21.07 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T13:27:24.474Z] #19 21.07 Suggested packages: [2021-02-18T13:27:24.474Z] #19 21.08 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T13:27:24.474Z] #19 21.08 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T13:27:24.474Z] #19 21.08 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T13:27:24.474Z] #19 21.08 Recommended packages: [2021-02-18T13:27:24.474Z] #19 21.08 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T13:27:24.474Z] #19 21.08 python3-keyrings.alt python3-xdg unzip [2021-02-18T13:27:24.474Z] #19 22.92 The following NEW packages will be installed: [2021-02-18T13:27:24.474Z] #19 22.92 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T13:27:24.474Z] #19 22.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T13:27:24.474Z] #19 22.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T13:27:24.474Z] #19 22.92 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T13:27:24.474Z] #19 22.93 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T13:27:24.474Z] #19 22.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T13:27:24.474Z] #19 22.93 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T13:27:24.474Z] #19 22.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T13:27:24.474Z] #19 22.93 xz-utils zip [2021-02-18T13:27:24.474Z] #19 23.22 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:27:24.474Z] #19 23.22 Need to get 28.5 MB of archives. [2021-02-18T13:27:24.474Z] #19 23.22 After this operation, 116 MB of additional disk space will be used. [2021-02-18T13:27:24.474Z] #19 23.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T13:27:24.474Z] #19 23.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-18T13:27:24.736Z] #19 23.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-18T13:27:24.736Z] #19 23.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T13:27:24.736Z] #19 23.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T13:27:24.736Z] #19 23.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-18T13:27:24.736Z] #19 23.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T13:27:24.736Z] #19 23.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T13:27:24.736Z] #19 23.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T13:27:24.736Z] #19 23.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T13:27:24.736Z] #19 23.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T13:27:24.736Z] #19 23.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T13:27:24.736Z] #19 23.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T13:27:24.736Z] #19 23.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T13:27:24.736Z] #19 23.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T13:27:24.736Z] #19 23.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T13:27:24.736Z] #19 23.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:27:24.736Z] #19 23.57 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:27:24.736Z] #19 23.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T13:27:24.739Z] #41 ... [2021-02-18T13:27:24.739Z] [2021-02-18T13:27:24.739Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:24.739Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:24.739Z] #35 50.27 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:27:24.739Z] #35 50.27 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 50.29 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:24.739Z] #35 57.12 Selecting previously unselected package libxml2:amd64. [2021-02-18T13:27:24.739Z] #35 57.12 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 57.13 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:24.739Z] #35 58.35 Selecting previously unselected package libarchive13:amd64. [2021-02-18T13:27:24.739Z] #35 58.36 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 58.37 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:24.739Z] #35 58.86 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T13:27:24.739Z] #35 58.89 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 58.94 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:24.739Z] #35 59.31 Selecting previously unselected package librhash0:amd64. [2021-02-18T13:27:24.739Z] #35 59.35 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 59.35 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:24.739Z] #35 59.67 Selecting previously unselected package libuv1:amd64. [2021-02-18T13:27:24.739Z] #35 59.70 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 59.70 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:24.739Z] #35 59.94 Selecting previously unselected package cmake. [2021-02-18T13:27:24.739Z] #35 59.95 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T13:27:24.739Z] #35 59.96 Unpacking cmake (3.13.4-1) ... [2021-02-18T13:27:24.858Z] #44 41.51 github.com/LK4D4/vndr/godl/singleflight [2021-02-18T13:27:24.858Z] #44 41.85 math/rand [2021-02-18T13:27:24.920Z] #41 ... [2021-02-18T13:27:24.920Z] [2021-02-18T13:27:24.920Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:24.920Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:24.920Z] #12 50.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-02-18T13:27:24.920Z] #12 52.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T13:27:24.920Z] #12 52.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T13:27:24.920Z] #12 52.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:24.920Z] #12 52.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:24.920Z] #12 52.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-18T13:27:24.920Z] #12 52.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T13:27:24.920Z] #12 52.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T13:27:24.920Z] #12 52.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T13:27:24.920Z] #12 52.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T13:27:24.920Z] #12 52.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T13:27:24.920Z] #12 52.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T13:27:24.920Z] #12 52.55 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T13:27:24.920Z] #12 52.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-18T13:27:24.920Z] #12 52.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T13:27:24.920Z] #12 52.56 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T13:27:24.920Z] #12 53.75 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:24.920Z] #12 53.91 Fetched 78.2 MB in 8s (10.0 MB/s) [2021-02-18T13:27:24.920Z] #12 54.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:24.920Z] #12 54.14 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:24.920Z] #12 54.16 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:24.920Z] #12 54.56 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:24.920Z] #12 54.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:24.920Z] #12 54.82 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:24.920Z] #12 54.85 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:24.920Z] #12 55.09 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:24.920Z] #12 55.26 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T13:27:24.920Z] #12 55.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:24.920Z] #12 55.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:24.920Z] #12 55.34 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:27:24.995Z] #35 ... [2021-02-18T13:27:24.995Z] [2021-02-18T13:27:24.995Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:24.995Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:27:24.995Z] #50 50.84 syscall [2021-02-18T13:27:24.995Z] #50 50.96 reflect [2021-02-18T13:27:24.995Z] #50 58.60 context [2021-02-18T13:27:24.995Z] #50 59.70 internal/poll [2021-02-18T13:27:24.997Z] #19 23.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-18T13:27:24.997Z] #19 23.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T13:27:24.997Z] #19 23.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T13:27:24.997Z] #19 23.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T13:27:24.997Z] #19 23.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:27:24.997Z] #19 23.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:27:24.997Z] #19 23.71 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:27:24.997Z] #19 23.71 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T13:27:24.997Z] #19 23.71 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T13:27:24.997Z] #19 23.71 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:27:25.252Z] #50 ... [2021-02-18T13:27:25.252Z] [2021-02-18T13:27:25.252Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:25.252Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:27:25.252Z] #33 51.29 time [2021-02-18T13:27:25.252Z] #33 56.88 internal/poll [2021-02-18T13:27:25.252Z] #33 59.79 internal/fmtsort [2021-02-18T13:27:25.252Z] #33 60.10 internal/syscall/execenv [2021-02-18T13:27:25.252Z] #33 60.33 internal/syscall/unix [2021-02-18T13:27:25.252Z] #33 60.44 strings [2021-02-18T13:27:25.252Z] #33 60.60 os [2021-02-18T13:27:25.508Z] #33 ... [2021-02-18T13:27:25.508Z] [2021-02-18T13:27:25.508Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:25.508Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:25.508Z] #12 61.19 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T13:27:25.508Z] #12 61.20 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T13:27:25.508Z] #12 61.21 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:27:25.569Z] #19 24.29 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:27:25.569Z] #19 24.29 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:27:25.569Z] #19 24.29 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:27:25.569Z] #19 24.29 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T13:27:25.569Z] #19 24.30 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T13:27:25.569Z] #19 24.30 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T13:27:25.569Z] #19 24.37 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T13:27:25.569Z] #19 24.38 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T13:27:25.569Z] #19 24.39 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T13:27:25.766Z] #12 61.33 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T13:27:25.766Z] #12 61.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:25.766Z] #12 61.33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:27:25.766Z] #12 61.49 Selecting previously unselected package dmsetup. [2021-02-18T13:27:25.766Z] #12 61.51 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:25.766Z] #12 61.52 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T13:27:25.831Z] #19 24.40 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T13:27:25.831Z] #19 24.41 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T13:27:25.831Z] #19 24.43 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T13:27:25.831Z] #19 24.43 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T13:27:25.831Z] #19 24.49 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-18T13:27:25.831Z] #19 24.49 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T13:27:25.831Z] #19 24.51 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T13:27:25.887Z] #12 57.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T13:27:25.887Z] #12 57.67 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:25.887Z] #12 57.68 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:27:25.887Z] #12 ... [2021-02-18T13:27:25.887Z] [2021-02-18T13:27:25.887Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:25.887Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:25.887Z] #41 57.93 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:25.992Z] #41 ... [2021-02-18T13:27:25.992Z] [2021-02-18T13:27:25.992Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:25.992Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-18T13:27:25.992Z] #35 51.13 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T13:27:25.992Z] #35 51.17 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:27:25.992Z] #35 51.22 Setting up libuv1:arm64 (1.24.1-1) ... [2021-02-18T13:27:25.992Z] #35 51.24 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:25.992Z] #35 51.38 Setting up librhash0:arm64 (1.3.8-1) ... [2021-02-18T13:27:25.992Z] #35 51.41 Setting up cmake-data (3.13.4-1) ... [2021-02-18T13:27:25.992Z] #35 51.48 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:25.992Z] #35 51.50 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-18T13:27:25.992Z] #35 51.57 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:25.992Z] #35 51.60 Setting up cmake (3.13.4-1) ... [2021-02-18T13:27:25.992Z] #35 51.65 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:25.992Z] #35 51.82 Processing triggers for mime-support (3.62) ... [2021-02-18T13:27:25.992Z] #35 DONE 53.3s [2021-02-18T13:27:25.992Z] [2021-02-18T13:27:25.992Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:25.992Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:25.992Z] #12 53.26 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T13:27:25.992Z] #12 53.28 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T13:27:25.992Z] #12 53.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:27:26.022Z] #12 61.69 Selecting previously unselected package mingw-w64-common. [2021-02-18T13:27:26.022Z] #12 61.70 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T13:27:26.022Z] #12 61.70 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T13:27:26.093Z] #19 24.82 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T13:27:26.149Z] #41 57.94 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:26.149Z] #41 58.02 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:26.149Z] #41 58.05 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:26.149Z] #41 58.09 Setting up python-six (1.12.0-1) ... [2021-02-18T13:27:26.240Z] #44 43.10 errors [2021-02-18T13:27:26.240Z] #44 43.23 sort [2021-02-18T13:27:26.255Z] #12 ... [2021-02-18T13:27:26.255Z] [2021-02-18T13:27:26.255Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:26.255Z] #33 sha256:a7461a3ec5e8e9ba62edad672eeb67cd0aacd3f3d64e0b8d21320c490f5fdd1b [2021-02-18T13:27:26.255Z] #33 43.53 internal/poll [2021-02-18T13:27:26.255Z] #33 45.68 os [2021-02-18T13:27:26.255Z] #33 46.61 internal/fmtsort [2021-02-18T13:27:26.255Z] #33 47.88 fmt [2021-02-18T13:27:26.255Z] #33 47.88 path/filepath [2021-02-18T13:27:26.255Z] #33 49.23 io/ioutil [2021-02-18T13:27:26.255Z] #33 50.37 flag [2021-02-18T13:27:26.255Z] #33 50.38 github.com/BurntSushi/toml [2021-02-18T13:27:26.255Z] #33 50.38 log [2021-02-18T13:27:26.255Z] #33 53.38 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:27:26.354Z] #19 24.87 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T13:27:26.354Z] #19 24.93 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T13:27:26.408Z] #41 ... [2021-02-18T13:27:26.408Z] [2021-02-18T13:27:26.408Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:27:26.408Z] #46 sha256:f95b758ac2a1896bbad82f7ae3de7584d477c702f43071e28445357a62d9e67d [2021-02-18T13:27:26.408Z] #46 DONE 58.5s [2021-02-18T13:27:26.501Z] #44 43.59 io [2021-02-18T13:27:26.518Z] #33 ... [2021-02-18T13:27:26.518Z] [2021-02-18T13:27:26.518Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:26.518Z] #36 sha256:db6bdea32357a7a2ca5fdb289d0459b3b444cf70af185d6f26144bd92f00c58a [2021-02-18T13:27:26.669Z] [2021-02-18T13:27:26.669Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:26.669Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:27:26.669Z] #31 49.58 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T13:27:26.669Z] #31 50.29 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T13:27:26.669Z] #31 50.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:26.926Z] #19 ... [2021-02-18T13:27:26.926Z] [2021-02-18T13:27:26.926Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:26.926Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:27:26.926Z] #31 DONE 156.7s [2021-02-18T13:27:26.926Z] [2021-02-18T13:27:26.926Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:26.926Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:26.926Z] #42 81.06 DEP criu/namespaces.d [2021-02-18T13:27:26.926Z] #42 81.24 DEP criu/mount.d [2021-02-18T13:27:26.926Z] #42 81.40 DEP criu/memfd.d [2021-02-18T13:27:26.926Z] #42 81.63 DEP criu/mem.d [2021-02-18T13:27:26.926Z] #42 81.86 DEP criu/lsm.d [2021-02-18T13:27:26.926Z] #42 81.96 DEP criu/log.d [2021-02-18T13:27:26.926Z] #42 82.11 DEP criu/libnetlink.d [2021-02-18T13:27:26.926Z] #42 82.28 DEP criu/kerndat.d [2021-02-18T13:27:26.926Z] #42 82.46 DEP criu/kcmp-ids.d [2021-02-18T13:27:26.926Z] #42 82.54 DEP criu/irmap.d [2021-02-18T13:27:26.926Z] #42 82.63 DEP criu/ipc_ns.d [2021-02-18T13:27:26.926Z] #42 82.75 DEP criu/image.d [2021-02-18T13:27:26.926Z] #42 82.89 DEP criu/image-desc.d [2021-02-18T13:27:26.926Z] #42 83.05 DEP criu/fsnotify.d [2021-02-18T13:27:26.926Z] #42 83.25 DEP criu/filesystems.d [2021-02-18T13:27:27.187Z] #42 83.45 DEP criu/files.d [2021-02-18T13:27:27.187Z] #42 83.64 DEP criu/files-reg.d [2021-02-18T13:27:27.441Z] #44 44.57 strconv [2021-02-18T13:27:27.449Z] #42 83.84 DEP criu/files-ext.d [2021-02-18T13:27:27.709Z] #42 84.01 DEP criu/file-lock.d [2021-02-18T13:27:27.709Z] #42 84.20 DEP criu/file-ids.d [2021-02-18T13:27:27.944Z] #36 1.685 + RM_GOPATH=0 [2021-02-18T13:27:27.944Z] #36 1.685 + TMP_GOPATH= [2021-02-18T13:27:27.944Z] #36 1.685 + : /build [2021-02-18T13:27:27.944Z] #36 1.685 + '[' -z '' ']' [2021-02-18T13:27:27.944Z] #36 1.686 ++ mktemp -d [2021-02-18T13:27:27.944Z] #36 1.690 + export GOPATH=/tmp/tmp.b7pB198CG3 [2021-02-18T13:27:27.944Z] #36 1.690 + GOPATH=/tmp/tmp.b7pB198CG3 [2021-02-18T13:27:27.944Z] #36 1.690 + RM_GOPATH=1 [2021-02-18T13:27:27.944Z] #36 1.690 + case "$(go env GOARCH)" in [2021-02-18T13:27:27.944Z] #36 1.690 ++ go env GOARCH [2021-02-18T13:27:27.944Z] #36 1.728 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:27.944Z] #36 1.728 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:27.944Z] #36 1.728 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:27.944Z] #36 1.729 + dir=/tmp/install [2021-02-18T13:27:27.944Z] #36 1.733 + bin=tini [2021-02-18T13:27:27.944Z] #36 1.734 + shift [2021-02-18T13:27:27.944Z] #36 1.734 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T13:27:27.944Z] #36 1.734 + . /tmp/install/tini.installer [2021-02-18T13:27:27.944Z] #36 1.735 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:27.944Z] #36 1.735 + install_tini [2021-02-18T13:27:27.944Z] #36 1.736 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T13:27:27.944Z] #36 1.736 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:27.944Z] #36 1.744 + git clone https://github.com/krallin/tini.git /tmp/tmp.b7pB198CG3/tini [2021-02-18T13:27:27.944Z] #36 1.744 Cloning into '/tmp/tmp.b7pB198CG3/tini'... [2021-02-18T13:27:27.980Z] #42 84.47 DEP criu/fifo.d [2021-02-18T13:27:28.014Z] #44 44.98 bytes [2021-02-18T13:27:28.208Z] #36 ... [2021-02-18T13:27:28.208Z] [2021-02-18T13:27:28.208Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:28.208Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-18T13:27:28.208Z] #41 54.37 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-18T13:27:28.208Z] #41 54.39 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:28.208Z] #41 DONE 55.6s [2021-02-18T13:27:28.474Z] [2021-02-18T13:27:28.474Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:28.474Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:28.544Z] #12 ... [2021-02-18T13:27:28.544Z] [2021-02-18T13:27:28.544Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:28.544Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:28.544Z] #35 63.12 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:28.544Z] #35 63.14 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:27:28.544Z] #35 63.15 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:28.544Z] #35 63.18 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:28.544Z] #35 63.24 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:28.544Z] #35 63.25 Setting up cmake-data (3.13.4-1) ... [2021-02-18T13:27:28.544Z] #35 63.28 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:28.544Z] #35 63.30 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:28.544Z] #35 63.37 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:28.544Z] #35 63.38 Setting up cmake (3.13.4-1) ... [2021-02-18T13:27:28.544Z] #35 63.40 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:28.544Z] #35 63.51 Processing triggers for mime-support (3.62) ... [2021-02-18T13:27:28.544Z] #35 DONE 64.1s [2021-02-18T13:27:28.544Z] [2021-02-18T13:27:28.544Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:28.544Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:28.544Z] #41 61.65 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:28.544Z] #41 61.67 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:28.544Z] #41 61.70 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:28.544Z] #41 61.72 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:28.544Z] #41 61.75 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:28.544Z] #41 61.77 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:28.544Z] #41 61.80 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:28.544Z] #41 61.82 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:28.544Z] #41 61.83 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:28.544Z] #41 61.85 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:28.552Z] #42 84.69 DEP criu/fdstore.d [2021-02-18T13:27:28.552Z] #42 84.84 DEP criu/fault-injection.d [2021-02-18T13:27:28.552Z] #42 84.90 DEP criu/external.d [2021-02-18T13:27:28.552Z] #42 84.98 DEP criu/eventpoll.d [2021-02-18T13:27:28.597Z] #31 ... [2021-02-18T13:27:28.597Z] [2021-02-18T13:27:28.597Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:28.597Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:27:28.597Z] #50 50.21 syscall [2021-02-18T13:27:28.598Z] #50 50.24 reflect [2021-02-18T13:27:28.598Z] #50 58.41 context [2021-02-18T13:27:28.598Z] #50 59.87 internal/syscall/unix [2021-02-18T13:27:28.598Z] #50 60.16 os [2021-02-18T13:27:28.598Z] #50 ... [2021-02-18T13:27:28.598Z] [2021-02-18T13:27:28.598Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:28.598Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:28.598Z] #35 51.44 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:27:28.598Z] #35 51.45 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:27:28.598Z] #35 51.48 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:28.598Z] #35 59.61 Selecting previously unselected package libxml2:amd64. [2021-02-18T13:27:28.598Z] #35 59.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T13:27:28.598Z] #35 59.64 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:28.598Z] #35 60.22 Selecting previously unselected package libarchive13:amd64. [2021-02-18T13:27:28.598Z] #35 60.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T13:27:28.598Z] #35 60.22 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:28.598Z] #35 60.55 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T13:27:28.598Z] #35 60.56 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T13:27:28.813Z] #42 85.14 DEP criu/eventfd.d [2021-02-18T13:27:28.813Z] #42 85.32 DEP criu/crtools.d [2021-02-18T13:27:28.858Z] #35 60.57 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:28.858Z] #35 60.74 Selecting previously unselected package librhash0:amd64. [2021-02-18T13:27:28.858Z] #35 60.74 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T13:27:28.858Z] #35 60.76 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:28.956Z] #44 ... [2021-02-18T13:27:28.956Z] [2021-02-18T13:27:28.956Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:28.956Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:28.956Z] #41 39.23 Building dependency tree... [2021-02-18T13:27:28.956Z] #41 43.14 The following additional packages will be installed: [2021-02-18T13:27:28.956Z] #41 43.14 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-18T13:27:28.956Z] #41 43.16 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-18T13:27:28.956Z] #41 43.17 Suggested packages: [2021-02-18T13:27:28.956Z] #41 43.17 manpages-dev python-setuptools [2021-02-18T13:27:28.956Z] #41 44.55 The following NEW packages will be installed: [2021-02-18T13:27:28.956Z] #41 44.57 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-18T13:27:28.956Z] #41 44.57 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-18T13:27:28.956Z] #41 44.57 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-18T13:27:28.956Z] #41 44.57 python-six zlib1g-dev [2021-02-18T13:27:28.956Z] #41 45.33 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:28.956Z] #41 45.33 Need to get 4095 kB of archives. [2021-02-18T13:27:28.956Z] #41 45.33 After this operation, 22.5 MB of additional disk space will be used. [2021-02-18T13:27:28.956Z] #41 45.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-18T13:27:28.956Z] #41 45.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:27:28.956Z] #41 45.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-18T13:27:28.956Z] #41 45.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:27:28.956Z] #41 45.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-18T13:27:28.956Z] #41 45.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:27:28.956Z] #41 45.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-18T13:27:28.956Z] #41 45.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-18T13:27:28.956Z] #41 45.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-18T13:27:28.956Z] #41 45.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-18T13:27:28.956Z] #41 45.50 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-18T13:27:28.956Z] #41 45.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-18T13:27:28.956Z] #41 45.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-18T13:27:28.956Z] #41 45.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-18T13:27:28.956Z] #41 45.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-18T13:27:28.956Z] #41 45.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-18T13:27:28.956Z] #41 45.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-18T13:27:29.121Z] #35 60.96 Selecting previously unselected package libuv1:amd64. [2021-02-18T13:27:29.121Z] #35 60.96 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T13:27:29.121Z] #35 60.97 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:29.121Z] #35 ... [2021-02-18T13:27:29.121Z] [2021-02-18T13:27:29.121Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:29.121Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:29.121Z] #12 61.17 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T13:27:29.381Z] #12 61.18 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T13:27:29.381Z] #12 61.21 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:27:29.381Z] #12 61.36 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T13:27:29.381Z] #12 61.37 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:29.381Z] #12 61.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:27:29.381Z] #12 ... [2021-02-18T13:27:29.381Z] [2021-02-18T13:27:29.381Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:29.381Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:27:29.381Z] #33 51.43 time [2021-02-18T13:27:29.381Z] #33 56.97 internal/poll [2021-02-18T13:27:29.381Z] #33 59.33 internal/syscall/execenv [2021-02-18T13:27:29.381Z] #33 59.62 internal/syscall/unix [2021-02-18T13:27:29.381Z] #33 60.02 os [2021-02-18T13:27:29.381Z] #33 60.73 internal/fmtsort [2021-02-18T13:27:29.381Z] #33 61.44 strings [2021-02-18T13:27:29.384Z] #42 85.51 DEP criu/cr-service.d [2021-02-18T13:27:29.384Z] #42 85.70 DEP criu/cr-restore.d [2021-02-18T13:27:29.640Z] #33 ... [2021-02-18T13:27:29.640Z] [2021-02-18T13:27:29.640Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:29.640Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:29.641Z] #35 61.17 Selecting previously unselected package cmake. [2021-02-18T13:27:29.641Z] #35 61.17 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T13:27:29.641Z] #35 61.20 Unpacking cmake (3.13.4-1) ... [2021-02-18T13:27:29.645Z] #42 85.97 DEP criu/cr-errno.d [2021-02-18T13:27:29.645Z] #42 85.98 DEP criu/cr-dump.d [2021-02-18T13:27:29.899Z] #42 ... [2021-02-18T13:27:29.899Z] [2021-02-18T13:27:29.899Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:29.899Z] #50 sha256:a388fd4d9ede0ccc78863a4abc8232a1fd17ee078ee9a6e54d7628d897b399c0 [2021-02-18T13:27:29.899Z] #50 47.06 os [2021-02-18T13:27:29.899Z] #50 50.19 mvdan.cc/sh/v3/fileutil [2021-02-18T13:27:29.899Z] #50 50.54 flag [2021-02-18T13:27:29.899Z] #50 50.54 github.com/pkg/diff [2021-02-18T13:27:29.899Z] #50 50.54 go/token [2021-02-18T13:27:29.899Z] #50 50.54 encoding/binary [2021-02-18T13:27:29.899Z] #50 51.81 go/scanner [2021-02-18T13:27:29.899Z] #50 52.69 mvdan.cc/editorconfig [2021-02-18T13:27:29.899Z] #50 52.92 mvdan.cc/sh/v3/syntax [2021-02-18T13:27:29.899Z] #50 53.51 encoding/base64 [2021-02-18T13:27:29.899Z] #50 54.82 go/ast [2021-02-18T13:27:29.899Z] #50 54.96 encoding/json [2021-02-18T13:27:29.899Z] #50 55.20 golang.org/x/sys/unix [2021-02-18T13:27:29.899Z] #50 ... [2021-02-18T13:27:29.899Z] [2021-02-18T13:27:29.899Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:29.899Z] #36 sha256:db6bdea32357a7a2ca5fdb289d0459b3b444cf70af185d6f26144bd92f00c58a [2021-02-18T13:27:29.899Z] #36 2.606 + cd /tmp/tmp.b7pB198CG3/tini [2021-02-18T13:27:29.899Z] #36 2.609 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:29.899Z] #36 2.628 + cmake . [2021-02-18T13:27:29.899Z] #36 3.233 -- The C compiler identification is GNU 8.3.0 [2021-02-18T13:27:29.899Z] #36 3.329 -- Check for working C compiler: /usr/bin/cc [2021-02-18T13:27:29.899Z] #36 3.961 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T13:27:29.899Z] #36 3.971 -- Detecting C compiler ABI info [2021-02-18T13:27:29.899Z] #41 46.97 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:29.906Z] #42 86.23 DEP criu/cr-dedup.d [2021-02-18T13:27:30.162Z] #36 4.375 -- Detecting C compiler ABI info - done [2021-02-18T13:27:30.162Z] #41 47.19 Fetched 4095 kB in 1s (3996 kB/s) [2021-02-18T13:27:30.162Z] #41 ... [2021-02-18T13:27:30.162Z] [2021-02-18T13:27:30.162Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:30.162Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:30.162Z] #44 47.30 bufio [2021-02-18T13:27:30.167Z] #42 86.44 DEP criu/cr-check.d [2021-02-18T13:27:30.425Z] #36 4.395 -- Detecting C compile features [2021-02-18T13:27:30.428Z] #42 86.68 DEP criu/config.d [2021-02-18T13:27:30.428Z] #42 86.88 DEP criu/clone-noasan.d [2021-02-18T13:27:30.428Z] #42 86.93 DEP criu/cgroup.d [2021-02-18T13:27:30.435Z] #41 ... [2021-02-18T13:27:30.436Z] [2021-02-18T13:27:30.436Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:30.436Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:30.436Z] #44 55.90 time [2021-02-18T13:27:30.436Z] #44 60.94 strings [2021-02-18T13:27:30.436Z] #44 62.37 os [2021-02-18T13:27:30.436Z] #44 63.46 regexp/syntax [2021-02-18T13:27:30.436Z] #44 ... [2021-02-18T13:27:30.436Z] [2021-02-18T13:27:30.436Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:30.436Z] #36 sha256:9114821df421af04789ed3953ff6bd4526460a78ffc25d988cf306bd5c50928c [2021-02-18T13:27:30.436Z] #36 1.161 + RM_GOPATH=0 [2021-02-18T13:27:30.436Z] #36 1.161 + TMP_GOPATH= [2021-02-18T13:27:30.436Z] #36 1.161 + : /build [2021-02-18T13:27:30.436Z] #36 1.161 + '[' -z '' ']' [2021-02-18T13:27:30.436Z] #36 1.161 ++ mktemp -d [2021-02-18T13:27:30.436Z] #36 1.163 + export GOPATH=/tmp/tmp.Jv95Hfl0D7 [2021-02-18T13:27:30.436Z] #36 1.163 + GOPATH=/tmp/tmp.Jv95Hfl0D7 [2021-02-18T13:27:30.436Z] #36 1.163 + RM_GOPATH=1 [2021-02-18T13:27:30.436Z] #36 1.163 + case "$(go env GOARCH)" in [2021-02-18T13:27:30.436Z] #36 1.164 ++ go env GOARCH [2021-02-18T13:27:30.436Z] #36 1.208 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:30.436Z] #36 1.218 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:30.436Z] #36 1.219 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:30.436Z] #36 1.221 + dir=/tmp/install [2021-02-18T13:27:30.436Z] #36 1.221 + bin=tini [2021-02-18T13:27:30.436Z] #36 1.222 + shift [2021-02-18T13:27:30.436Z] #36 1.222 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T13:27:30.436Z] #36 1.225 + . /tmp/install/tini.installer [2021-02-18T13:27:30.436Z] #36 1.225 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:30.436Z] #36 1.230 + install_tini [2021-02-18T13:27:30.436Z] #36 1.232 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T13:27:30.436Z] #36 1.232 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:30.436Z] #36 1.232 + git clone https://github.com/krallin/tini.git /tmp/tmp.Jv95Hfl0D7/tini [2021-02-18T13:27:30.436Z] #36 1.234 Cloning into '/tmp/tmp.Jv95Hfl0D7/tini'... [2021-02-18T13:27:30.436Z] #36 2.005 + cd /tmp/tmp.Jv95Hfl0D7/tini [2021-02-18T13:27:30.436Z] #36 2.005 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:30.436Z] #36 2.027 + cmake . [2021-02-18T13:27:30.689Z] #42 87.08 DEP criu/cgroup-props.d [2021-02-18T13:27:30.689Z] #42 87.18 DEP criu/bitmap.d [2021-02-18T13:27:30.689Z] #42 87.19 DEP criu/bfd.d [2021-02-18T13:27:30.949Z] #42 87.27 DEP criu/autofs.d [2021-02-18T13:27:30.998Z] #36 2.689 -- The C compiler identification is GNU 8.3.0 [2021-02-18T13:27:31.101Z] #44 48.09 reflect [2021-02-18T13:27:31.210Z] #42 87.41 DEP criu/aio.d [2021-02-18T13:27:31.210Z] #42 87.55 DEP criu/action-scripts.d [2021-02-18T13:27:31.255Z] #36 2.757 -- Check for working C compiler: /usr/bin/cc [2021-02-18T13:27:31.375Z] #36 ... [2021-02-18T13:27:31.375Z] [2021-02-18T13:27:31.375Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:31.375Z] #33 sha256:a7461a3ec5e8e9ba62edad672eeb67cd0aacd3f3d64e0b8d21320c490f5fdd1b [2021-02-18T13:27:31.375Z] #33 DONE 58.8s [2021-02-18T13:27:31.471Z] #42 87.78 CC criu/action-scripts.o [2021-02-18T13:27:31.639Z] [2021-02-18T13:27:31.639Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:31.639Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:31.639Z] #42 2.837 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:27:31.639Z] #42 2.837 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:27:31.639Z] #42 2.844 Note: Building without GnuTLS support [2021-02-18T13:27:31.639Z] #42 2.851 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:27:31.639Z] #42 2.851 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:27:31.818Z] #36 3.461 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T13:27:31.818Z] #36 3.475 -- Detecting C compiler ABI info [2021-02-18T13:27:32.040Z] #44 48.95 syscall [2021-02-18T13:27:32.043Z] #42 88.21 CC criu/aio.o [2021-02-18T13:27:32.177Z] #35 63.97 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:32.177Z] #35 64.03 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:27:32.177Z] #35 64.04 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:32.177Z] #35 64.06 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:32.177Z] #35 64.11 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:32.177Z] #35 64.14 Setting up cmake-data (3.13.4-1) ... [2021-02-18T13:27:32.177Z] #35 64.19 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:32.177Z] #35 64.20 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:32.303Z] #42 88.62 CC criu/autofs.o [2021-02-18T13:27:32.383Z] #36 4.060 -- Detecting C compiler ABI info - done [2021-02-18T13:27:32.383Z] #36 4.114 -- Detecting C compile features [2021-02-18T13:27:32.439Z] #35 64.21 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:32.439Z] #35 64.23 Setting up cmake (3.13.4-1) ... [2021-02-18T13:27:32.439Z] #35 64.24 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:32.439Z] #35 64.33 Processing triggers for mime-support (3.62) ... [2021-02-18T13:27:32.591Z] #42 ... [2021-02-18T13:27:32.591Z] [2021-02-18T13:27:32.591Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:32.591Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:32.591Z] #44 50.00 os/exec [2021-02-18T13:27:32.591Z] #44 50.05 net [2021-02-18T13:27:32.591Z] #44 51.26 flag [2021-02-18T13:27:32.591Z] #44 51.26 go/token [2021-02-18T13:27:32.591Z] #44 52.07 net/url [2021-02-18T13:27:32.591Z] #44 52.70 go/scanner [2021-02-18T13:27:32.591Z] #44 53.82 text/template/parse [2021-02-18T13:27:32.591Z] #44 54.82 go/ast [2021-02-18T13:27:32.591Z] #44 55.04 encoding/json [2021-02-18T13:27:32.855Z] #44 ... [2021-02-18T13:27:32.855Z] [2021-02-18T13:27:32.855Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:32.855Z] #36 sha256:db6bdea32357a7a2ca5fdb289d0459b3b444cf70af185d6f26144bd92f00c58a [2021-02-18T13:27:32.855Z] #36 6.946 -- Detecting C compile features - done [2021-02-18T13:27:32.855Z] #36 7.025 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T13:27:32.876Z] #42 ... [2021-02-18T13:27:32.876Z] [2021-02-18T13:27:32.876Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:32.876Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:32.876Z] #19 25.90 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:32.876Z] #19 26.20 Fetched 28.5 MB in 2s (14.3 MB/s) [2021-02-18T13:27:32.876Z] #19 26.28 Selecting previously unselected package pigz. [2021-02-18T13:27:32.876Z] #19 26.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T13:27:32.876Z] #19 26.39 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 26.39 Unpacking pigz (2.4-1) ... [2021-02-18T13:27:32.876Z] #19 26.57 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T13:27:32.876Z] #19 26.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 26.60 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:32.876Z] #19 27.26 Selecting previously unselected package python3.7-minimal. [2021-02-18T13:27:32.876Z] #19 27.26 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 27.28 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:27:32.876Z] #19 28.12 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:32.876Z] #19 28.15 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:27:32.876Z] #19 30.33 Selecting previously unselected package python3-minimal. [2021-02-18T13:27:32.876Z] #19 30.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T13:27:32.876Z] #19 30.40 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 30.41 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T13:27:32.876Z] #19 30.53 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T13:27:32.876Z] #19 30.53 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 30.54 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:27:32.876Z] #19 30.67 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T13:27:32.876Z] #19 30.67 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:27:32.876Z] #19 30.68 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:32.876Z] #19 31.66 Selecting previously unselected package python3.7. [2021-02-18T13:27:32.981Z] #44 ... [2021-02-18T13:27:32.981Z] [2021-02-18T13:27:32.981Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-18T13:27:32.981Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-18T13:27:32.981Z] #54 35.50 Reading package lists... [2021-02-18T13:27:32.981Z] #54 42.81 Building dependency tree... [2021-02-18T13:27:32.981Z] #54 46.49 The following additional packages will be installed: [2021-02-18T13:27:32.981Z] #54 46.52 libbtrfs0 [2021-02-18T13:27:32.981Z] #54 46.75 The following NEW packages will be installed: [2021-02-18T13:27:32.981Z] #54 46.76 libbtrfs-dev libbtrfs0 [2021-02-18T13:27:32.981Z] #54 47.16 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:32.981Z] #54 47.16 Need to get 119 kB of archives. [2021-02-18T13:27:32.981Z] #54 47.16 After this operation, 387 kB of additional disk space will be used. [2021-02-18T13:27:32.981Z] #54 47.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:32.981Z] #54 47.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:32.981Z] #54 48.28 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:32.981Z] #54 48.45 Fetched 119 kB in 0s (437 kB/s) [2021-02-18T13:27:32.981Z] #54 48.58 Selecting previously unselected package libbtrfs0. [2021-02-18T13:27:32.981Z] #54 48.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:32.981Z] #54 48.63 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:27:32.981Z] #54 48.77 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:32.981Z] #54 48.86 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:27:32.981Z] #54 48.91 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:27:32.981Z] #54 48.93 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:32.981Z] #54 49.20 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:27:32.981Z] #54 49.24 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:27:32.981Z] #54 49.26 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:32.981Z] #54 DONE 49.9s [2021-02-18T13:27:32.981Z] [2021-02-18T13:27:32.981Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:32.981Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:32.981Z] #41 47.32 Selecting previously unselected package libcap-dev:amd64. [2021-02-18T13:27:32.981Z] #41 47.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:32.981Z] #41 47.41 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 47.42 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:32.981Z] #41 47.58 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:27:32.981Z] #41 47.58 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 47.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:32.981Z] #41 47.75 Selecting previously unselected package libnet1-dev. [2021-02-18T13:27:32.981Z] #41 47.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 47.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:32.981Z] #41 48.06 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:27:32.981Z] #41 48.06 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 48.06 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:32.981Z] #41 48.24 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-18T13:27:32.981Z] #41 48.24 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 48.31 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:32.981Z] #41 48.77 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:27:32.981Z] #41 48.77 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 48.79 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:32.981Z] #41 48.86 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-18T13:27:32.981Z] #41 48.90 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 48.92 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:32.981Z] #41 49.03 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-18T13:27:32.981Z] #41 49.03 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 49.06 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:32.981Z] #41 49.35 Selecting previously unselected package libprotobuf17:amd64. [2021-02-18T13:27:32.981Z] #41 49.35 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:32.981Z] #41 49.36 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.014Z] #35 DONE 64.9s [2021-02-18T13:27:33.014Z] [2021-02-18T13:27:33.014Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:33.014Z] #36 sha256:8ffd902bcffa4d2626cb363bfdbea0f6a0196d36a59bc00d7c6bd9ee4088abc4 [2021-02-18T13:27:33.118Z] #36 7.321 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T13:27:33.137Z] #19 31.67 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:27:33.137Z] #19 31.68 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:33.137Z] #19 31.81 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T13:27:33.137Z] #19 31.81 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T13:27:33.137Z] #19 31.82 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:27:33.137Z] #19 31.89 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T13:27:33.242Z] #41 50.32 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-18T13:27:33.242Z] #41 50.33 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:33.242Z] #41 50.34 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.313Z] #36 ... [2021-02-18T13:27:33.313Z] [2021-02-18T13:27:33.313Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:33.313Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:33.313Z] #41 68.20 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:33.313Z] #41 68.22 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:33.313Z] #41 DONE 68.9s [2021-02-18T13:27:33.313Z] [2021-02-18T13:27:33.313Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:33.313Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:33.313Z] #12 68.27 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T13:27:33.313Z] #12 68.27 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T13:27:33.313Z] #12 68.28 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:27:33.384Z] #36 7.505 -- Configuring done [2021-02-18T13:27:33.384Z] #36 7.521 -- Generating done [2021-02-18T13:27:33.384Z] #36 7.549 -- Build files have been written to: /tmp/tmp.b7pB198CG3/tini [2021-02-18T13:27:33.384Z] #36 7.552 + make tini-static [2021-02-18T13:27:33.502Z] #41 50.58 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-18T13:27:33.502Z] #41 50.58 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:33.502Z] #41 50.60 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.502Z] #41 ... [2021-02-18T13:27:33.502Z] [2021-02-18T13:27:33.502Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:33.502Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:27:33.502Z] #33 40.57 sync [2021-02-18T13:27:33.502Z] #33 40.57 internal/reflectlite [2021-02-18T13:27:33.502Z] #33 43.07 sort [2021-02-18T13:27:33.502Z] #33 43.08 errors [2021-02-18T13:27:33.502Z] #33 43.49 strconv [2021-02-18T13:27:33.502Z] #33 44.35 io [2021-02-18T13:27:33.502Z] #33 45.33 internal/oserror [2021-02-18T13:27:33.502Z] #33 45.46 syscall [2021-02-18T13:27:33.502Z] #33 47.97 reflect [2021-02-18T13:27:33.585Z] #36 ... [2021-02-18T13:27:33.585Z] [2021-02-18T13:27:33.585Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:33.585Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:27:33.585Z] #44 55.25 time [2021-02-18T13:27:33.585Z] #44 61.31 internal/fmtsort [2021-02-18T13:27:33.585Z] #44 61.48 os [2021-02-18T13:27:33.585Z] #44 61.89 strings [2021-02-18T13:27:33.585Z] #44 64.58 regexp/syntax [2021-02-18T13:27:33.585Z] #44 ... [2021-02-18T13:27:33.585Z] [2021-02-18T13:27:33.585Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:33.585Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:33.585Z] #41 62.44 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:33.585Z] #41 62.46 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:33.585Z] #41 62.49 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.585Z] #41 62.50 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:33.585Z] #41 62.54 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.585Z] #41 62.56 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:33.585Z] #41 62.57 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:33.585Z] #41 62.59 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:33.585Z] #41 62.61 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:33.585Z] #41 62.62 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:33.762Z] #33 ... [2021-02-18T13:27:33.762Z] [2021-02-18T13:27:33.762Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:27:33.762Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:27:33.762Z] #48 41.09 go: extracting golang.org/x/text v0.3.2 [2021-02-18T13:27:33.762Z] #48 45.82 go: finding github.com/fatih/color v1.7.0 [2021-02-18T13:27:33.762Z] #48 46.00 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-18T13:27:33.762Z] #48 46.00 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-18T13:27:33.762Z] #48 46.00 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-18T13:27:33.762Z] #48 46.08 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-18T13:27:33.762Z] #48 46.22 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-18T13:27:33.762Z] #48 46.22 go: finding github.com/pkg/errors v0.8.1 [2021-02-18T13:27:33.762Z] #48 46.22 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-18T13:27:33.762Z] #48 46.22 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-18T13:27:33.762Z] #48 46.22 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-18T13:27:33.762Z] #48 46.23 go: finding github.com/stretchr/testify v1.4.0 [2021-02-18T13:27:33.762Z] #48 46.23 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-18T13:27:33.762Z] #48 46.23 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.26 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.26 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.26 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-18T13:27:33.762Z] #48 46.27 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.29 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.29 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.35 go: finding github.com/spf13/viper v1.6.1 [2021-02-18T13:27:33.762Z] #48 46.36 go: finding github.com/stretchr/objx v0.2.0 [2021-02-18T13:27:33.762Z] #48 46.44 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-18T13:27:33.762Z] #48 46.46 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.60 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.62 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-18T13:27:33.762Z] #48 46.64 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-18T13:27:33.762Z] #48 46.68 go: finding github.com/gobwas/glob v0.2.3 [2021-02-18T13:27:33.762Z] #48 46.75 go: finding github.com/spf13/cobra v0.0.5 [2021-02-18T13:27:33.762Z] #48 46.76 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-18T13:27:33.762Z] #48 46.82 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-18T13:27:33.762Z] #48 46.87 go: finding github.com/spf13/pflag v1.0.5 [2021-02-18T13:27:33.762Z] #48 46.90 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-18T13:27:33.762Z] #48 46.93 go: finding github.com/magiconair/properties v1.8.1 [2021-02-18T13:27:33.762Z] #48 46.96 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-18T13:27:33.762Z] #48 47.00 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T13:27:33.762Z] #48 47.01 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-18T13:27:33.762Z] #48 47.03 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-18T13:27:33.762Z] #48 47.04 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-18T13:27:33.762Z] #48 47.06 go: finding github.com/spf13/afero v1.1.2 [2021-02-18T13:27:33.762Z] #48 47.08 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-18T13:27:33.762Z] #48 47.15 go: finding github.com/spf13/cast v1.3.0 [2021-02-18T13:27:33.762Z] #48 47.19 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-18T13:27:33.762Z] #48 47.30 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-18T13:27:33.762Z] #48 47.33 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-18T13:27:33.762Z] #48 47.36 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-18T13:27:33.762Z] #48 47.40 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-18T13:27:33.762Z] #48 47.41 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-18T13:27:33.762Z] #48 47.44 go: finding golang.org/x/text v0.3.2 [2021-02-18T13:27:33.762Z] #48 47.52 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-18T13:27:33.762Z] #48 47.53 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-18T13:27:33.762Z] #48 47.53 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-18T13:27:33.762Z] #48 47.54 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-18T13:27:33.762Z] #48 47.55 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-18T13:27:33.762Z] #48 47.56 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-18T13:27:33.762Z] #48 47.57 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-18T13:27:33.762Z] #48 47.58 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-18T13:27:33.762Z] #48 47.58 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-18T13:27:33.763Z] #48 47.66 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-18T13:27:33.763Z] #48 47.67 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-18T13:27:33.763Z] #48 47.70 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-18T13:27:33.763Z] #48 47.73 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-18T13:27:33.763Z] #48 47.75 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-18T13:27:33.763Z] #48 47.76 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-18T13:27:33.763Z] #48 47.77 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-18T13:27:33.763Z] #48 47.80 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-18T13:27:33.763Z] #48 47.80 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-18T13:27:33.763Z] #48 47.83 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-18T13:27:33.763Z] #48 47.86 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-18T13:27:33.763Z] #48 47.91 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-18T13:27:33.763Z] #48 48.05 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-18T13:27:33.763Z] #48 48.10 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-18T13:27:33.763Z] #48 48.11 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-18T13:27:33.763Z] #48 48.34 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-18T13:27:33.763Z] #48 48.36 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-18T13:27:33.961Z] #36 7.959 Scanning dependencies of target tini-static [2021-02-18T13:27:33.961Z] #36 8.079 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T13:27:34.023Z] #48 ... [2021-02-18T13:27:34.023Z] [2021-02-18T13:27:34.023Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:34.023Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:34.023Z] #12 34.06 Reading package lists... [2021-02-18T13:27:34.023Z] #12 41.14 Building dependency tree... [2021-02-18T13:27:34.023Z] #12 44.93 The following additional packages will be installed: [2021-02-18T13:27:34.023Z] #12 44.93 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-18T13:27:34.023Z] #12 44.93 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-18T13:27:34.023Z] #12 44.94 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-18T13:27:34.023Z] #12 44.94 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-18T13:27:34.023Z] #12 44.94 mingw-w64-x86-64-dev [2021-02-18T13:27:34.023Z] #12 44.96 Suggested packages: [2021-02-18T13:27:34.023Z] #12 44.96 gcc-8-locales seccomp wine64 [2021-02-18T13:27:34.023Z] #12 46.53 The following NEW packages will be installed: [2021-02-18T13:27:34.023Z] #12 46.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-18T13:27:34.023Z] #12 46.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-18T13:27:34.023Z] #12 46.56 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-18T13:27:34.023Z] #12 46.56 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-18T13:27:34.023Z] #12 46.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-18T13:27:34.023Z] #12 46.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-18T13:27:34.023Z] #12 46.58 The following packages will be upgraded: [2021-02-18T13:27:34.023Z] #12 46.60 libsystemd0 libudev1 [2021-02-18T13:27:34.023Z] #12 46.97 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:27:34.023Z] #12 46.97 Need to get 78.2 MB of archives. [2021-02-18T13:27:34.023Z] #12 46.97 After this operation, 487 MB of additional disk space will be used. [2021-02-18T13:27:34.023Z] #12 46.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-18T13:27:34.023Z] #12 46.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-18T13:27:34.023Z] #12 46.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-18T13:27:34.023Z] #12 47.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-02-18T13:27:34.023Z] #12 47.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-18T13:27:34.023Z] #12 47.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-18T13:27:34.023Z] #12 47.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-18T13:27:34.023Z] #12 47.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-18T13:27:34.023Z] #12 47.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-18T13:27:34.023Z] #12 48.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-18T13:27:34.023Z] #12 48.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-02-18T13:27:34.023Z] #12 ... [2021-02-18T13:27:34.023Z] [2021-02-18T13:27:34.023Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:34.023Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:27:34.023Z] #50 50.40 syscall [2021-02-18T13:27:34.023Z] #50 50.44 reflect [2021-02-18T13:27:34.081Z] #19 32.74 Selecting previously unselected package python3. [2021-02-18T13:27:34.081Z] #19 32.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T13:27:34.081Z] #19 32.78 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T13:27:34.081Z] #19 32.79 Unpacking python3 (3.7.3-1) ... [2021-02-18T13:27:34.284Z] Running on azwin-2-75e650 in d:\jenkins\workspace\moby_PR-41974 [Pipeline] { [Pipeline] ws [2021-02-18T13:27:34.436Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-02-18T13:27:34.463Z] #19 32.92 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T13:27:34.463Z] #19 32.92 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:27:34.463Z] #19 32.93 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:34.463Z] #19 33.02 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T13:27:34.463Z] #19 33.04 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:27:34.463Z] #19 33.06 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:34.463Z] #19 33.18 Selecting previously unselected package libiptc0:amd64. [2021-02-18T13:27:34.463Z] #19 33.19 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T13:27:34.463Z] #19 33.20 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:34.463Z] #19 33.30 Selecting previously unselected package libnfnetlink0:amd64. [Pipeline] checkout [2021-02-18T13:27:34.724Z] #19 33.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T13:27:34.724Z] #19 33.31 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:27:34.724Z] #19 33.38 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T13:27:34.724Z] #19 33.38 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T13:27:34.724Z] #19 33.39 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:27:34.963Z] #50 ... [2021-02-18T13:27:34.963Z] [2021-02-18T13:27:34.964Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:34.964Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:34.964Z] #35 35.35 Reading package lists... [2021-02-18T13:27:34.964Z] #35 42.33 Building dependency tree... [2021-02-18T13:27:34.964Z] #35 46.08 The following additional packages will be installed: [2021-02-18T13:27:34.964Z] #35 46.08 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-18T13:27:34.964Z] #35 46.08 Suggested packages: [2021-02-18T13:27:34.964Z] #35 46.08 cmake-doc ninja-build lrzip [2021-02-18T13:27:34.964Z] #35 46.08 Recommended packages: [2021-02-18T13:27:34.964Z] #35 46.08 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-18T13:27:34.964Z] #35 47.07 The following NEW packages will be installed: [2021-02-18T13:27:34.964Z] #35 47.08 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-18T13:27:34.964Z] #35 47.09 vim-common xxd [2021-02-18T13:27:34.964Z] #35 47.77 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-18T13:27:34.964Z] #35 47.77 Need to get 14.9 MB of archives. [2021-02-18T13:27:34.964Z] #35 47.77 After this operation, 61.8 MB of additional disk space will be used. [2021-02-18T13:27:34.964Z] #35 47.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:27:34.964Z] #35 47.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:27:34.964Z] #35 47.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-18T13:27:34.964Z] #35 47.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:27:34.964Z] #35 48.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-18T13:27:34.964Z] #35 48.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-18T13:27:34.964Z] #35 48.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-18T13:27:34.964Z] #35 48.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-18T13:27:34.964Z] #35 48.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-18T13:27:34.964Z] #35 48.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-18T13:27:34.964Z] #35 50.37 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:34.964Z] #35 50.58 Fetched 14.9 MB in 2s (7697 kB/s) [2021-02-18T13:27:34.964Z] #35 50.67 Selecting previously unselected package xxd. [2021-02-18T13:27:34.964Z] #35 50.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:34.964Z] #35 50.75 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:27:34.964Z] #35 50.77 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:27:34.964Z] #35 51.00 Selecting previously unselected package vim-common. [2021-02-18T13:27:34.964Z] #35 51.00 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:34.964Z] #35 51.07 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:34.964Z] #35 51.43 Selecting previously unselected package cmake-data. [2021-02-18T13:27:34.964Z] #35 51.43 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-18T13:27:34.964Z] #35 51.46 Unpacking cmake-data (3.13.4-1) ... [2021-02-18T13:27:34.985Z] #19 33.48 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T13:27:34.985Z] #19 33.49 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T13:27:34.985Z] #19 33.50 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:27:34.985Z] #19 33.60 Selecting previously unselected package iptables. [2021-02-18T13:27:34.985Z] #19 33.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T13:27:34.985Z] #19 33.63 Unpacking iptables (1.8.2-4) ... [2021-02-18T13:27:35.224Z] #35 ... [2021-02-18T13:27:35.224Z] [2021-02-18T13:27:35.224Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:35.224Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:35.224Z] #41 52.14 Selecting previously unselected package libprotoc17:amd64. [2021-02-18T13:27:35.224Z] #41 52.17 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:35.224Z] #41 52.18 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:35.261Z] #19 34.00 Selecting previously unselected package xxd. [2021-02-18T13:27:35.523Z] #19 34.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:27:35.523Z] #19 34.02 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:27:35.523Z] #19 34.18 Selecting previously unselected package vim-common. [2021-02-18T13:27:35.523Z] #19 34.18 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:35.523Z] #19 34.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:35.784Z] #19 34.43 Selecting previously unselected package bash-completion. [2021-02-18T13:27:35.784Z] #19 34.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T13:27:35.790Z] The recommended git tool is: git [2021-02-18T13:27:35.795Z] #41 52.83 Selecting previously unselected package protobuf-c-compiler. [2021-02-18T13:27:35.795Z] #41 52.88 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:35.834Z] #12 ... [2021-02-18T13:27:35.834Z] [2021-02-18T13:27:35.834Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:35.834Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:27:35.835Z] #50 61.70 os [2021-02-18T13:27:35.835Z] #50 65.88 encoding/binary [2021-02-18T13:27:35.835Z] #50 65.88 fmt [2021-02-18T13:27:35.835Z] #50 68.04 encoding/base64 [2021-02-18T13:27:35.835Z] #50 68.70 golang.org/x/sys/unix [2021-02-18T13:27:35.835Z] #50 71.42 encoding/json [2021-02-18T13:27:35.903Z] #36 9.585 [100%] Linking C executable tini-static [2021-02-18T13:27:36.061Z] #41 52.90 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:36.061Z] #41 53.03 Selecting previously unselected package protobuf-compiler. [2021-02-18T13:27:36.061Z] #41 53.05 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:36.061Z] #41 53.06 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:36.091Z] #50 ... [2021-02-18T13:27:36.091Z] [2021-02-18T13:27:36.091Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:36.091Z] #36 sha256:9114821df421af04789ed3953ff6bd4526460a78ffc25d988cf306bd5c50928c [2021-02-18T13:27:36.091Z] #36 6.356 -- Detecting C compile features - done [2021-02-18T13:27:36.091Z] #36 6.429 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T13:27:36.091Z] #36 6.787 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T13:27:36.091Z] #36 6.952 -- Configuring done [2021-02-18T13:27:36.091Z] #36 6.992 -- Generating done [2021-02-18T13:27:36.091Z] #36 6.993 -- Build files have been written to: /tmp/tmp.Jv95Hfl0D7/tini [2021-02-18T13:27:36.091Z] #36 7.000 + make tini-static [2021-02-18T13:27:36.091Z] #36 7.488 Scanning dependencies of target tini-static [2021-02-18T13:27:36.091Z] #36 7.604 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T13:27:36.166Z] #36 10.10 [100%] Built target tini-static [2021-02-18T13:27:36.166Z] #36 10.21 + mkdir -p /build [2021-02-18T13:27:36.166Z] #36 10.22 + cp tini-static /build/docker-init [2021-02-18T13:27:36.322Z] #41 53.20 Selecting previously unselected package python-pkg-resources. [2021-02-18T13:27:36.322Z] #41 53.39 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:27:36.322Z] #41 53.39 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:36.583Z] #41 53.62 Selecting previously unselected package python-six. [2021-02-18T13:27:36.583Z] #41 53.62 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-18T13:27:36.583Z] #41 53.63 Unpacking python-six (1.12.0-1) ... [2021-02-18T13:27:36.583Z] #41 53.72 Selecting previously unselected package python-protobuf. [2021-02-18T13:27:36.848Z] #41 53.72 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-18T13:27:36.848Z] #41 53.73 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:36.879Z] #41 ... [2021-02-18T13:27:36.879Z] [2021-02-18T13:27:36.879Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:36.879Z] #36 sha256:8ffd902bcffa4d2626cb363bfdbea0f6a0196d36a59bc00d7c6bd9ee4088abc4 [2021-02-18T13:27:36.879Z] #36 1.205 + RM_GOPATH=0 [2021-02-18T13:27:36.879Z] #36 1.205 + TMP_GOPATH= [2021-02-18T13:27:36.879Z] #36 1.206 + : /build [2021-02-18T13:27:36.879Z] #36 1.206 + '[' -z '' ']' [2021-02-18T13:27:36.879Z] #36 1.206 ++ mktemp -d [2021-02-18T13:27:36.879Z] #36 1.212 + export GOPATH=/tmp/tmp.R5MYvjp2dr [2021-02-18T13:27:36.879Z] #36 1.212 + GOPATH=/tmp/tmp.R5MYvjp2dr [2021-02-18T13:27:36.879Z] #36 1.213 + RM_GOPATH=1 [2021-02-18T13:27:36.879Z] #36 1.213 + case "$(go env GOARCH)" in [2021-02-18T13:27:36.879Z] #36 1.215 ++ go env GOARCH [2021-02-18T13:27:36.879Z] #36 1.243 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:36.879Z] #36 1.243 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:36.879Z] #36 1.248 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:36.879Z] #36 1.249 + dir=/tmp/install [2021-02-18T13:27:36.879Z] #36 1.249 + bin=tini [2021-02-18T13:27:36.879Z] #36 1.249 + shift [2021-02-18T13:27:36.879Z] #36 1.250 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T13:27:36.879Z] #36 1.250 + . /tmp/install/tini.installer [2021-02-18T13:27:36.879Z] #36 1.250 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:36.879Z] #36 1.250 + install_tini [2021-02-18T13:27:36.879Z] #36 1.251 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T13:27:36.879Z] #36 1.251 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:36.879Z] #36 1.251 + git clone https://github.com/krallin/tini.git /tmp/tmp.R5MYvjp2dr/tini [2021-02-18T13:27:36.879Z] #36 1.258 Cloning into '/tmp/tmp.R5MYvjp2dr/tini'... [2021-02-18T13:27:36.879Z] #36 1.968 + cd /tmp/tmp.R5MYvjp2dr/tini [2021-02-18T13:27:36.879Z] #36 1.968 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:36.879Z] #36 1.983 + cmake . [2021-02-18T13:27:36.879Z] #36 2.701 -- The C compiler identification is GNU 8.3.0 [2021-02-18T13:27:36.879Z] #36 2.755 -- Check for working C compiler: /usr/bin/cc [2021-02-18T13:27:36.879Z] #36 3.521 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T13:27:36.879Z] #36 3.529 -- Detecting C compiler ABI info [2021-02-18T13:27:37.115Z] #36 DONE 11.2s [2021-02-18T13:27:37.115Z] [2021-02-18T13:27:37.115Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:37.115Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:37.115Z] #42 5.522 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:27:37.115Z] #42 5.601 GEN .gitid [2021-02-18T13:27:37.115Z] #42 5.677 GEN criu/include/version.h [2021-02-18T13:27:37.115Z] #42 5.816 GEN include/common/asm [2021-02-18T13:27:37.115Z] #42 7.362 PBCC images/timens.pb-c.c [2021-02-18T13:27:37.115Z] #42 7.414 DEP images/timens.pb-c.d [2021-02-18T13:27:37.115Z] #42 7.462 PBCC images/fown.pb-c.c [2021-02-18T13:27:37.115Z] #42 7.505 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T13:27:37.115Z] #42 7.615 PBCC images/opts.pb-c.c [2021-02-18T13:27:37.115Z] #42 7.682 PBCC images/memfd.pb-c.c [2021-02-18T13:27:37.115Z] #42 7.734 DEP images/fown.pb-c.d [2021-02-18T13:27:37.115Z] #42 7.774 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T13:27:37.115Z] #42 7.825 DEP images/opts.pb-c.d [2021-02-18T13:27:37.115Z] #42 7.906 DEP images/memfd.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.003 PBCC images/sit.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.082 DEP images/sit.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.130 PBCC images/macvlan.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.158 DEP images/macvlan.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.214 PBCC images/autofs.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.226 DEP images/autofs.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.307 PBCC images/sysctl.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.330 DEP images/sysctl.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.384 PBCC images/time.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.412 DEP images/time.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.472 PBCC images/binfmt-misc.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.506 DEP images/binfmt-misc.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.574 PBCC images/seccomp.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.617 DEP images/seccomp.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.682 PBCC images/userns.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.709 DEP images/userns.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.762 PBCC images/cgroup.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.838 DEP images/cgroup.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.893 PBCC images/ext-file.pb-c.c [2021-02-18T13:27:37.115Z] #42 8.916 DEP images/ext-file.pb-c.d [2021-02-18T13:27:37.115Z] #42 8.951 PBCC images/rpc.pb-c.c [2021-02-18T13:27:37.115Z] #42 9.017 DEP images/rpc.pb-c.d [2021-02-18T13:27:37.139Z] #36 4.147 -- Detecting C compiler ABI info - done [2021-02-18T13:27:37.139Z] #36 4.205 -- Detecting C compile features [2021-02-18T13:27:37.368Z] #41 54.30 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:37.378Z] #42 9.095 PBCC images/siginfo.pb-c.c [2021-02-18T13:27:37.378Z] #42 9.117 DEP images/siginfo.pb-c.d [2021-02-18T13:27:37.378Z] #42 9.265 PBCC images/pagemap.pb-c.c [2021-02-18T13:27:37.378Z] #42 9.298 DEP images/pagemap.pb-c.d [2021-02-18T13:27:37.398Z] #36 ... [2021-02-18T13:27:37.398Z] [2021-02-18T13:27:37.399Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:37.399Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:37.399Z] #41 68.62 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:37.399Z] #41 68.64 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:37.399Z] #41 DONE 69.3s [2021-02-18T13:27:37.460Z] #36 9.161 [100%] Linking C executable tini-static [2021-02-18T13:27:37.644Z] #42 9.389 PBCC images/rlimit.pb-c.c [2021-02-18T13:27:37.644Z] #42 9.424 DEP images/rlimit.pb-c.d [2021-02-18T13:27:37.644Z] #42 9.454 PBCC images/file-lock.pb-c.c [2021-02-18T13:27:37.644Z] #42 9.467 DEP images/file-lock.pb-c.d [2021-02-18T13:27:37.644Z] #42 9.540 PBCC images/tty.pb-c.c [2021-02-18T13:27:37.659Z] [2021-02-18T13:27:37.659Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:37.659Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:37.716Z] #36 ... [2021-02-18T13:27:37.716Z] [2021-02-18T13:27:37.716Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:37.716Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:27:37.716Z] #33 63.45 path [2021-02-18T13:27:37.716Z] #33 64.35 text/tabwriter [2021-02-18T13:27:37.716Z] #33 64.64 fmt [2021-02-18T13:27:37.716Z] #33 65.40 path/filepath [2021-02-18T13:27:37.716Z] #33 66.78 io/ioutil [2021-02-18T13:27:37.716Z] #33 68.60 github.com/BurntSushi/toml [2021-02-18T13:27:37.716Z] #33 68.60 flag [2021-02-18T13:27:37.716Z] #33 70.50 log [2021-02-18T13:27:37.716Z] #33 73.14 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:27:37.716Z] #33 ... [2021-02-18T13:27:37.716Z] [2021-02-18T13:27:37.716Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:37.716Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:37.716Z] #42 2.208 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:27:37.716Z] #42 2.208 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:27:37.716Z] #42 2.235 Note: Building without GnuTLS support [2021-02-18T13:27:37.716Z] #42 2.243 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:27:37.716Z] #42 2.244 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:27:37.716Z] #42 4.552 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:27:37.716Z] #42 4.632 GEN .gitid [2021-02-18T13:27:37.716Z] #42 4.652 GEN criu/include/version.h [2021-02-18T13:27:37.907Z] #42 9.630 DEP images/tty.pb-c.d [2021-02-18T13:27:37.907Z] #42 9.686 PBCC images/tun.pb-c.c [2021-02-18T13:27:37.907Z] #42 9.782 PBCC images/netdev.pb-c.c [2021-02-18T13:27:37.973Z] #42 4.745 GEN include/common/asm [2021-02-18T13:27:38.170Z] #42 9.856 DEP images/tun.pb-c.d [2021-02-18T13:27:38.170Z] #42 10.00 DEP images/netdev.pb-c.d [2021-02-18T13:27:38.170Z] #42 10.11 PBCC images/vma.pb-c.c [2021-02-18T13:27:38.433Z] #42 10.20 DEP images/vma.pb-c.d [2021-02-18T13:27:38.433Z] #42 10.30 PBCC images/creds.pb-c.c [2021-02-18T13:27:38.433Z] #42 10.32 DEP images/creds.pb-c.d [2021-02-18T13:27:38.433Z] #42 10.39 PBCC images/utsns.pb-c.c [2021-02-18T13:27:38.535Z] #42 ... [2021-02-18T13:27:38.536Z] [2021-02-18T13:27:38.536Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:38.536Z] #36 sha256:9114821df421af04789ed3953ff6bd4526460a78ffc25d988cf306bd5c50928c [2021-02-18T13:27:38.536Z] #36 9.795 [100%] Built target tini-static [2021-02-18T13:27:38.536Z] #36 9.886 + mkdir -p /build [2021-02-18T13:27:38.536Z] #36 9.888 + cp tini-static /build/docker-init [2021-02-18T13:27:38.536Z] #36 DONE 10.1s [2021-02-18T13:27:38.536Z] [2021-02-18T13:27:38.536Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:38.536Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:38.536Z] #44 66.62 fmt [2021-02-18T13:27:38.536Z] #44 69.47 regexp [2021-02-18T13:27:38.536Z] #44 71.85 go/token [2021-02-18T13:27:38.536Z] #44 72.82 go/scanner [2021-02-18T13:27:38.536Z] #44 73.27 internal/lazyregexp [2021-02-18T13:27:38.536Z] #44 73.59 net/url [2021-02-18T13:27:38.536Z] #44 74.38 go/ast [2021-02-18T13:27:38.696Z] #42 10.49 DEP images/utsns.pb-c.d [2021-02-18T13:27:38.696Z] #42 10.60 PBCC images/ipc-desc.pb-c.c [2021-02-18T13:27:38.959Z] #42 10.64 PBCC images/ipc-sem.pb-c.c [2021-02-18T13:27:38.959Z] #42 10.66 DEP images/ipc-desc.pb-c.d [2021-02-18T13:27:38.959Z] #42 10.68 DEP images/ipc-sem.pb-c.d [2021-02-18T13:27:38.959Z] #42 10.74 PBCC images/ipc-msg.pb-c.c [2021-02-18T13:27:38.959Z] #42 10.75 DEP images/ipc-msg.pb-c.d [2021-02-18T13:27:38.959Z] #42 10.85 PBCC images/ipc-shm.pb-c.c [2021-02-18T13:27:39.087Z] #19 37.19 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T13:27:39.087Z] #19 37.57 Selecting previously unselected package bzip2. [2021-02-18T13:27:39.087Z] #19 37.57 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T13:27:39.087Z] #19 37.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:27:39.087Z] #19 37.68 Selecting previously unselected package xz-utils. [2021-02-18T13:27:39.087Z] #19 37.69 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T13:27:39.087Z] #19 37.72 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T13:27:39.087Z] #19 37.93 Selecting previously unselected package apparmor. [2021-02-18T13:27:39.222Z] #42 10.88 DEP images/ipc-shm.pb-c.d [2021-02-18T13:27:39.222Z] #42 10.94 PBCC images/ipc-var.pb-c.c [2021-02-18T13:27:39.222Z] #42 10.97 DEP images/ipc-var.pb-c.d [2021-02-18T13:27:39.222Z] #42 11.01 PBCC images/sk-opts.pb-c.c [2021-02-18T13:27:39.222Z] #42 11.07 PBCC images/packet-sock.pb-c.c [2021-02-18T13:27:39.222Z] #42 11.13 DEP images/sk-opts.pb-c.d [2021-02-18T13:27:39.222Z] #42 11.18 DEP images/packet-sock.pb-c.d [2021-02-18T13:27:39.348Z] #19 37.93 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T13:27:39.348Z] #19 38.02 Unpacking apparmor (2.13.2-10) ... [2021-02-18T13:27:39.485Z] #42 11.28 PBCC images/sk-netlink.pb-c.c [2021-02-18T13:27:39.485Z] #42 11.32 DEP images/sk-netlink.pb-c.d [2021-02-18T13:27:39.485Z] #42 11.36 PBCC images/sk-inet.pb-c.c [2021-02-18T13:27:39.485Z] #42 11.40 DEP images/sk-inet.pb-c.d [2021-02-18T13:27:39.609Z] #19 38.36 Selecting previously unselected package aufs-tools. [2021-02-18T13:27:39.748Z] #42 11.47 PBCC images/sk-unix.pb-c.c [2021-02-18T13:27:39.748Z] #42 11.51 DEP images/sk-unix.pb-c.d [2021-02-18T13:27:39.748Z] #42 11.58 PBCC images/mm.pb-c.c [2021-02-18T13:27:39.831Z] #42 2.325 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:27:39.831Z] #42 2.327 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:27:39.831Z] #42 2.374 Note: Building without GnuTLS support [2021-02-18T13:27:39.831Z] #42 2.383 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:27:39.831Z] #42 2.383 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:27:39.831Z] #42 ... [2021-02-18T13:27:39.831Z] [2021-02-18T13:27:39.831Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:39.831Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:39.831Z] #12 61.65 Selecting previously unselected package dmsetup. [2021-02-18T13:27:39.831Z] #12 61.65 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:39.831Z] #12 61.65 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T13:27:39.831Z] #12 61.84 Selecting previously unselected package mingw-w64-common. [2021-02-18T13:27:39.831Z] #12 61.85 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T13:27:39.831Z] #12 61.86 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T13:27:39.831Z] #12 68.44 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T13:27:39.831Z] #12 68.45 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T13:27:39.831Z] #12 68.46 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:27:39.831Z] #12 ... [2021-02-18T13:27:39.831Z] [2021-02-18T13:27:39.831Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:39.831Z] #36 sha256:8ffd902bcffa4d2626cb363bfdbea0f6a0196d36a59bc00d7c6bd9ee4088abc4 [2021-02-18T13:27:39.831Z] #36 6.891 -- Detecting C compile features - done [2021-02-18T13:27:39.831Z] #36 6.949 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T13:27:39.883Z] #19 38.37 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T13:27:39.883Z] #19 38.39 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:27:39.883Z] #19 38.49 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:27:39.883Z] #19 38.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:27:39.883Z] #19 38.52 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:27:39.903Z] #44 ... [2021-02-18T13:27:39.903Z] [2021-02-18T13:27:39.903Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:39.903Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:39.903Z] #12 75.75 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T13:27:40.011Z] #42 11.68 DEP images/mm.pb-c.d [2021-02-18T13:27:40.011Z] #42 11.77 PBCC images/timerfd.pb-c.c [2021-02-18T13:27:40.011Z] #42 11.84 DEP images/timerfd.pb-c.d [2021-02-18T13:27:40.011Z] #42 11.92 PBCC images/timer.pb-c.c [2021-02-18T13:27:40.092Z] #36 7.169 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T13:27:40.092Z] #36 7.279 -- Configuring done [2021-02-18T13:27:40.145Z] #19 38.68 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:27:40.145Z] #19 38.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:27:40.145Z] #19 38.70 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:27:40.145Z] #19 38.80 Selecting previously unselected package jq. [2021-02-18T13:27:40.145Z] #19 38.80 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:27:40.145Z] #19 38.81 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:27:40.159Z] #12 75.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:27:40.159Z] #12 75.78 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:40.159Z] #12 75.92 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T13:27:40.159Z] #12 75.93 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:27:40.159Z] #12 75.93 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:40.274Z] #42 11.93 DEP images/timer.pb-c.d [2021-02-18T13:27:40.274Z] #42 11.98 PBCC images/sa.pb-c.c [2021-02-18T13:27:40.274Z] #42 12.02 DEP images/sa.pb-c.d [2021-02-18T13:27:40.274Z] #42 12.08 PBCC images/pipe-data.pb-c.c [2021-02-18T13:27:40.274Z] #42 12.10 DEP images/pipe-data.pb-c.d [2021-02-18T13:27:40.351Z] #36 7.320 -- Generating done [2021-02-18T13:27:40.351Z] #36 7.325 -- Build files have been written to: /tmp/tmp.R5MYvjp2dr/tini [2021-02-18T13:27:40.351Z] #36 7.349 + make tini-static [2021-02-18T13:27:40.405Z] #19 38.94 Selecting previously unselected package libaio1:amd64. [2021-02-18T13:27:40.405Z] #19 38.96 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T13:27:40.405Z] #19 38.97 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:27:40.405Z] #19 39.04 Selecting previously unselected package libgpm2:amd64. [2021-02-18T13:27:40.405Z] #19 39.04 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T13:27:40.405Z] #19 39.05 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:27:40.405Z] #19 39.12 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:27:40.405Z] #19 39.12 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:27:40.405Z] #19 39.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:40.537Z] #42 12.16 PBCC images/mnt.pb-c.c [2021-02-18T13:27:40.537Z] #42 12.21 DEP images/mnt.pb-c.d [2021-02-18T13:27:40.537Z] #42 12.25 PBCC images/sk-packet.pb-c.c [2021-02-18T13:27:40.537Z] #42 12.27 DEP images/sk-packet.pb-c.d [2021-02-18T13:27:40.537Z] #42 12.30 PBCC images/tcp-stream.pb-c.c [2021-02-18T13:27:40.537Z] #42 12.34 DEP images/tcp-stream.pb-c.d [2021-02-18T13:27:40.537Z] #42 12.37 PBCC images/pipe.pb-c.c [2021-02-18T13:27:40.537Z] #42 12.41 DEP images/pipe.pb-c.d [2021-02-18T13:27:40.800Z] #42 12.46 PBCC images/pstree.pb-c.c [2021-02-18T13:27:40.800Z] #42 12.49 DEP images/pstree.pb-c.d [2021-02-18T13:27:40.800Z] #42 12.54 PBCC images/fs.pb-c.c [2021-02-18T13:27:40.800Z] #42 12.57 DEP images/fs.pb-c.d [2021-02-18T13:27:40.800Z] #42 12.65 PBCC images/signalfd.pb-c.c [2021-02-18T13:27:40.920Z] #36 7.758 Scanning dependencies of target tini-static [2021-02-18T13:27:40.920Z] #36 7.838 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T13:27:41.063Z] #42 12.70 DEP images/signalfd.pb-c.d [2021-02-18T13:27:41.063Z] #42 12.79 PBCC images/fh.pb-c.c [2021-02-18T13:27:41.063Z] #42 12.92 PBCC images/fsnotify.pb-c.c [2021-02-18T13:27:41.325Z] #42 13.00 DEP images/fh.pb-c.d [2021-02-18T13:27:41.325Z] #42 13.06 DEP images/fsnotify.pb-c.d [2021-02-18T13:27:41.325Z] #42 13.14 PBCC images/eventpoll.pb-c.c [2021-02-18T13:27:41.325Z] #42 13.18 DEP images/eventpoll.pb-c.d [2021-02-18T13:27:41.325Z] #42 13.28 PBCC images/eventfd.pb-c.c [2021-02-18T13:27:41.568Z] #41 ... [2021-02-18T13:27:41.568Z] [2021-02-18T13:27:41.568Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:41.568Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:41.568Z] #12 51.95 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-02-18T13:27:41.568Z] #12 54.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-18T13:27:41.568Z] #12 54.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-18T13:27:41.568Z] #12 54.66 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-18T13:27:41.568Z] #12 54.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-18T13:27:41.568Z] #12 54.66 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-18T13:27:41.568Z] #12 54.67 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-18T13:27:41.568Z] #12 54.68 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-18T13:27:41.568Z] #12 54.72 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-18T13:27:41.568Z] #12 54.73 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-18T13:27:41.568Z] #12 54.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-18T13:27:41.568Z] #12 54.77 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-18T13:27:41.568Z] #12 54.84 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-18T13:27:41.568Z] #12 54.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-18T13:27:41.568Z] #12 54.87 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-18T13:27:41.568Z] #12 54.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-18T13:27:41.568Z] #12 56.02 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:27:41.568Z] #12 56.22 Fetched 78.2 MB in 8s (9524 kB/s) [2021-02-18T13:27:41.568Z] #12 56.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:41.568Z] #12 56.43 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:41.568Z] #12 56.47 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:41.568Z] #12 56.89 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:41.568Z] #12 57.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 ... 15410 files and directories currently installed.) [2021-02-18T13:27:41.568Z] #12 57.18 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-18T13:27:41.568Z] #12 57.20 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-18T13:27:41.568Z] #12 57.50 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-18T13:27:41.568Z] #12 57.72 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-18T13:27:41.568Z] #12 57.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-18T13:27:41.568Z] #12 57.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:41.568Z] #12 57.81 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:27:41.588Z] #42 13.31 DEP images/eventfd.pb-c.d [2021-02-18T13:27:41.588Z] #42 13.41 PBCC images/remap-file-path.pb-c.c [2021-02-18T13:27:41.588Z] #42 13.43 DEP images/remap-file-path.pb-c.d [2021-02-18T13:27:41.588Z] #42 13.48 PBCC images/fifo.pb-c.c [2021-02-18T13:27:41.588Z] #42 13.53 DEP images/fifo.pb-c.d [2021-02-18T13:27:41.851Z] #42 13.60 PBCC images/ghost-file.pb-c.c [2021-02-18T13:27:41.851Z] #42 13.65 DEP images/ghost-file.pb-c.d [2021-02-18T13:27:41.851Z] #42 13.72 PBCC images/regfile.pb-c.c [2021-02-18T13:27:41.851Z] #42 13.80 DEP images/regfile.pb-c.d [2021-02-18T13:27:41.859Z] #36 ... [2021-02-18T13:27:41.859Z] [2021-02-18T13:27:41.859Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:41.859Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:27:41.859Z] #33 63.88 fmt [2021-02-18T13:27:41.859Z] #33 64.08 path/filepath [2021-02-18T13:27:41.859Z] #33 66.09 io/ioutil [2021-02-18T13:27:41.859Z] #33 66.83 path [2021-02-18T13:27:41.859Z] #33 67.46 text/tabwriter [2021-02-18T13:27:41.859Z] #33 68.53 flag [2021-02-18T13:27:41.859Z] #33 68.55 github.com/BurntSushi/toml [2021-02-18T13:27:41.859Z] #33 70.74 log [2021-02-18T13:27:41.859Z] #33 73.36 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:27:42.114Z] #42 13.86 PBCC images/ns.pb-c.c [2021-02-18T13:27:42.114Z] #42 13.87 DEP images/ns.pb-c.d [2021-02-18T13:27:42.114Z] #42 13.93 PBCC images/fdinfo.pb-c.c [2021-02-18T13:27:42.121Z] #33 ... [2021-02-18T13:27:42.121Z] [2021-02-18T13:27:42.121Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:42.121Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:42.121Z] #42 4.519 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:27:42.121Z] #42 4.600 GEN .gitid [2021-02-18T13:27:42.121Z] #42 4.648 GEN criu/include/version.h [2021-02-18T13:27:42.121Z] #42 4.738 GEN include/common/asm [2021-02-18T13:27:42.121Z] #42 ... [2021-02-18T13:27:42.121Z] [2021-02-18T13:27:42.121Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:42.121Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:27:42.121Z] #50 64.15 path/filepath [2021-02-18T13:27:42.121Z] #50 64.17 encoding/binary [2021-02-18T13:27:42.121Z] #50 66.04 fmt [2021-02-18T13:27:42.121Z] #50 66.74 encoding/base64 [2021-02-18T13:27:42.121Z] #50 67.62 golang.org/x/sys/unix [2021-02-18T13:27:42.121Z] #50 71.08 encoding/json [2021-02-18T13:27:42.377Z] #42 14.11 DEP images/fdinfo.pb-c.d [2021-02-18T13:27:42.377Z] #42 14.20 PBCC images/core-aarch64.pb-c.c [2021-02-18T13:27:42.377Z] #42 14.28 PBCC images/core-arm.pb-c.c [2021-02-18T13:27:42.377Z] #42 14.32 PBCC images/core-ppc64.pb-c.c [2021-02-18T13:27:42.381Z] #50 ... [2021-02-18T13:27:42.381Z] [2021-02-18T13:27:42.381Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:42.381Z] #36 sha256:8ffd902bcffa4d2626cb363bfdbea0f6a0196d36a59bc00d7c6bd9ee4088abc4 [2021-02-18T13:27:42.381Z] #36 9.218 [100%] Linking C executable tini-static [2021-02-18T13:27:42.507Z] #12 ... [2021-02-18T13:27:42.507Z] [2021-02-18T13:27:42.507Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:42.507Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:42.507Z] #41 59.46 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:42.507Z] #41 59.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:42.640Z] #42 14.38 PBCC images/core-s390.pb-c.c [2021-02-18T13:27:42.679Z] #12 ... [2021-02-18T13:27:42.679Z] [2021-02-18T13:27:42.679Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:42.679Z] #33 sha256:13b3399971708edaa056f0ceea4045228291201b50c1319c5b1ce0ca6e91cd47 [2021-02-18T13:27:42.679Z] #33 DONE 78.2s [2021-02-18T13:27:42.679Z] [2021-02-18T13:27:42.679Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:42.679Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:42.679Z] #42 6.994 PBCC images/timens.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.013 DEP images/timens.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.046 PBCC images/fown.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.066 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.126 PBCC images/opts.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.206 PBCC images/memfd.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.284 DEP images/fown.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.336 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.389 DEP images/opts.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.438 DEP images/memfd.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.544 PBCC images/sit.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.616 DEP images/sit.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.660 PBCC images/macvlan.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.675 DEP images/macvlan.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.760 PBCC images/autofs.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.768 DEP images/autofs.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.824 PBCC images/sysctl.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.856 DEP images/sysctl.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.904 PBCC images/time.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.924 DEP images/time.pb-c.d [2021-02-18T13:27:42.679Z] #42 7.963 PBCC images/binfmt-misc.pb-c.c [2021-02-18T13:27:42.679Z] #42 7.992 DEP images/binfmt-misc.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.034 PBCC images/seccomp.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.112 DEP images/seccomp.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.160 PBCC images/userns.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.171 DEP images/userns.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.224 PBCC images/cgroup.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.256 DEP images/cgroup.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.293 PBCC images/ext-file.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.331 DEP images/ext-file.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.366 PBCC images/rpc.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.412 DEP images/rpc.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.500 PBCC images/siginfo.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.516 DEP images/siginfo.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.568 PBCC images/pagemap.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.622 DEP images/pagemap.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.661 PBCC images/rlimit.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.681 DEP images/rlimit.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.773 PBCC images/file-lock.pb-c.c [2021-02-18T13:27:42.679Z] #42 8.826 DEP images/file-lock.pb-c.d [2021-02-18T13:27:42.679Z] #42 8.884 PBCC images/tty.pb-c.c [2021-02-18T13:27:42.679Z] #42 9.003 DEP images/tty.pb-c.d [2021-02-18T13:27:42.679Z] #42 9.057 PBCC images/tun.pb-c.c [2021-02-18T13:27:42.679Z] #42 9.133 PBCC images/netdev.pb-c.c [2021-02-18T13:27:42.679Z] #42 9.204 DEP images/tun.pb-c.d [2021-02-18T13:27:42.679Z] #42 9.319 DEP images/netdev.pb-c.d [2021-02-18T13:27:42.679Z] #42 9.379 PBCC images/vma.pb-c.c [2021-02-18T13:27:42.679Z] #42 9.458 DEP images/vma.pb-c.d [2021-02-18T13:27:42.679Z] #42 9.531 PBCC images/creds.pb-c.c [2021-02-18T13:27:42.679Z] #42 9.615 DEP images/creds.pb-c.d [2021-02-18T13:27:42.772Z] #41 59.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:42.773Z] #41 59.91 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:42.773Z] #41 ... [2021-02-18T13:27:42.773Z] [2021-02-18T13:27:42.773Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:42.773Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:27:42.773Z] #55 3.692 + RM_GOPATH=0 [2021-02-18T13:27:42.773Z] #55 3.692 + TMP_GOPATH= [2021-02-18T13:27:42.773Z] #55 3.693 + : /build [2021-02-18T13:27:42.773Z] #55 3.693 + '[' -z '' ']' [2021-02-18T13:27:42.773Z] #55 3.695 ++ mktemp -d [2021-02-18T13:27:42.773Z] #55 3.698 + export GOPATH=/tmp/tmp.JvUN8R4rOK [2021-02-18T13:27:42.773Z] #55 3.700 + GOPATH=/tmp/tmp.JvUN8R4rOK [2021-02-18T13:27:42.773Z] #55 3.700 + RM_GOPATH=1 [2021-02-18T13:27:42.773Z] #55 3.701 + case "$(go env GOARCH)" in [2021-02-18T13:27:42.773Z] #55 3.701 ++ go env GOARCH [2021-02-18T13:27:42.773Z] #55 3.731 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:42.773Z] #55 3.731 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:42.773Z] #55 3.731 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:42.773Z] #55 3.733 + dir=/tmp/install [2021-02-18T13:27:42.773Z] #55 3.733 + bin=containerd [2021-02-18T13:27:42.773Z] #55 3.733 + shift [2021-02-18T13:27:42.773Z] #55 3.733 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-18T13:27:42.773Z] #55 3.733 + . /tmp/install/containerd.installer [2021-02-18T13:27:42.773Z] #55 3.733 ++ set -e [2021-02-18T13:27:42.773Z] #55 3.733 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:42.773Z] #55 3.733 + install_containerd [2021-02-18T13:27:42.773Z] #55 3.733 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-18T13:27:42.773Z] #55 3.733 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JvUN8R4rOK/src/github.com/containerd/containerd [2021-02-18T13:27:42.773Z] #55 3.733 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:42.773Z] #55 3.736 Cloning into '/tmp/tmp.JvUN8R4rOK/src/github.com/containerd/containerd'... [2021-02-18T13:27:42.903Z] #42 14.51 PBCC images/core-x86.pb-c.c [2021-02-18T13:27:42.903Z] #42 14.55 PBCC images/core.pb-c.c [2021-02-18T13:27:42.903Z] #42 14.66 PBCC images/inventory.pb-c.c [2021-02-18T13:27:42.903Z] #42 14.73 DEP images/core-aarch64.pb-c.d [2021-02-18T13:27:42.903Z] #42 14.79 DEP images/core-arm.pb-c.d [2021-02-18T13:27:42.903Z] #42 14.87 DEP images/core-ppc64.pb-c.d [2021-02-18T13:27:42.936Z] #42 9.755 PBCC images/utsns.pb-c.c [2021-02-18T13:27:42.936Z] #42 9.804 DEP images/utsns.pb-c.d [2021-02-18T13:27:42.936Z] #42 9.903 PBCC images/ipc-desc.pb-c.c [2021-02-18T13:27:42.950Z] #36 9.944 [100%] Built target tini-static [2021-02-18T13:27:42.950Z] #36 10.03 + mkdir -p /build [2021-02-18T13:27:42.950Z] #36 10.03 + cp tini-static /build/docker-init [2021-02-18T13:27:43.032Z] #55 ... [2021-02-18T13:27:43.032Z] [2021-02-18T13:27:43.032Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-18T13:27:43.032Z] #46 sha256:a260832de57c87958eb6c9bdd25dcea69f9604d91b6471cca8aed1adeafc42b3 [2021-02-18T13:27:43.032Z] #46 DONE 59.9s [2021-02-18T13:27:43.032Z] [2021-02-18T13:27:43.032Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:43.032Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:43.032Z] #41 59.95 Setting up python-six (1.12.0-1) ... [2021-02-18T13:27:43.166Z] #42 14.97 DEP images/core-s390.pb-c.d [2021-02-18T13:27:43.166Z] #42 15.00 DEP images/core-x86.pb-c.d [2021-02-18T13:27:43.166Z] #42 15.03 DEP images/core.pb-c.d [2021-02-18T13:27:43.166Z] #42 ... [2021-02-18T13:27:43.166Z] [2021-02-18T13:27:43.166Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:43.166Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:27:43.192Z] #42 9.986 PBCC images/ipc-sem.pb-c.c [2021-02-18T13:27:43.192Z] #42 10.04 DEP images/ipc-desc.pb-c.d [2021-02-18T13:27:43.429Z] #55 31.19 Checking out files: 61% (2311/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) [2021-02-18T13:27:43.429Z] #55 ... [2021-02-18T13:27:43.429Z] [2021-02-18T13:27:43.429Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:43.429Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:43.429Z] #12 60.74 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T13:27:43.429Z] #12 60.75 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T13:27:43.429Z] #12 60.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:43.429Z] #12 60.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T13:27:43.429Z] #12 60.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T13:27:43.429Z] #12 60.94 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:43.429Z] #12 ... [2021-02-18T13:27:43.429Z] [2021-02-18T13:27:43.429Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:43.429Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:27:43.448Z] #42 10.18 DEP images/ipc-sem.pb-c.d [2021-02-18T13:27:43.448Z] #42 10.28 PBCC images/ipc-msg.pb-c.c [2021-02-18T13:27:43.448Z] #42 10.40 DEP images/ipc-msg.pb-c.d [2021-02-18T13:27:43.577Z] #36 DONE 10.4s [2021-02-18T13:27:43.577Z] [2021-02-18T13:27:43.577Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:43.577Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:43.577Z] #12 75.05 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T13:27:43.577Z] #12 75.07 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:27:43.577Z] #12 75.09 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:43.577Z] #12 75.36 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T13:27:43.577Z] #12 75.37 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:27:43.577Z] #12 75.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:43.692Z] #55 31.19 Checking out files: 61% (2311/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) [2021-02-18T13:27:43.692Z] #55 ... [2021-02-18T13:27:43.692Z] [2021-02-18T13:27:43.692Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:43.692Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:43.692Z] #44 60.98 text/template [2021-02-18T13:27:43.692Z] #44 62.13 go/parser [2021-02-18T13:27:43.692Z] #44 64.13 encoding/xml [2021-02-18T13:27:43.692Z] #44 66.79 compress/gzip [2021-02-18T13:27:43.692Z] #44 67.72 math/big [2021-02-18T13:27:43.692Z] #44 69.01 go/doc [2021-02-18T13:27:43.692Z] #44 ... [2021-02-18T13:27:43.692Z] [2021-02-18T13:27:43.692Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:43.692Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:27:43.705Z] #42 10.43 PBCC images/ipc-shm.pb-c.c [2021-02-18T13:27:43.705Z] #42 10.47 DEP images/ipc-shm.pb-c.d [2021-02-18T13:27:43.705Z] #42 10.53 PBCC images/ipc-var.pb-c.c [2021-02-18T13:27:43.705Z] #42 10.56 DEP images/ipc-var.pb-c.d [2021-02-18T13:27:43.705Z] #42 10.60 PBCC images/sk-opts.pb-c.c [2021-02-18T13:27:43.705Z] #42 10.64 PBCC images/packet-sock.pb-c.c [2021-02-18T13:27:43.705Z] #42 10.72 DEP images/sk-opts.pb-c.d [2021-02-18T13:27:43.706Z] #19 ... [2021-02-18T13:27:43.706Z] [2021-02-18T13:27:43.706Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:43.706Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:43.706Z] #42 89.97 CC criu/bfd.o [2021-02-18T13:27:43.706Z] #42 90.42 CC criu/bitmap.o [2021-02-18T13:27:43.706Z] #42 90.62 CC criu/cgroup-props.o [2021-02-18T13:27:43.706Z] #42 91.36 CC criu/cgroup.o [2021-02-18T13:27:43.706Z] #42 94.26 CC criu/clone-noasan.o [2021-02-18T13:27:43.706Z] #42 94.49 CC criu/config.o [2021-02-18T13:27:43.706Z] #42 95.76 CC criu/cr-check.o [2021-02-18T13:27:43.706Z] #42 97.57 CC criu/cr-dedup.o [2021-02-18T13:27:43.706Z] #42 97.98 CC criu/cr-dump.o [2021-02-18T13:27:43.961Z] #42 10.77 DEP images/packet-sock.pb-c.d [2021-02-18T13:27:43.961Z] #42 10.81 PBCC images/sk-netlink.pb-c.c [2021-02-18T13:27:43.967Z] #42 100.2 CC criu/cr-errno.o [2021-02-18T13:27:43.967Z] #42 100.3 CC criu/cr-restore.o [2021-02-18T13:27:43.967Z] #42 ... [2021-02-18T13:27:43.967Z] [2021-02-18T13:27:43.967Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:43.967Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:43.967Z] #19 42.64 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:27:43.967Z] #19 42.65 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:27:43.967Z] #19 42.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:43.967Z] #19 42.75 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:27:43.967Z] #19 42.76 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:27:43.967Z] #19 42.76 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:44.218Z] #42 10.91 DEP images/sk-netlink.pb-c.d [2021-02-18T13:27:44.218Z] #42 11.00 PBCC images/sk-inet.pb-c.c [2021-02-18T13:27:44.218Z] #42 11.05 DEP images/sk-inet.pb-c.d [2021-02-18T13:27:44.218Z] #42 11.09 PBCC images/sk-unix.pb-c.c [2021-02-18T13:27:44.218Z] #42 11.14 DEP images/sk-unix.pb-c.d [2021-02-18T13:27:44.219Z] #55 31.19 Checking out files: 61% (2311/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-18T13:27:44.219Z] #55 32.17 + cd /tmp/tmp.1PDuy5LUbJ/src/github.com/containerd/containerd [2021-02-18T13:27:44.219Z] #55 32.17 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:44.228Z] #19 42.87 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:27:44.228Z] #19 42.87 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:27:44.228Z] #19 42.88 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:44.228Z] #19 42.94 Selecting previously unselected package libreadline5:amd64. [2021-02-18T13:27:44.228Z] #19 42.94 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T13:27:44.228Z] #19 42.95 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:27:44.475Z] #42 11.18 PBCC images/mm.pb-c.c [2021-02-18T13:27:44.475Z] #42 11.22 DEP images/mm.pb-c.d [2021-02-18T13:27:44.475Z] #42 11.30 PBCC images/timerfd.pb-c.c [2021-02-18T13:27:44.475Z] #42 11.32 DEP images/timerfd.pb-c.d [2021-02-18T13:27:44.475Z] #42 11.36 PBCC images/timer.pb-c.c [2021-02-18T13:27:44.475Z] #42 11.40 DEP images/timer.pb-c.d [2021-02-18T13:27:44.475Z] #42 11.45 PBCC images/sa.pb-c.c [2021-02-18T13:27:44.475Z] #42 11.50 DEP images/sa.pb-c.d [2021-02-18T13:27:44.489Z] #19 43.06 Selecting previously unselected package net-tools. [2021-02-18T13:27:44.489Z] #19 43.07 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T13:27:44.489Z] #19 43.08 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:27:44.489Z] #19 43.31 Selecting previously unselected package python-pip-whl. [2021-02-18T13:27:44.528Z] #12 ... [2021-02-18T13:27:44.528Z] [2021-02-18T13:27:44.528Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:44.528Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:27:44.528Z] #44 66.18 fmt [2021-02-18T13:27:44.528Z] #44 70.43 regexp [2021-02-18T13:27:44.528Z] #44 71.13 go/token [2021-02-18T13:27:44.528Z] #44 71.95 go/scanner [2021-02-18T13:27:44.528Z] #44 73.24 go/ast [2021-02-18T13:27:44.528Z] #44 74.68 internal/lazyregexp [2021-02-18T13:27:44.528Z] #44 75.04 net/url [2021-02-18T13:27:44.731Z] #42 11.53 PBCC images/pipe-data.pb-c.c [2021-02-18T13:27:44.731Z] #42 11.56 DEP images/pipe-data.pb-c.d [2021-02-18T13:27:44.731Z] #42 11.60 PBCC images/mnt.pb-c.c [2021-02-18T13:27:44.731Z] #42 11.66 DEP images/mnt.pb-c.d [2021-02-18T13:27:44.731Z] #42 11.72 PBCC images/sk-packet.pb-c.c [2021-02-18T13:27:44.750Z] #19 43.31 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T13:27:44.750Z] #19 43.32 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T13:27:44.792Z] #44 ... [2021-02-18T13:27:44.792Z] [2021-02-18T13:27:44.792Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:44.792Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:44.792Z] #42 7.351 PBCC images/timens.pb-c.c [2021-02-18T13:27:44.792Z] #42 7.367 DEP images/timens.pb-c.d [2021-02-18T13:27:44.792Z] #42 7.422 PBCC images/fown.pb-c.c [2021-02-18T13:27:44.792Z] #42 7.490 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T13:27:44.942Z] #41 ... [2021-02-18T13:27:44.942Z] [2021-02-18T13:27:44.942Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:44.942Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:27:44.942Z] #31 51.41 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-18T13:27:44.942Z] #31 51.77 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-18T13:27:44.942Z] #31 52.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:27:44.942Z] #31 ... [2021-02-18T13:27:44.942Z] [2021-02-18T13:27:44.942Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:44.942Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:44.942Z] #35 54.79 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:27:44.942Z] #35 54.79 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:27:44.942Z] #35 54.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:44.942Z] #35 61.95 Selecting previously unselected package libxml2:amd64. [2021-02-18T13:27:44.942Z] #35 61.97 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-18T13:27:44.942Z] #35 61.97 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:44.987Z] #42 11.77 DEP images/sk-packet.pb-c.d [2021-02-18T13:27:44.988Z] #42 11.84 PBCC images/tcp-stream.pb-c.c [2021-02-18T13:27:44.988Z] #42 11.92 DEP images/tcp-stream.pb-c.d [2021-02-18T13:27:44.988Z] #42 11.98 PBCC images/pipe.pb-c.c [2021-02-18T13:27:45.051Z] #42 7.546 PBCC images/opts.pb-c.c [2021-02-18T13:27:45.051Z] #42 7.642 PBCC images/memfd.pb-c.c [2021-02-18T13:27:45.051Z] #42 7.700 DEP images/fown.pb-c.d [2021-02-18T13:27:45.051Z] #42 7.744 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T13:27:45.244Z] #42 12.04 DEP images/pipe.pb-c.d [2021-02-18T13:27:45.244Z] #42 12.07 PBCC images/pstree.pb-c.c [2021-02-18T13:27:45.244Z] #42 12.08 DEP images/pstree.pb-c.d [2021-02-18T13:27:45.244Z] #42 12.13 PBCC images/fs.pb-c.c [2021-02-18T13:27:45.244Z] #42 12.17 DEP images/fs.pb-c.d [2021-02-18T13:27:45.244Z] #42 12.21 PBCC images/signalfd.pb-c.c [2021-02-18T13:27:45.311Z] #42 7.798 DEP images/opts.pb-c.d [2021-02-18T13:27:45.311Z] #42 7.871 DEP images/memfd.pb-c.d [2021-02-18T13:27:45.311Z] #42 7.958 PBCC images/sit.pb-c.c [2021-02-18T13:27:45.323Z] #19 43.92 Selecting previously unselected package python3-lib2to3. [2021-02-18T13:27:45.323Z] #19 43.93 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T13:27:45.323Z] #19 43.94 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:27:45.501Z] #42 12.30 DEP images/signalfd.pb-c.d [2021-02-18T13:27:45.501Z] #42 12.34 PBCC images/fh.pb-c.c [2021-02-18T13:27:45.501Z] #42 12.42 PBCC images/fsnotify.pb-c.c [2021-02-18T13:27:45.501Z] #42 12.45 DEP images/fh.pb-c.d [2021-02-18T13:27:45.524Z] #35 62.63 Selecting previously unselected package libarchive13:amd64. [2021-02-18T13:27:45.524Z] #35 62.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-18T13:27:45.524Z] #35 62.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:45.571Z] #42 7.999 DEP images/sit.pb-c.d [2021-02-18T13:27:45.571Z] #42 8.067 PBCC images/macvlan.pb-c.c [2021-02-18T13:27:45.571Z] #42 8.102 DEP images/macvlan.pb-c.d [2021-02-18T13:27:45.571Z] #42 8.153 PBCC images/autofs.pb-c.c [2021-02-18T13:27:45.571Z] #42 8.207 DEP images/autofs.pb-c.d [2021-02-18T13:27:45.584Z] #19 44.08 Selecting previously unselected package python3-distutils. [2021-02-18T13:27:45.584Z] #19 44.10 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T13:27:45.584Z] #19 44.10 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T13:27:45.584Z] #19 44.29 Selecting previously unselected package python3-pip. [2021-02-18T13:27:45.584Z] #19 44.30 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T13:27:45.584Z] #19 44.30 Unpacking python3-pip (18.1-5) ... [2021-02-18T13:27:45.613Z] #55 33.42 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T13:27:45.613Z] #55 33.42 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T13:27:45.613Z] #55 33.42 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:27:45.613Z] #55 33.42 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:27:45.613Z] #55 33.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T13:27:45.613Z] #55 33.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T13:27:45.613Z] #55 33.42 + '[' '' = dynamic ']' [2021-02-18T13:27:45.613Z] #55 33.43 + make [2021-02-18T13:27:45.758Z] #42 12.50 DEP images/fsnotify.pb-c.d [2021-02-18T13:27:45.758Z] #42 12.54 PBCC images/eventpoll.pb-c.c [2021-02-18T13:27:45.758Z] #42 12.58 DEP images/eventpoll.pb-c.d [2021-02-18T13:27:45.758Z] #42 12.62 PBCC images/eventfd.pb-c.c [2021-02-18T13:27:45.758Z] #42 12.63 DEP images/eventfd.pb-c.d [2021-02-18T13:27:45.758Z] #42 12.69 PBCC images/remap-file-path.pb-c.c [2021-02-18T13:27:45.758Z] #42 12.70 DEP images/remap-file-path.pb-c.d [2021-02-18T13:27:45.758Z] #42 12.76 PBCC images/fifo.pb-c.c [2021-02-18T13:27:45.758Z] #42 12.79 DEP images/fifo.pb-c.d [2021-02-18T13:27:45.830Z] #42 8.261 PBCC images/sysctl.pb-c.c [2021-02-18T13:27:45.830Z] #42 8.304 DEP images/sysctl.pb-c.d [2021-02-18T13:27:45.830Z] #42 8.359 PBCC images/time.pb-c.c [2021-02-18T13:27:45.830Z] #42 8.381 DEP images/time.pb-c.d [2021-02-18T13:27:45.830Z] #42 8.436 PBCC images/binfmt-misc.pb-c.c [2021-02-18T13:27:45.830Z] #42 8.492 DEP images/binfmt-misc.pb-c.d [2021-02-18T13:27:45.846Z] #19 44.52 Selecting previously unselected package python3-pkg-resources. [2021-02-18T13:27:45.846Z] #19 44.52 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:27:45.846Z] #19 44.54 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:27:45.876Z] #55 ... [2021-02-18T13:27:45.876Z] [2021-02-18T13:27:45.876Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:45.876Z] #50 sha256:a388fd4d9ede0ccc78863a4abc8232a1fd17ee078ee9a6e54d7628d897b399c0 [2021-02-18T13:27:45.876Z] #50 66.76 golang.org/x/crypto/ssh/terminal [2021-02-18T13:27:45.876Z] #50 68.60 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T13:27:45.876Z] #50 DONE 73.0s [2021-02-18T13:27:45.876Z] [2021-02-18T13:27:45.876Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:45.876Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:45.876Z] #42 15.08 DEP images/inventory.pb-c.d [2021-02-18T13:27:45.876Z] #42 15.16 PBCC images/cpuinfo.pb-c.c [2021-02-18T13:27:45.876Z] #42 15.18 DEP images/cpuinfo.pb-c.d [2021-02-18T13:27:45.876Z] #42 15.27 PBCC images/stats.pb-c.c [2021-02-18T13:27:45.876Z] #42 15.31 DEP images/stats.pb-c.d [2021-02-18T13:27:45.876Z] #42 16.79 make[1]: Nothing to be done for 'all'. [2021-02-18T13:27:46.014Z] #42 12.86 PBCC images/ghost-file.pb-c.c [2021-02-18T13:27:46.015Z] #42 12.92 DEP images/ghost-file.pb-c.d [2021-02-18T13:27:46.015Z] #42 12.98 PBCC images/regfile.pb-c.c [2021-02-18T13:27:46.015Z] #42 13.01 DEP images/regfile.pb-c.d [2021-02-18T13:27:46.015Z] #42 13.05 PBCC images/ns.pb-c.c [2021-02-18T13:27:46.090Z] #42 8.538 PBCC images/seccomp.pb-c.c [2021-02-18T13:27:46.090Z] #42 8.569 DEP images/seccomp.pb-c.d [2021-02-18T13:27:46.090Z] #42 8.630 PBCC images/userns.pb-c.c [2021-02-18T13:27:46.090Z] #42 8.664 DEP images/userns.pb-c.d [2021-02-18T13:27:46.090Z] #42 8.734 PBCC images/cgroup.pb-c.c [2021-02-18T13:27:46.094Z] #35 62.99 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-18T13:27:46.094Z] #35 62.99 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-18T13:27:46.094Z] #35 ... [2021-02-18T13:27:46.094Z] [2021-02-18T13:27:46.094Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:46.094Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:27:46.094Z] #33 52.97 time [2021-02-18T13:27:46.094Z] #33 58.60 internal/poll [2021-02-18T13:27:46.094Z] #33 61.01 internal/syscall/execenv [2021-02-18T13:27:46.094Z] #33 61.20 internal/syscall/unix [2021-02-18T13:27:46.094Z] #33 61.47 os [2021-02-18T13:27:46.094Z] #33 62.43 internal/fmtsort [2021-02-18T13:27:46.094Z] #33 63.17 strings [2021-02-18T13:27:46.094Z] #33 ... [2021-02-18T13:27:46.094Z] [2021-02-18T13:27:46.094Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:46.094Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:46.094Z] #35 63.04 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:46.107Z] #19 44.66 Selecting previously unselected package python3-setuptools. [2021-02-18T13:27:46.107Z] #19 44.67 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T13:27:46.107Z] #19 44.68 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T13:27:46.271Z] #42 13.08 DEP images/ns.pb-c.d [2021-02-18T13:27:46.271Z] #42 13.16 PBCC images/fdinfo.pb-c.c [2021-02-18T13:27:46.271Z] #42 13.23 DEP images/fdinfo.pb-c.d [2021-02-18T13:27:46.351Z] #42 8.751 DEP images/cgroup.pb-c.d [2021-02-18T13:27:46.351Z] #42 8.806 PBCC images/ext-file.pb-c.c [2021-02-18T13:27:46.351Z] #42 8.834 DEP images/ext-file.pb-c.d [2021-02-18T13:27:46.351Z] #42 8.895 PBCC images/rpc.pb-c.c [2021-02-18T13:27:46.351Z] #42 8.966 DEP images/rpc.pb-c.d [2021-02-18T13:27:46.355Z] #35 63.19 Selecting previously unselected package librhash0:amd64. [2021-02-18T13:27:46.355Z] #35 63.19 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-18T13:27:46.355Z] #35 63.21 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:46.355Z] #35 63.43 Selecting previously unselected package libuv1:amd64. [2021-02-18T13:27:46.355Z] #35 63.43 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-18T13:27:46.355Z] #35 63.48 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:46.369Z] #19 44.92 Selecting previously unselected package python3-wheel. [2021-02-18T13:27:46.369Z] #19 44.92 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T13:27:46.369Z] #19 44.93 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T13:27:46.369Z] #19 45.00 Selecting previously unselected package sudo. [2021-02-18T13:27:46.369Z] #19 45.00 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T13:27:46.369Z] #19 45.01 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:27:46.527Z] #42 13.32 PBCC images/core-aarch64.pb-c.c [2021-02-18T13:27:46.527Z] #42 13.35 PBCC images/core-arm.pb-c.c [2021-02-18T13:27:46.527Z] #42 13.39 PBCC images/core-ppc64.pb-c.c [2021-02-18T13:27:46.527Z] #42 13.46 PBCC images/core-s390.pb-c.c [2021-02-18T13:27:46.611Z] #42 ... [2021-02-18T13:27:46.611Z] [2021-02-18T13:27:46.611Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:46.611Z] #33 sha256:e58f5c01ad1a5f605ae6aa69c121d275b2dfe25284dbd00e23ca407d24cfd1a8 [2021-02-18T13:27:46.611Z] #33 DONE 78.4s [2021-02-18T13:27:46.611Z] [2021-02-18T13:27:46.611Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:46.611Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:46.611Z] #42 9.028 PBCC images/siginfo.pb-c.c [2021-02-18T13:27:46.611Z] #42 9.058 DEP images/siginfo.pb-c.d [2021-02-18T13:27:46.611Z] #42 9.106 PBCC images/pagemap.pb-c.c [2021-02-18T13:27:46.611Z] #42 9.166 DEP images/pagemap.pb-c.d [2021-02-18T13:27:46.611Z] #42 9.242 PBCC images/rlimit.pb-c.c [2021-02-18T13:27:46.611Z] #42 9.262 DEP images/rlimit.pb-c.d [2021-02-18T13:27:46.615Z] #35 63.62 Selecting previously unselected package cmake. [2021-02-18T13:27:46.615Z] #35 63.62 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-18T13:27:46.615Z] #35 63.64 Unpacking cmake (3.13.4-1) ... [2021-02-18T13:27:46.783Z] #42 13.51 PBCC images/core-x86.pb-c.c [2021-02-18T13:27:46.783Z] #42 13.56 PBCC images/core.pb-c.c [2021-02-18T13:27:46.783Z] #42 13.64 PBCC images/inventory.pb-c.c [2021-02-18T13:27:46.783Z] #42 13.68 DEP images/core-aarch64.pb-c.d [2021-02-18T13:27:46.783Z] #42 13.74 DEP images/core-arm.pb-c.d [2021-02-18T13:27:46.825Z] #42 18.39 CC images/stats.o [2021-02-18T13:27:46.871Z] #42 9.302 PBCC images/file-lock.pb-c.c [2021-02-18T13:27:46.871Z] #42 9.342 DEP images/file-lock.pb-c.d [2021-02-18T13:27:46.871Z] #42 9.434 PBCC images/tty.pb-c.c [2021-02-18T13:27:46.871Z] #42 9.495 DEP images/tty.pb-c.d [2021-02-18T13:27:46.871Z] #42 9.516 PBCC images/tun.pb-c.c [2021-02-18T13:27:46.941Z] #19 45.53 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T13:27:46.941Z] #19 45.53 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T13:27:46.941Z] #19 45.54 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:27:46.941Z] #19 45.75 Selecting previously unselected package uidmap. [2021-02-18T13:27:47.040Z] #42 13.81 DEP images/core-ppc64.pb-c.d [2021-02-18T13:27:47.040Z] #42 13.90 DEP images/core-s390.pb-c.d [2021-02-18T13:27:47.040Z] #42 13.96 DEP images/core-x86.pb-c.d [2021-02-18T13:27:47.088Z] #42 19.03 CC images/core.o [2021-02-18T13:27:47.130Z] #42 9.590 PBCC images/netdev.pb-c.c [2021-02-18T13:27:47.130Z] #42 9.702 DEP images/tun.pb-c.d [2021-02-18T13:27:47.130Z] #42 9.790 DEP images/netdev.pb-c.d [2021-02-18T13:27:47.203Z] #19 45.77 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T13:27:47.203Z] #19 45.78 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T13:27:47.203Z] #19 45.92 Selecting previously unselected package vim-runtime. [2021-02-18T13:27:47.203Z] #19 45.93 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:27:47.203Z] #19 45.97 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-18T13:27:47.296Z] #42 14.04 DEP images/core.pb-c.d [2021-02-18T13:27:47.296Z] #42 14.10 DEP images/inventory.pb-c.d [2021-02-18T13:27:47.296Z] #42 14.16 PBCC images/cpuinfo.pb-c.c [2021-02-18T13:27:47.296Z] #42 14.18 DEP images/cpuinfo.pb-c.d [2021-02-18T13:27:47.296Z] #42 14.24 PBCC images/stats.pb-c.c [2021-02-18T13:27:47.296Z] #42 14.27 DEP images/stats.pb-c.d [2021-02-18T13:27:47.392Z] #42 9.918 PBCC images/vma.pb-c.c [2021-02-18T13:27:47.392Z] #42 9.962 DEP images/vma.pb-c.d [2021-02-18T13:27:47.392Z] #42 10.05 PBCC images/creds.pb-c.c [2021-02-18T13:27:47.464Z] #19 46.03 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T13:27:47.464Z] #19 46.03 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:27:47.652Z] #42 10.11 DEP images/creds.pb-c.d [2021-02-18T13:27:47.652Z] #42 10.19 PBCC images/utsns.pb-c.c [2021-02-18T13:27:47.652Z] #42 10.22 DEP images/utsns.pb-c.d [2021-02-18T13:27:47.652Z] #42 10.30 PBCC images/ipc-desc.pb-c.c [2021-02-18T13:27:47.664Z] #42 19.57 CC images/core-x86.o [2021-02-18T13:27:47.912Z] #42 10.38 PBCC images/ipc-sem.pb-c.c [2021-02-18T13:27:47.912Z] #42 10.39 DEP images/ipc-desc.pb-c.d [2021-02-18T13:27:47.912Z] #42 10.43 DEP images/ipc-sem.pb-c.d [2021-02-18T13:27:47.912Z] #42 10.51 PBCC images/ipc-msg.pb-c.c [2021-02-18T13:27:47.912Z] #42 10.52 DEP images/ipc-msg.pb-c.d [2021-02-18T13:27:48.172Z] #42 10.58 PBCC images/ipc-shm.pb-c.c [2021-02-18T13:27:48.172Z] #42 10.61 DEP images/ipc-shm.pb-c.d [2021-02-18T13:27:48.172Z] #42 10.64 PBCC images/ipc-var.pb-c.c [2021-02-18T13:27:48.172Z] #42 10.66 DEP images/ipc-var.pb-c.d [2021-02-18T13:27:48.172Z] #42 10.73 PBCC images/sk-opts.pb-c.c [2021-02-18T13:27:48.172Z] #42 10.76 PBCC images/packet-sock.pb-c.c [2021-02-18T13:27:48.172Z] #42 10.84 DEP images/sk-opts.pb-c.d [2021-02-18T13:27:48.432Z] #42 10.90 DEP images/packet-sock.pb-c.d [2021-02-18T13:27:48.432Z] #42 10.99 PBCC images/sk-netlink.pb-c.c [2021-02-18T13:27:48.432Z] #42 11.05 DEP images/sk-netlink.pb-c.d [2021-02-18T13:27:48.432Z] #42 11.10 PBCC images/sk-inet.pb-c.c [2021-02-18T13:27:48.613Z] #42 20.10 CC images/core-arm.o [2021-02-18T13:27:48.613Z] #42 ... [2021-02-18T13:27:48.613Z] [2021-02-18T13:27:48.613Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:48.613Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:27:48.613Z] #12 75.99 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T13:27:48.613Z] #12 76.01 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-18T13:27:48.613Z] #12 76.02 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:27:48.692Z] #42 11.16 DEP images/sk-inet.pb-c.d [2021-02-18T13:27:48.692Z] #42 11.22 PBCC images/sk-unix.pb-c.c [2021-02-18T13:27:48.692Z] #42 11.29 DEP images/sk-unix.pb-c.d [2021-02-18T13:27:48.951Z] #42 11.37 PBCC images/mm.pb-c.c [2021-02-18T13:27:48.951Z] #42 11.41 DEP images/mm.pb-c.d [2021-02-18T13:27:48.951Z] #42 11.48 PBCC images/timerfd.pb-c.c [2021-02-18T13:27:48.951Z] #42 11.53 DEP images/timerfd.pb-c.d [2021-02-18T13:27:48.951Z] #42 11.57 PBCC images/timer.pb-c.c [2021-02-18T13:27:49.187Z] #42 15.71 make[1]: Nothing to be done for 'all'. [2021-02-18T13:27:49.216Z] #42 11.63 DEP images/timer.pb-c.d [2021-02-18T13:27:49.216Z] #42 11.69 PBCC images/sa.pb-c.c [2021-02-18T13:27:49.216Z] #42 11.74 DEP images/sa.pb-c.d [2021-02-18T13:27:49.216Z] #42 11.81 PBCC images/pipe-data.pb-c.c [2021-02-18T13:27:49.216Z] #42 11.84 DEP images/pipe-data.pb-c.d [2021-02-18T13:27:49.216Z] #42 11.89 PBCC images/mnt.pb-c.c [2021-02-18T13:27:49.475Z] #42 11.93 DEP images/mnt.pb-c.d [2021-02-18T13:27:49.475Z] #42 12.00 PBCC images/sk-packet.pb-c.c [2021-02-18T13:27:49.475Z] #42 12.02 DEP images/sk-packet.pb-c.d [2021-02-18T13:27:49.475Z] #42 12.07 PBCC images/tcp-stream.pb-c.c [2021-02-18T13:27:49.475Z] #42 12.13 DEP images/tcp-stream.pb-c.d [2021-02-18T13:27:49.475Z] #42 12.17 PBCC images/pipe.pb-c.c [2021-02-18T13:27:49.739Z] #42 12.24 DEP images/pipe.pb-c.d [2021-02-18T13:27:49.739Z] #42 12.30 PBCC images/pstree.pb-c.c [2021-02-18T13:27:49.739Z] #42 12.32 DEP images/pstree.pb-c.d [2021-02-18T13:27:49.739Z] #42 12.35 PBCC images/fs.pb-c.c [2021-02-18T13:27:49.739Z] #42 12.38 DEP images/fs.pb-c.d [2021-02-18T13:27:49.739Z] #42 12.45 PBCC images/signalfd.pb-c.c [2021-02-18T13:27:49.910Z] #35 66.75 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:49.910Z] #35 66.78 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:27:49.910Z] #35 66.78 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-18T13:27:49.910Z] #35 66.80 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:49.910Z] #35 66.87 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-18T13:27:49.910Z] #35 66.90 Setting up cmake-data (3.13.4-1) ... [2021-02-18T13:27:49.910Z] #35 66.91 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-18T13:27:49.910Z] #35 66.95 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-18T13:27:49.910Z] #35 66.95 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-18T13:27:49.910Z] #35 66.96 Setting up cmake (3.13.4-1) ... [2021-02-18T13:27:49.910Z] #35 66.99 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:49.910Z] #35 ... [2021-02-18T13:27:49.910Z] [2021-02-18T13:27:49.910Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:49.910Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:49.910Z] #44 57.05 time [2021-02-18T13:27:49.910Z] #44 62.09 os [2021-02-18T13:27:49.910Z] #44 63.05 internal/fmtsort [2021-02-18T13:27:49.910Z] #44 63.61 strings [2021-02-18T13:27:49.910Z] #44 66.42 fmt [2021-02-18T13:27:49.910Z] #44 66.67 path/filepath [2021-02-18T13:27:49.998Z] #42 12.51 DEP images/signalfd.pb-c.d [2021-02-18T13:27:49.998Z] #42 12.55 PBCC images/fh.pb-c.c [2021-02-18T13:27:49.998Z] #42 12.58 PBCC images/fsnotify.pb-c.c [2021-02-18T13:27:49.998Z] #42 12.63 DEP images/fh.pb-c.d [2021-02-18T13:27:49.998Z] #42 12.68 DEP images/fsnotify.pb-c.d [2021-02-18T13:27:49.998Z] #42 12.74 PBCC images/eventpoll.pb-c.c [2021-02-18T13:27:50.170Z] #44 ... [2021-02-18T13:27:50.170Z] [2021-02-18T13:27:50.170Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:50.170Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:50.170Z] #35 67.09 Processing triggers for mime-support (3.62) ... [2021-02-18T13:27:50.258Z] #42 12.78 DEP images/eventpoll.pb-c.d [2021-02-18T13:27:50.258Z] #42 12.83 PBCC images/eventfd.pb-c.c [2021-02-18T13:27:50.258Z] #42 12.86 DEP images/eventfd.pb-c.d [2021-02-18T13:27:50.258Z] #42 12.92 PBCC images/remap-file-path.pb-c.c [2021-02-18T13:27:50.258Z] #42 12.96 DEP images/remap-file-path.pb-c.d [2021-02-18T13:27:50.517Z] #42 13.04 PBCC images/fifo.pb-c.c [2021-02-18T13:27:50.517Z] #42 13.06 DEP images/fifo.pb-c.d [2021-02-18T13:27:50.517Z] #42 13.14 PBCC images/ghost-file.pb-c.c [2021-02-18T13:27:50.517Z] #42 13.22 DEP images/ghost-file.pb-c.d [2021-02-18T13:27:50.517Z] #42 13.28 PBCC images/regfile.pb-c.c [2021-02-18T13:27:50.554Z] #42 17.22 CC images/stats.o [2021-02-18T13:27:50.554Z] #42 ... [2021-02-18T13:27:50.554Z] [2021-02-18T13:27:50.554Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:50.554Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:27:50.554Z] #44 76.39 text/template/parse [2021-02-18T13:27:50.554Z] #44 79.96 go/parser [2021-02-18T13:27:50.554Z] #44 80.91 text/template [2021-02-18T13:27:50.554Z] #44 83.83 encoding/xml [2021-02-18T13:27:50.554Z] #44 85.32 go/doc [2021-02-18T13:27:50.740Z] #35 ... [2021-02-18T13:27:50.740Z] [2021-02-18T13:27:50.740Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:50.740Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:27:50.740Z] #50 57.73 time [2021-02-18T13:27:50.740Z] #50 63.86 context [2021-02-18T13:27:50.740Z] #50 64.54 encoding/binary [2021-02-18T13:27:50.740Z] #50 64.98 os [2021-02-18T13:27:50.740Z] #50 66.85 encoding/base64 [2021-02-18T13:27:50.740Z] #50 67.76 golang.org/x/sys/unix [2021-02-18T13:27:50.740Z] #50 ... [2021-02-18T13:27:50.740Z] [2021-02-18T13:27:50.740Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:50.740Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:50.740Z] #41 64.60 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-18T13:27:50.740Z] #41 64.64 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:50.740Z] #41 64.79 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:50.740Z] #41 64.85 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-18T13:27:50.740Z] #41 64.85 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:50.740Z] #41 64.85 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-18T13:27:50.740Z] #41 64.86 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:50.740Z] #41 64.91 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-18T13:27:50.740Z] #41 64.92 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-18T13:27:50.740Z] #41 64.98 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-18T13:27:50.770Z] #19 49.28 Selecting previously unselected package vim. [2021-02-18T13:27:50.770Z] #19 49.29 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:27:50.770Z] #19 49.31 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T13:27:50.776Z] #42 13.38 DEP images/regfile.pb-c.d [2021-02-18T13:27:50.776Z] #42 13.43 PBCC images/ns.pb-c.c [2021-02-18T13:27:50.811Z] #44 ... [2021-02-18T13:27:50.811Z] [2021-02-18T13:27:50.811Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:50.811Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:50.811Z] #42 17.59 CC images/core.o [2021-02-18T13:27:51.036Z] #42 13.47 DEP images/ns.pb-c.d [2021-02-18T13:27:51.036Z] #42 13.52 PBCC images/fdinfo.pb-c.c [2021-02-18T13:27:51.036Z] #42 13.60 DEP images/fdinfo.pb-c.d [2021-02-18T13:27:51.036Z] #42 13.65 PBCC images/core-aarch64.pb-c.c [2021-02-18T13:27:51.036Z] #42 13.70 PBCC images/core-arm.pb-c.c [2021-02-18T13:27:51.298Z] #42 13.74 PBCC images/core-ppc64.pb-c.c [2021-02-18T13:27:51.298Z] #42 13.82 PBCC images/core-s390.pb-c.c [2021-02-18T13:27:51.298Z] #42 13.87 PBCC images/core-x86.pb-c.c [2021-02-18T13:27:51.298Z] #42 13.94 PBCC images/core.pb-c.c [2021-02-18T13:27:51.310Z] #41 ... [2021-02-18T13:27:51.310Z] [2021-02-18T13:27:51.310Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-18T13:27:51.310Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-18T13:27:51.310Z] #35 DONE 68.2s [2021-02-18T13:27:51.310Z] [2021-02-18T13:27:51.310Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:51.310Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:27:51.310Z] #44 68.42 regexp/syntax [2021-02-18T13:27:51.342Z] #19 49.89 Selecting previously unselected package xfsprogs. [2021-02-18T13:27:51.342Z] #19 49.90 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T13:27:51.342Z] #19 49.92 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T13:27:51.557Z] #42 14.03 PBCC images/inventory.pb-c.c [2021-02-18T13:27:51.557Z] #42 14.15 DEP images/core-aarch64.pb-c.d [2021-02-18T13:27:51.611Z] #19 50.39 Selecting previously unselected package zip. [2021-02-18T13:27:51.738Z] #42 18.29 CC images/core-x86.o [2021-02-18T13:27:51.817Z] #42 14.25 DEP images/core-arm.pb-c.d [2021-02-18T13:27:51.817Z] #42 14.32 DEP images/core-ppc64.pb-c.d [2021-02-18T13:27:51.817Z] #42 14.38 DEP images/core-s390.pb-c.d [2021-02-18T13:27:51.817Z] #42 14.43 DEP images/core-x86.pb-c.d [2021-02-18T13:27:51.817Z] #42 14.48 DEP images/core.pb-c.d [2021-02-18T13:27:51.872Z] #19 50.40 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T13:27:51.872Z] #19 50.41 Unpacking zip (3.0-11+b1) ... [2021-02-18T13:27:51.872Z] #19 50.59 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:27:51.872Z] #19 50.61 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:27:51.872Z] #19 50.63 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:51.995Z] #42 18.87 CC images/core-arm.o [2021-02-18T13:27:51.995Z] #42 ... [2021-02-18T13:27:51.995Z] [2021-02-18T13:27:51.995Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:51.995Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:27:51.995Z] #50 77.86 github.com/pkg/diff [2021-02-18T13:27:51.995Z] #50 79.07 go/ast [2021-02-18T13:27:51.995Z] #50 79.67 golang.org/x/crypto/ssh/terminal [2021-02-18T13:27:51.995Z] #50 81.03 mvdan.cc/editorconfig [2021-02-18T13:27:51.995Z] #50 82.04 mvdan.cc/sh/v3/fileutil [2021-02-18T13:27:51.995Z] #50 82.24 mvdan.cc/sh/v3/syntax [2021-02-18T13:27:52.076Z] #42 14.55 DEP images/inventory.pb-c.d [2021-02-18T13:27:52.076Z] #42 14.64 PBCC images/cpuinfo.pb-c.c [2021-02-18T13:27:52.076Z] #42 14.66 DEP images/cpuinfo.pb-c.d [2021-02-18T13:27:52.076Z] #42 14.71 PBCC images/stats.pb-c.c [2021-02-18T13:27:52.076Z] #42 14.73 DEP images/stats.pb-c.d [2021-02-18T13:27:52.133Z] #19 50.64 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:27:52.133Z] #19 50.66 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:27:52.133Z] #19 50.67 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:52.133Z] #19 50.70 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T13:27:52.133Z] #19 50.71 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:27:52.133Z] #19 50.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:27:52.133Z] #19 50.75 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:27:52.133Z] #19 50.77 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:27:52.133Z] #19 50.79 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:27:52.133Z] #19 50.81 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:27:52.133Z] #19 50.84 Setting up zip (3.0-11+b1) ... [2021-02-18T13:27:52.133Z] #19 50.85 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:27:52.251Z] #50 ... [2021-02-18T13:27:52.251Z] [2021-02-18T13:27:52.251Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:52.251Z] #55 sha256:987114d2c554d720f6725a786251168661a6802a8697e366fbfb8b330b0f04fc [2021-02-18T13:27:52.394Z] #19 50.89 Setting up bash-completion (1:2.8-6) ... [2021-02-18T13:27:53.532Z] #55 43.18 Checking out files: 50% (1917/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 86% (3264/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-18T13:27:53.532Z] #55 44.73 + cd /tmp/tmp.Zb7ZhIPL6K/src/github.com/containerd/containerd [2021-02-18T13:27:53.789Z] #55 44.74 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:27:53.853Z] #44 ... [2021-02-18T13:27:53.853Z] [2021-02-18T13:27:53.853Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:27:53.853Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:27:53.853Z] #12 60.42 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-18T13:27:53.853Z] #12 60.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-18T13:27:53.853Z] #12 60.42 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:27:53.853Z] #12 63.54 Selecting previously unselected package binutils-mingw-w64. [2021-02-18T13:27:53.853Z] #12 63.55 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-18T13:27:53.853Z] #12 63.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:27:53.853Z] #12 63.71 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-18T13:27:53.853Z] #12 63.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:53.853Z] #12 63.72 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:27:53.853Z] #12 63.94 Selecting previously unselected package dmsetup. [2021-02-18T13:27:53.853Z] #12 63.94 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:27:53.853Z] #12 63.95 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-18T13:27:53.853Z] #12 64.22 Selecting previously unselected package mingw-w64-common. [2021-02-18T13:27:53.853Z] #12 64.22 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-18T13:27:53.853Z] #12 64.22 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-18T13:27:53.853Z] #12 70.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-18T13:27:53.853Z] #12 70.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-18T13:27:53.853Z] #12 70.42 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:27:53.982Z] #42 16.22 make[1]: Nothing to be done for 'all'. [2021-02-18T13:27:54.423Z] #12 ... [2021-02-18T13:27:54.423Z] [2021-02-18T13:27:54.423Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:54.423Z] #36 sha256:b59092276650087aeb9b74b528dfc2460abc3ace697b74747c77423974e04bb6 [2021-02-18T13:27:54.423Z] #36 3.087 + RM_GOPATH=0 [2021-02-18T13:27:54.423Z] #36 3.087 + TMP_GOPATH= [2021-02-18T13:27:54.423Z] #36 3.087 + : /build [2021-02-18T13:27:54.423Z] #36 3.087 + '[' -z '' ']' [2021-02-18T13:27:54.423Z] #36 3.089 ++ mktemp -d [2021-02-18T13:27:54.423Z] #36 3.099 + export GOPATH=/tmp/tmp.nRjlOC42sD [2021-02-18T13:27:54.423Z] #36 3.099 + GOPATH=/tmp/tmp.nRjlOC42sD [2021-02-18T13:27:54.423Z] #36 3.099 + RM_GOPATH=1 [2021-02-18T13:27:54.423Z] #36 3.099 + case "$(go env GOARCH)" in [2021-02-18T13:27:54.423Z] #36 3.102 ++ go env GOARCH [2021-02-18T13:27:54.423Z] #36 3.116 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:54.423Z] #36 3.116 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:27:54.423Z] #36 3.119 ++ dirname /tmp/install/install.sh [2021-02-18T13:27:54.423Z] #36 3.121 + dir=/tmp/install [2021-02-18T13:27:54.423Z] #36 3.121 + bin=tini [2021-02-18T13:27:54.423Z] #36 3.121 + shift [2021-02-18T13:27:54.423Z] #36 3.121 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-18T13:27:54.423Z] #36 3.123 + . /tmp/install/tini.installer [2021-02-18T13:27:54.423Z] #36 3.123 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:54.423Z] #36 3.123 + install_tini [2021-02-18T13:27:54.423Z] #36 3.131 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-18T13:27:54.423Z] #36 3.131 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:54.423Z] #36 3.131 + git clone https://github.com/krallin/tini.git /tmp/tmp.nRjlOC42sD/tini [2021-02-18T13:27:54.423Z] #36 3.133 Cloning into '/tmp/tmp.nRjlOC42sD/tini'... [2021-02-18T13:27:54.919Z] #42 17.58 CC images/stats.o [2021-02-18T13:27:55.155Z] #55 46.28 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T13:27:55.155Z] #55 46.28 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T13:27:55.155Z] #55 46.28 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:27:55.155Z] #55 46.28 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:27:55.155Z] #55 46.28 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T13:27:55.155Z] #55 46.28 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T13:27:55.155Z] #55 46.28 + '[' '' = dynamic ']' [2021-02-18T13:27:55.155Z] #55 46.28 + make [2021-02-18T13:27:55.201Z] #19 53.75 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:27:55.201Z] #19 53.77 Setting up xz-utils (5.2.4-1) ... [2021-02-18T13:27:55.201Z] #19 53.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T13:27:55.201Z] #19 53.81 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:27:55.201Z] #19 53.87 invoke-rc.d: could not determine current runlevel [2021-02-18T13:27:55.201Z] #19 53.89 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:27:55.201Z] #19 53.89 Setting up pigz (2.4-1) ... [2021-02-18T13:27:55.201Z] #19 53.91 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:27:55.201Z] #19 53.92 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:27:55.201Z] #19 53.96 Setting up python-pip-whl (18.1-5) ... [2021-02-18T13:27:55.223Z] #12 ... [2021-02-18T13:27:55.223Z] [2021-02-18T13:27:55.223Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:55.223Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:55.223Z] #42 20.62 CC images/core-aarch64.o [2021-02-18T13:27:55.223Z] #42 20.91 CC images/core-ppc64.o [2021-02-18T13:27:55.223Z] #42 21.51 CC images/core-s390.o [2021-02-18T13:27:55.223Z] #42 22.25 CC images/cpuinfo.o [2021-02-18T13:27:55.223Z] #42 22.71 CC images/inventory.o [2021-02-18T13:27:55.223Z] #42 23.02 CC images/fdinfo.o [2021-02-18T13:27:55.223Z] #42 23.45 CC images/fown.o [2021-02-18T13:27:55.223Z] #42 23.74 CC images/ns.o [2021-02-18T13:27:55.223Z] #42 24.04 CC images/regfile.o [2021-02-18T13:27:55.223Z] #42 24.32 CC images/ghost-file.o [2021-02-18T13:27:55.223Z] #42 24.53 CC images/fifo.o [2021-02-18T13:27:55.223Z] #42 24.80 CC images/remap-file-path.o [2021-02-18T13:27:55.223Z] #42 25.12 CC images/eventfd.o [2021-02-18T13:27:55.223Z] #42 25.36 CC images/eventpoll.o [2021-02-18T13:27:55.223Z] #42 25.72 CC images/fh.o [2021-02-18T13:27:55.223Z] #42 25.92 CC images/fsnotify.o [2021-02-18T13:27:55.223Z] #42 26.41 CC images/signalfd.o [2021-02-18T13:27:55.223Z] #42 26.65 CC images/fs.o [2021-02-18T13:27:55.223Z] #42 26.82 CC images/pstree.o [2021-02-18T13:27:55.363Z] #36 4.042 + cd /tmp/tmp.nRjlOC42sD/tini [2021-02-18T13:27:55.363Z] #36 4.043 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-18T13:27:55.363Z] #36 4.067 + cmake . [2021-02-18T13:27:55.461Z] #19 53.97 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:27:55.461Z] #19 53.99 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:27:55.486Z] #42 27.13 CC images/pipe.o [2021-02-18T13:27:55.488Z] #42 18.03 CC images/core.o [2021-02-18T13:27:55.488Z] #42 ... [2021-02-18T13:27:55.488Z] [2021-02-18T13:27:55.488Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:55.488Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:27:55.488Z] #44 77.29 text/template/parse [2021-02-18T13:27:55.488Z] #44 79.59 go/parser [2021-02-18T13:27:55.488Z] #44 81.55 text/template [2021-02-18T13:27:55.488Z] #44 83.73 encoding/xml [2021-02-18T13:27:55.488Z] #44 86.05 go/doc [2021-02-18T13:27:55.488Z] #44 ... [2021-02-18T13:27:55.488Z] [2021-02-18T13:27:55.488Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:55.488Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:27:55.488Z] #50 77.30 github.com/pkg/diff [2021-02-18T13:27:55.488Z] #50 78.33 go/ast [2021-02-18T13:27:55.488Z] #50 79.26 golang.org/x/crypto/ssh/terminal [2021-02-18T13:27:55.488Z] #50 80.66 mvdan.cc/editorconfig [2021-02-18T13:27:55.488Z] #50 81.81 mvdan.cc/sh/v3/fileutil [2021-02-18T13:27:55.488Z] #50 81.95 mvdan.cc/sh/v3/syntax [2021-02-18T13:27:55.623Z] #36 ... [2021-02-18T13:27:55.623Z] [2021-02-18T13:27:55.623Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-18T13:27:55.623Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-18T13:27:55.623Z] #41 71.83 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-18T13:27:55.623Z] #41 71.84 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:27:55.623Z] #41 DONE 72.6s [2021-02-18T13:27:55.722Z] #19 54.45 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:27:55.722Z] #19 54.46 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:27:55.722Z] #19 54.48 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:55.722Z] #19 54.49 Setting up vim (2:8.1.0875-5) ... [2021-02-18T13:27:55.722Z] #19 54.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T13:27:55.722Z] #19 54.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T13:27:55.722Z] #19 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T13:27:55.722Z] #19 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T13:27:55.750Z] #42 27.42 CC images/tcp-stream.o [2021-02-18T13:27:55.750Z] #42 27.66 CC images/sk-packet.o [2021-02-18T13:27:55.883Z] [2021-02-18T13:27:55.883Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:55.883Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:55.983Z] #19 54.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T13:27:55.983Z] #19 54.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T13:27:55.983Z] #19 54.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T13:27:55.983Z] #19 54.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T13:27:55.983Z] #19 54.56 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:27:55.983Z] #19 54.58 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:27:55.983Z] #19 54.60 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:27:55.983Z] #19 54.61 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:27:55.983Z] #19 54.63 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:27:55.983Z] #19 54.66 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:27:56.327Z] #42 27.98 CC images/mnt.o [2021-02-18T13:27:56.327Z] #42 ... [2021-02-18T13:27:56.327Z] [2021-02-18T13:27:56.327Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:27:56.327Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:27:56.327Z] #44 73.54 vendor/golang.org/x/text/unicode/norm [2021-02-18T13:27:56.327Z] #44 73.74 github.com/LK4D4/vndr/build [2021-02-18T13:27:56.327Z] #44 77.94 vendor/golang.org/x/net/idna [2021-02-18T13:27:56.327Z] #44 79.26 crypto/x509/pkix [2021-02-18T13:27:56.327Z] #44 79.28 vendor/golang.org/x/crypto/cryptobyte [2021-02-18T13:27:56.327Z] #44 82.06 net/textproto [2021-02-18T13:27:56.327Z] #44 82.07 crypto/x509 [2021-02-18T13:27:56.327Z] #44 82.09 vendor/golang.org/x/net/http/httpproxy [2021-02-18T13:27:56.327Z] #44 83.38 vendor/golang.org/x/net/http/httpguts [2021-02-18T13:27:56.327Z] #44 83.43 mime/multipart [2021-02-18T13:27:56.426Z] #50 ... [2021-02-18T13:27:56.426Z] [2021-02-18T13:27:56.426Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:56.426Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:56.426Z] #42 18.72 CC images/core-x86.o [2021-02-18T13:27:56.522Z] #55 47.45 + bin/ctr [2021-02-18T13:27:56.591Z] #44 ... [2021-02-18T13:27:56.591Z] [2021-02-18T13:27:56.591Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:56.591Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:56.591Z] #42 28.30 CC images/pipe-data.o [2021-02-18T13:27:56.591Z] #42 ... [2021-02-18T13:27:56.591Z] [2021-02-18T13:27:56.591Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:27:56.591Z] #57 sha256:fb8e63a0491e0efd870fe3f959e17d215679f217264d6525415bb856148ae9ea [2021-02-18T13:27:56.591Z] #57 78.80 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:27:56.591Z] #57 78.80 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T13:27:56.591Z] #57 DONE 84.0s [2021-02-18T13:27:56.685Z] #42 19.25 CC images/core-arm.o [2021-02-18T13:27:56.855Z] [2021-02-18T13:27:56.855Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T13:27:56.855Z] #58 sha256:89c8d0c8bb1a2bb33d159246bbf02e474f5a63652e749c92a0d09d6d42ec4c83 [2021-02-18T13:27:56.855Z] #58 DONE 0.2s [2021-02-18T13:27:56.855Z] [2021-02-18T13:27:56.855Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:56.855Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:56.855Z] #42 28.59 CC images/sa.o [2021-02-18T13:27:57.120Z] #42 ... [2021-02-18T13:27:57.120Z] [2021-02-18T13:27:57.120Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:27:57.120Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:27:57.120Z] #55 34.71 + bin/ctr [2021-02-18T13:27:57.120Z] #55 ... [2021-02-18T13:27:57.120Z] [2021-02-18T13:27:57.120Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T13:27:57.120Z] #59 sha256:e25cee9750e40eaf882a1412abb56af02417a65964028f88bea29b4d70d33af1 [2021-02-18T13:27:57.120Z] #59 DONE 0.3s [2021-02-18T13:27:57.120Z] [2021-02-18T13:27:57.120Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:57.120Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:27:57.120Z] #42 28.91 CC images/timer.o [2021-02-18T13:27:57.254Z] #42 19.67 CC images/core-aarch64.o [2021-02-18T13:27:57.401Z] using credential docker-jenkins-github-credentials [2021-02-18T13:27:57.477Z] Cloning the remote Git repository [2021-02-18T13:27:57.477Z] Cloning with configured refspecs honoured and without tags [2021-02-18T13:27:57.513Z] #42 20.07 CC images/core-ppc64.o [2021-02-18T13:27:57.699Z] #42 29.33 CC images/timerfd.o [2021-02-18T13:27:57.699Z] #42 29.51 CC images/mm.o [2021-02-18T13:27:58.083Z] #42 20.66 CC images/core-s390.o [2021-02-18T13:27:58.277Z] #42 30.01 CC images/sk-opts.o [2021-02-18T13:27:58.426Z] #42 ... [2021-02-18T13:27:58.426Z] [2021-02-18T13:27:58.426Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:27:58.426Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:27:58.426Z] #33 65.41 fmt [2021-02-18T13:27:58.426Z] #33 66.40 path/filepath [2021-02-18T13:27:58.426Z] #33 68.04 io/ioutil [2021-02-18T13:27:58.426Z] #33 68.91 path [2021-02-18T13:27:58.426Z] #33 69.36 text/tabwriter [2021-02-18T13:27:58.426Z] #33 70.48 flag [2021-02-18T13:27:58.426Z] #33 70.48 github.com/BurntSushi/toml [2021-02-18T13:27:58.426Z] #33 72.25 log [2021-02-18T13:27:58.426Z] #33 75.07 github.com/BurntSushi/toml/cmd/tomlv [2021-02-18T13:27:58.545Z] #42 30.27 CC images/sk-unix.o [2021-02-18T13:27:58.686Z] #33 ... [2021-02-18T13:27:58.686Z] [2021-02-18T13:27:58.686Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:27:58.686Z] #36 sha256:b59092276650087aeb9b74b528dfc2460abc3ace697b74747c77423974e04bb6 [2021-02-18T13:27:58.686Z] #36 4.669 -- The C compiler identification is GNU 8.3.0 [2021-02-18T13:27:58.686Z] #36 4.730 -- Check for working C compiler: /usr/bin/cc [2021-02-18T13:27:58.686Z] #36 5.514 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-18T13:27:58.686Z] #36 5.514 -- Detecting C compiler ABI info [2021-02-18T13:27:58.686Z] #36 6.294 -- Detecting C compiler ABI info - done [2021-02-18T13:27:58.686Z] #36 6.347 -- Detecting C compile features [2021-02-18T13:27:58.809Z] #42 30.50 CC images/sk-inet.o [2021-02-18T13:27:59.021Z] #42 21.43 CC images/cpuinfo.o [2021-02-18T13:27:59.073Z] #42 30.78 CC images/tun.o [2021-02-18T13:27:59.281Z] #42 21.89 CC images/inventory.o [2021-02-18T13:27:59.288Z] #19 ... [2021-02-18T13:27:59.288Z] [2021-02-18T13:27:59.288Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:59.288Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:59.288Z] #42 105.1 CC criu/cr-service.o [2021-02-18T13:27:59.288Z] #42 106.8 CC criu/crtools.o [2021-02-18T13:27:59.288Z] #42 107.4 CC criu/eventfd.o [2021-02-18T13:27:59.288Z] #42 107.8 CC criu/eventpoll.o [2021-02-18T13:27:59.288Z] #42 108.7 CC criu/external.o [2021-02-18T13:27:59.288Z] #42 109.0 CC criu/fault-injection.o [2021-02-18T13:27:59.288Z] #42 109.1 CC criu/fdstore.o [2021-02-18T13:27:59.288Z] #42 109.5 CC criu/fifo.o [2021-02-18T13:27:59.288Z] #42 109.8 CC criu/file-ids.o [2021-02-18T13:27:59.288Z] #42 110.2 CC criu/file-lock.o [2021-02-18T13:27:59.288Z] #42 111.1 CC criu/files-ext.o [2021-02-18T13:27:59.288Z] #42 111.5 CC criu/files-reg.o [2021-02-18T13:27:59.288Z] #42 113.8 CC criu/files.o [2021-02-18T13:27:59.288Z] #42 ... [2021-02-18T13:27:59.288Z] [2021-02-18T13:27:59.288Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:27:59.288Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:27:59.288Z] #19 57.72 Setting up iptables (1.8.2-4) ... [2021-02-18T13:27:59.288Z] #19 57.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.78 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T13:27:59.288Z] #19 57.79 Setting up python3 (3.7.3-1) ... [2021-02-18T13:27:59.338Z] #42 31.02 CC images/sk-netlink.o [2021-02-18T13:27:57.700Z] Cloning repository https://github.com/moby/moby.git [2021-02-18T13:27:58.107Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-18T13:27:59.192Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:27:59.192Z] > git --version # timeout=10 [2021-02-18T13:27:59.242Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-18T13:27:59.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:27:59.246Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:27:59.541Z] #42 22.13 CC images/fdinfo.o [2021-02-18T13:27:59.549Z] #19 58.30 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T13:27:59.601Z] #42 31.18 CC images/packet-sock.o [2021-02-18T13:27:59.697Z] #36 8.532 -- Detecting C compile features - done [2021-02-18T13:27:59.697Z] #36 8.548 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-18T13:27:59.797Z] #55 ... [2021-02-18T13:27:59.797Z] [2021-02-18T13:27:59.797Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:27:59.797Z] #50 sha256:3584179dfbef900a16750ef3224f9ada9c63db47fdb6875bd81bcf784413bf5d [2021-02-18T13:27:59.797Z] #50 89.02 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T13:27:59.797Z] #50 DONE 95.1s [2021-02-18T13:27:59.797Z] [2021-02-18T13:27:59.797Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:27:59.797Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:27:59.797Z] #42 19.27 CC images/core-aarch64.o [2021-02-18T13:27:59.797Z] #42 19.74 CC images/core-ppc64.o [2021-02-18T13:27:59.797Z] #42 20.36 CC images/core-s390.o [2021-02-18T13:27:59.797Z] #42 21.07 CC images/cpuinfo.o [2021-02-18T13:27:59.797Z] #42 21.54 CC images/inventory.o [2021-02-18T13:27:59.797Z] #42 21.79 CC images/fdinfo.o [2021-02-18T13:27:59.797Z] #42 22.15 CC images/fown.o [2021-02-18T13:27:59.797Z] #42 22.43 CC images/ns.o [2021-02-18T13:27:59.797Z] #42 22.65 CC images/regfile.o [2021-02-18T13:27:59.797Z] #42 22.94 CC images/ghost-file.o [2021-02-18T13:27:59.797Z] #42 23.29 CC images/fifo.o [2021-02-18T13:27:59.797Z] #42 23.57 CC images/remap-file-path.o [2021-02-18T13:27:59.797Z] #42 23.81 CC images/eventfd.o [2021-02-18T13:27:59.797Z] #42 24.02 CC images/eventpoll.o [2021-02-18T13:27:59.797Z] #42 24.42 CC images/fh.o [2021-02-18T13:27:59.797Z] #42 24.76 CC images/fsnotify.o [2021-02-18T13:27:59.797Z] #42 25.44 CC images/signalfd.o [2021-02-18T13:27:59.797Z] #42 25.64 CC images/fs.o [2021-02-18T13:27:59.797Z] #42 25.81 CC images/pstree.o [2021-02-18T13:27:59.797Z] #42 26.23 CC images/pipe.o [2021-02-18T13:27:59.797Z] #42 26.54 CC images/tcp-stream.o [2021-02-18T13:27:59.866Z] #42 31.49 CC images/ipc-var.o [2021-02-18T13:27:59.866Z] #42 31.70 CC images/ipc-desc.o [2021-02-18T13:27:59.966Z] #36 8.816 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-18T13:27:59.966Z] #36 8.898 -- Configuring done [2021-02-18T13:28:00.054Z] #42 26.79 CC images/sk-packet.o [2021-02-18T13:28:00.119Z] #42 22.46 CC images/fown.o [2021-02-18T13:28:00.119Z] #42 22.69 CC images/ns.o [2021-02-18T13:28:00.130Z] #42 31.99 CC images/ipc-shm.o [2021-02-18T13:28:00.226Z] #36 8.917 -- Generating done [2021-02-18T13:28:00.226Z] #36 8.932 -- Build files have been written to: /tmp/tmp.nRjlOC42sD/tini [2021-02-18T13:28:00.226Z] #36 8.957 + make tini-static [2021-02-18T13:28:00.312Z] #42 27.15 CC images/mnt.o [2021-02-18T13:28:00.312Z] #42 27.31 CC images/pipe-data.o [2021-02-18T13:28:00.383Z] #42 22.92 CC images/regfile.o [2021-02-18T13:28:00.493Z] #19 58.93 Setting up apparmor (2.13.2-10) ... [2021-02-18T13:28:00.569Z] #42 27.58 CC images/sa.o [2021-02-18T13:28:00.643Z] #42 23.17 CC images/ghost-file.o [2021-02-18T13:28:00.708Z] #42 32.31 CC images/ipc-msg.o [2021-02-18T13:28:00.708Z] #42 32.50 CC images/ipc-sem.o [2021-02-18T13:28:00.708Z] #42 32.63 CC images/utsns.o [2021-02-18T13:28:00.797Z] #36 9.530 Scanning dependencies of target tini-static [2021-02-18T13:28:00.797Z] #36 9.711 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-18T13:28:00.903Z] #42 23.48 CC images/fifo.o [2021-02-18T13:28:00.972Z] #42 32.78 CC images/creds.o [2021-02-18T13:28:01.135Z] #42 27.81 CC images/timer.o [2021-02-18T13:28:01.135Z] #42 28.15 CC images/timerfd.o [2021-02-18T13:28:01.162Z] #42 23.73 CC images/remap-file-path.o [2021-02-18T13:28:01.235Z] #42 32.91 CC images/vma.o [2021-02-18T13:28:01.235Z] #42 33.07 CC images/netdev.o [2021-02-18T13:28:01.422Z] #42 23.90 CC images/eventfd.o [2021-02-18T13:28:01.422Z] #42 24.10 CC images/eventpoll.o [2021-02-18T13:28:01.698Z] #42 28.35 CC images/mm.o [2021-02-18T13:28:01.813Z] #42 33.39 CC images/tty.o [2021-02-18T13:28:01.955Z] #42 28.70 CC images/sk-opts.o [2021-02-18T13:28:01.991Z] #42 24.38 CC images/fh.o [2021-02-18T13:28:01.991Z] #42 24.71 CC images/fsnotify.o [2021-02-18T13:28:02.178Z] #36 ... [2021-02-18T13:28:02.178Z] [2021-02-18T13:28:02.178Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:02.178Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:02.178Z] #42 4.674 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:28:02.178Z] #42 4.675 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:28:02.178Z] #42 4.694 Note: Building without GnuTLS support [2021-02-18T13:28:02.178Z] #42 4.702 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:28:02.178Z] #42 4.703 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:28:02.211Z] #42 28.92 CC images/sk-unix.o [2021-02-18T13:28:02.211Z] #42 29.18 CC images/sk-inet.o [2021-02-18T13:28:02.251Z] #42 ... [2021-02-18T13:28:02.251Z] [2021-02-18T13:28:02.251Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:02.251Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:28:02.252Z] #55 42.63 Checking out files: 45% (1718/3766) Checking out files: 46% (1733/3766) Checking out files: 47% (1771/3766) Checking out files: 48% (1808/3766) Checking out files: 49% (1846/3766) Checking out files: 50% (1883/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 85% (3221/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-18T13:28:02.252Z] #55 44.13 + cd /tmp/tmp.6HRCeD5KVp/src/github.com/containerd/containerd [2021-02-18T13:28:02.252Z] #55 44.13 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:28:02.252Z] #55 45.54 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T13:28:02.252Z] #55 45.54 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T13:28:02.252Z] #55 45.54 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:28:02.252Z] #55 45.54 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:28:02.252Z] #55 45.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T13:28:02.252Z] #55 45.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T13:28:02.252Z] #55 45.54 + '[' '' = dynamic ']' [2021-02-18T13:28:02.252Z] #55 45.54 + make [2021-02-18T13:28:02.252Z] #55 46.51 + bin/ctr [2021-02-18T13:28:02.402Z] #42 34.09 CC images/file-lock.o [2021-02-18T13:28:02.407Z] #19 61.00 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T13:28:02.407Z] #19 61.02 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:28:02.440Z] #42 ... [2021-02-18T13:28:02.440Z] [2021-02-18T13:28:02.440Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:28:02.440Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:28:02.440Z] #50 69.50 fmt [2021-02-18T13:28:02.440Z] #50 74.45 encoding/json [2021-02-18T13:28:02.440Z] #50 77.18 github.com/pkg/diff [2021-02-18T13:28:02.440Z] #50 78.75 go/ast [2021-02-18T13:28:02.468Z] #42 ... [2021-02-18T13:28:02.468Z] [2021-02-18T13:28:02.468Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:02.468Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:02.468Z] #12 98.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T13:28:02.468Z] #12 98.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:28:02.468Z] #12 98.28 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:02.665Z] #42 34.30 CC images/rlimit.o [2021-02-18T13:28:02.699Z] #50 ... [2021-02-18T13:28:02.699Z] [2021-02-18T13:28:02.699Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:02.699Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:02.699Z] #42 7.166 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:28:02.699Z] #42 ... [2021-02-18T13:28:02.699Z] [2021-02-18T13:28:02.699Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-18T13:28:02.699Z] #33 sha256:6c486e8ee5aaed87ac8aec1d2fd82fa5206f4c13ada05e7851e15c1a0bfe47e3 [2021-02-18T13:28:02.699Z] #33 DONE 79.8s [2021-02-18T13:28:02.699Z] [2021-02-18T13:28:02.699Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:02.699Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:02.699Z] #42 7.276 GEN .gitid [2021-02-18T13:28:02.724Z] #12 ... [2021-02-18T13:28:02.724Z] [2021-02-18T13:28:02.724Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:02.724Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:02.724Z] #44 88.55 github.com/LK4D4/vndr/build [2021-02-18T13:28:02.724Z] #44 89.51 github.com/LK4D4/vndr/versioned [2021-02-18T13:28:02.724Z] #44 89.70 compress/flate [2021-02-18T13:28:02.724Z] #44 91.85 hash/crc32 [2021-02-18T13:28:02.724Z] #44 92.25 net [2021-02-18T13:28:02.724Z] #44 92.46 compress/gzip [2021-02-18T13:28:02.724Z] #44 93.09 vendor/golang.org/x/text/transform [2021-02-18T13:28:02.724Z] #44 93.91 vendor/golang.org/x/text/unicode/bidi [2021-02-18T13:28:02.724Z] #44 96.10 vendor/golang.org/x/text/secure/bidirule [2021-02-18T13:28:02.724Z] #44 96.39 vendor/golang.org/x/text/unicode/norm [2021-02-18T13:28:02.820Z] #55 ... [2021-02-18T13:28:02.820Z] [2021-02-18T13:28:02.820Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:28:02.820Z] #50 sha256:6174f00456e3d390ab8bf91046ed39149d6186dbc189572433a009cf6f101aa3 [2021-02-18T13:28:02.820Z] #50 88.80 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T13:28:02.820Z] #50 DONE 94.8s [2021-02-18T13:28:02.820Z] [2021-02-18T13:28:02.820Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:02.820Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:02.820Z] #42 25.37 CC images/signalfd.o [2021-02-18T13:28:02.820Z] #42 25.59 CC images/fs.o [2021-02-18T13:28:02.929Z] #42 34.52 CC images/pagemap.o [2021-02-18T13:28:02.929Z] #42 34.73 CC images/siginfo.o [2021-02-18T13:28:02.958Z] #42 7.396 GEN criu/include/version.h [2021-02-18T13:28:02.958Z] #42 7.440 GEN include/common/asm [2021-02-18T13:28:02.979Z] #19 61.44 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:28:02.981Z] #44 ... [2021-02-18T13:28:02.981Z] [2021-02-18T13:28:02.981Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:02.981Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:02.981Z] #42 29.56 CC images/tun.o [2021-02-18T13:28:02.981Z] #42 29.89 CC images/sk-netlink.o [2021-02-18T13:28:03.192Z] #42 34.93 CC images/rpc.o [2021-02-18T13:28:03.192Z] #42 ... [2021-02-18T13:28:03.192Z] [2021-02-18T13:28:03.192Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:03.192Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-18T13:28:03.192Z] #12 87.83 Selecting previously unselected package libapparmor1:arm64. [2021-02-18T13:28:03.192Z] #12 87.84 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 87.86 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-02-18T13:28:03.192Z] #12 87.96 Selecting previously unselected package libapparmor-dev:arm64. [2021-02-18T13:28:03.192Z] #12 87.96 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 87.99 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-18T13:28:03.192Z] #12 88.20 Selecting previously unselected package libbtrfs0. [2021-02-18T13:28:03.192Z] #12 88.20 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 88.23 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:03.192Z] #12 88.30 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:28:03.192Z] #12 88.31 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 88.32 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:03.192Z] #12 88.44 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-02-18T13:28:03.192Z] #12 88.44 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 88.46 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T13:28:03.192Z] #12 88.55 Selecting previously unselected package libudev-dev:arm64. [2021-02-18T13:28:03.192Z] #12 88.55 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 88.58 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-18T13:28:03.192Z] #12 88.78 Selecting previously unselected package libsepol1-dev:arm64. [2021-02-18T13:28:03.192Z] #12 88.78 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 88.80 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-02-18T13:28:03.192Z] #12 89.15 Selecting previously unselected package libpcre16-3:arm64. [2021-02-18T13:28:03.192Z] #12 89.17 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 89.18 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-02-18T13:28:03.192Z] #12 89.36 Selecting previously unselected package libpcre32-3:arm64. [2021-02-18T13:28:03.192Z] #12 89.36 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 89.38 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-02-18T13:28:03.192Z] #12 89.59 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-02-18T13:28:03.192Z] #12 89.59 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 89.60 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-18T13:28:03.192Z] #12 89.69 Selecting previously unselected package libpcre3-dev:arm64. [2021-02-18T13:28:03.192Z] #12 89.71 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 89.72 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-18T13:28:03.192Z] #12 90.09 Selecting previously unselected package libselinux1-dev:arm64. [2021-02-18T13:28:03.192Z] #12 90.11 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 90.12 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-18T13:28:03.192Z] #12 90.40 Selecting previously unselected package libdevmapper-dev:arm64. [2021-02-18T13:28:03.192Z] #12 90.40 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 90.42 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-18T13:28:03.192Z] #12 90.54 Selecting previously unselected package libseccomp-dev:arm64. [2021-02-18T13:28:03.192Z] #12 90.55 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2021-02-18T13:28:03.192Z] #12 90.55 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-18T13:28:03.238Z] #42 30.12 CC images/packet-sock.o [2021-02-18T13:28:03.391Z] #42 25.76 CC images/pstree.o [2021-02-18T13:28:03.456Z] #12 90.68 Selecting previously unselected package libsystemd-dev:arm64. [2021-02-18T13:28:03.456Z] #12 90.69 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-02-18T13:28:03.456Z] #12 90.70 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-18T13:28:03.495Z] #42 30.47 CC images/ipc-var.o [2021-02-18T13:28:03.527Z] #42 ... [2021-02-18T13:28:03.527Z] [2021-02-18T13:28:03.527Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-18T13:28:03.527Z] #36 sha256:b59092276650087aeb9b74b528dfc2460abc3ace697b74747c77423974e04bb6 [2021-02-18T13:28:03.527Z] #36 11.17 [100%] Linking C executable tini-static [2021-02-18T13:28:03.527Z] #36 11.88 [100%] Built target tini-static [2021-02-18T13:28:03.527Z] #36 11.99 + mkdir -p /build [2021-02-18T13:28:03.527Z] #36 11.99 + cp tini-static /build/docker-init [2021-02-18T13:28:03.527Z] #36 DONE 12.4s [2021-02-18T13:28:03.527Z] [2021-02-18T13:28:03.527Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:03.527Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:03.527Z] #12 76.73 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-18T13:28:03.527Z] #12 76.74 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:28:03.527Z] #12 76.74 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:03.527Z] #12 76.97 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-18T13:28:03.527Z] #12 76.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:28:03.527Z] #12 77.00 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:03.651Z] #42 26.21 CC images/pipe.o [2021-02-18T13:28:03.751Z] #42 30.64 CC images/ipc-desc.o [2021-02-18T13:28:03.922Z] #19 62.38 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T13:28:04.008Z] #42 30.91 CC images/ipc-shm.o [2021-02-18T13:28:04.032Z] #12 91.26 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-18T13:28:04.032Z] #12 91.28 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-18T13:28:04.032Z] #12 91.29 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-02-18T13:28:04.032Z] #12 91.31 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:28:04.032Z] #12 91.32 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-02-18T13:28:04.032Z] #12 91.34 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-02-18T13:28:04.032Z] #12 91.35 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:04.032Z] #12 91.36 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:04.032Z] #12 91.38 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-02-18T13:28:04.032Z] #12 91.39 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-18T13:28:04.183Z] #19 62.90 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T13:28:04.220Z] #42 26.73 CC images/tcp-stream.o [2021-02-18T13:28:04.220Z] #42 26.90 CC images/sk-packet.o [2021-02-18T13:28:04.265Z] #42 31.18 CC images/ipc-msg.o [2021-02-18T13:28:04.296Z] #12 91.46 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:28:04.296Z] #12 91.48 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:04.296Z] #12 91.50 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-18T13:28:04.296Z] #12 91.53 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T13:28:04.296Z] #12 91.54 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-18T13:28:04.296Z] #12 91.56 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:28:04.296Z] #12 91.58 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-18T13:28:04.296Z] #12 91.61 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:04.296Z] #12 91.63 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:04.296Z] #12 91.63 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:04.296Z] #12 91.64 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:04.296Z] #12 91.65 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:04.296Z] #12 91.67 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:04.296Z] #12 91.67 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:28:04.296Z] #12 91.69 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-18T13:28:04.296Z] #12 91.70 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T13:28:04.296Z] #12 91.72 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T13:28:04.296Z] #12 91.74 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-18T13:28:04.296Z] #12 91.76 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-18T13:28:04.296Z] #12 91.77 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:28:04.466Z] #12 ... [2021-02-18T13:28:04.466Z] [2021-02-18T13:28:04.466Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:04.466Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:28:04.466Z] #44 71.48 flag [2021-02-18T13:28:04.466Z] #44 73.01 go/token [2021-02-18T13:28:04.466Z] #44 73.88 go/scanner [2021-02-18T13:28:04.466Z] #44 73.90 regexp [2021-02-18T13:28:04.466Z] #44 75.67 go/ast [2021-02-18T13:28:04.466Z] #44 77.68 internal/lazyregexp [2021-02-18T13:28:04.466Z] #44 77.89 net/url [2021-02-18T13:28:04.466Z] #44 80.02 text/template/parse [2021-02-18T13:28:04.466Z] #44 81.14 go/parser [2021-02-18T13:28:04.726Z] #44 ... [2021-02-18T13:28:04.726Z] [2021-02-18T13:28:04.726Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:28:04.726Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:28:04.726Z] #50 80.94 golang.org/x/crypto/ssh/terminal [2021-02-18T13:28:04.788Z] #42 27.26 CC images/mnt.o [2021-02-18T13:28:04.827Z] #42 31.48 CC images/ipc-sem.o [2021-02-18T13:28:04.827Z] #42 31.72 CC images/utsns.o [2021-02-18T13:28:04.872Z] #12 DONE 92.3s [2021-02-18T13:28:04.872Z] [2021-02-18T13:28:04.873Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:04.873Z] #52 sha256:b6a0f0f5e7ebc0c9c8e0fea323249954ad7557c365d7eca23834ce77b148e857 [2021-02-18T13:28:05.049Z] #42 27.55 CC images/pipe-data.o [2021-02-18T13:28:05.049Z] #42 27.75 CC images/sa.o [2021-02-18T13:28:05.118Z] #42 31.90 CC images/creds.o [2021-02-18T13:28:05.296Z] #50 82.30 mvdan.cc/editorconfig [2021-02-18T13:28:05.308Z] #42 28.00 CC images/timer.o [2021-02-18T13:28:05.388Z] #42 32.06 CC images/vma.o [2021-02-18T13:28:05.388Z] #42 32.31 CC images/netdev.o [2021-02-18T13:28:05.570Z] #19 64.06 Setting up python3-pip (18.1-5) ... [2021-02-18T13:28:05.876Z] #42 28.45 CC images/timerfd.o [2021-02-18T13:28:05.972Z] #42 32.75 CC images/tty.o [2021-02-18T13:28:06.135Z] #42 28.70 CC images/mm.o [2021-02-18T13:28:06.263Z] #42 33.19 CC images/file-lock.o [2021-02-18T13:28:06.395Z] #42 29.04 CC images/sk-opts.o [2021-02-18T13:28:06.516Z] #19 65.15 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:28:06.516Z] #19 65.20 Processing triggers for mime-support (3.62) ... [2021-02-18T13:28:06.529Z] #42 33.40 CC images/rlimit.o [2021-02-18T13:28:06.677Z] #50 83.52 mvdan.cc/sh/v3/fileutil [2021-02-18T13:28:06.677Z] #50 83.61 mvdan.cc/sh/v3/syntax [2021-02-18T13:28:06.785Z] #42 33.63 CC images/pagemap.o [2021-02-18T13:28:06.820Z] #52 1.584 + RM_GOPATH=0 [2021-02-18T13:28:06.820Z] #52 1.584 + TMP_GOPATH= [2021-02-18T13:28:06.820Z] #52 1.584 + : /build [2021-02-18T13:28:06.820Z] #52 1.584 + '[' -z '' ']' [2021-02-18T13:28:06.820Z] #52 1.584 ++ mktemp -d [2021-02-18T13:28:06.820Z] #52 1.585 + export GOPATH=/tmp/tmp.o0uiBeX20H [2021-02-18T13:28:06.820Z] #52 1.585 + GOPATH=/tmp/tmp.o0uiBeX20H [2021-02-18T13:28:06.820Z] #52 1.585 + RM_GOPATH=1 [2021-02-18T13:28:06.820Z] #52 1.585 + case "$(go env GOARCH)" in [2021-02-18T13:28:06.820Z] #52 1.586 ++ go env GOARCH [2021-02-18T13:28:06.820Z] #52 1.597 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:06.820Z] #52 1.598 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:06.820Z] #52 1.603 ++ dirname /tmp/install/install.sh [2021-02-18T13:28:06.820Z] #52 1.622 + dir=/tmp/install [2021-02-18T13:28:06.820Z] #52 1.623 + bin=runc [2021-02-18T13:28:06.820Z] #52 1.623 + shift [2021-02-18T13:28:06.820Z] #52 1.623 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T13:28:06.820Z] #52 1.623 + . /tmp/install/runc.installer [2021-02-18T13:28:06.820Z] #52 1.624 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:06.820Z] #52 1.624 + install_runc [2021-02-18T13:28:06.820Z] #52 1.625 + uname -r [2021-02-18T13:28:06.820Z] #52 1.625 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T13:28:06.820Z] #52 1.645 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T13:28:06.820Z] #52 1.645 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T13:28:06.820Z] #52 1.645 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T13:28:06.820Z] #52 1.645 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.o0uiBeX20H/src/github.com/opencontainers/runc [2021-02-18T13:28:06.820Z] #52 1.648 Cloning into '/tmp/tmp.o0uiBeX20H/src/github.com/opencontainers/runc'... [2021-02-18T13:28:06.820Z] #52 ... [2021-02-18T13:28:06.820Z] [2021-02-18T13:28:06.820Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T13:28:06.820Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-18T13:28:06.820Z] #13 DONE 1.9s [2021-02-18T13:28:06.820Z] [2021-02-18T13:28:06.820Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:28:06.820Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-18T13:28:06.963Z] #42 29.32 CC images/sk-unix.o [2021-02-18T13:28:07.042Z] #42 33.92 CC images/siginfo.o [2021-02-18T13:28:07.222Z] #42 29.63 CC images/sk-inet.o [2021-02-18T13:28:07.222Z] #42 ... [2021-02-18T13:28:07.222Z] [2021-02-18T13:28:07.222Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:07.223Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:28:07.223Z] #44 88.99 github.com/LK4D4/vndr/versioned [2021-02-18T13:28:07.223Z] #44 89.11 compress/flate [2021-02-18T13:28:07.223Z] #44 89.45 github.com/LK4D4/vndr/build [2021-02-18T13:28:07.223Z] #44 91.94 hash/crc32 [2021-02-18T13:28:07.223Z] #44 92.54 net [2021-02-18T13:28:07.223Z] #44 92.60 compress/gzip [2021-02-18T13:28:07.223Z] #44 93.22 vendor/golang.org/x/text/transform [2021-02-18T13:28:07.223Z] #44 93.95 vendor/golang.org/x/text/unicode/bidi [2021-02-18T13:28:07.223Z] #44 96.34 vendor/golang.org/x/text/secure/bidirule [2021-02-18T13:28:07.223Z] #44 96.63 vendor/golang.org/x/text/unicode/norm [2021-02-18T13:28:07.223Z] #44 ... [2021-02-18T13:28:07.223Z] [2021-02-18T13:28:07.223Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:07.223Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:07.223Z] #12 99.10 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T13:28:07.223Z] #12 99.11 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:28:07.223Z] #12 99.14 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:07.299Z] #42 34.19 CC images/rpc.o [2021-02-18T13:28:07.464Z] #19 DONE 66.3s [2021-02-18T13:28:07.464Z] [2021-02-18T13:28:07.464Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:28:07.464Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:28:07.464Z] #39 190.9 + dpkg --print-architecture [2021-02-18T13:28:07.464Z] #39 190.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T13:28:07.465Z] #39 191.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T13:28:07.465Z] #39 191.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T13:28:08.667Z] #42 35.36 CC images/ext-file.o [2021-02-18T13:28:08.667Z] #42 35.62 CC images/cgroup.o [2021-02-18T13:28:08.750Z] #14 ... [2021-02-18T13:28:08.750Z] [2021-02-18T13:28:08.750Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:08.750Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:28:08.750Z] #44 85.84 crypto/tls [2021-02-18T13:28:08.750Z] #44 90.08 net/http/httptrace [2021-02-18T13:28:08.750Z] #44 90.28 net/http [2021-02-18T13:28:08.750Z] #44 ... [2021-02-18T13:28:08.750Z] [2021-02-18T13:28:08.750Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:28:08.750Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-18T13:28:08.750Z] #14 DONE 1.9s [2021-02-18T13:28:08.750Z] [2021-02-18T13:28:08.750Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:08.750Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:08.750Z] #42 35.96 CC images/ext-file.o [2021-02-18T13:28:08.751Z] #42 36.23 CC images/cgroup.o [2021-02-18T13:28:08.751Z] #42 36.62 CC images/userns.o [2021-02-18T13:28:08.751Z] #42 36.87 CC images/google/protobuf/descriptor.o [2021-02-18T13:28:08.751Z] #42 38.69 CC images/opts.o [2021-02-18T13:28:08.751Z] #42 38.98 CC images/seccomp.o [2021-02-18T13:28:08.751Z] #42 39.31 CC images/binfmt-misc.o [2021-02-18T13:28:08.751Z] #42 39.59 CC images/time.o [2021-02-18T13:28:08.751Z] #42 39.83 CC images/sysctl.o [2021-02-18T13:28:08.751Z] #42 40.01 CC images/autofs.o [2021-02-18T13:28:08.751Z] #42 40.28 CC images/macvlan.o [2021-02-18T13:28:08.751Z] #42 40.50 CC images/sit.o [2021-02-18T13:28:08.855Z] #39 ... [2021-02-18T13:28:08.855Z] [2021-02-18T13:28:08.855Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-18T13:28:08.855Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T13:28:08.855Z] #20 0.996 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T13:28:08.855Z] #20 1.004 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T13:28:08.855Z] #20 1.008 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T13:28:08.855Z] #20 DONE 1.1s [2021-02-18T13:28:08.855Z] [2021-02-18T13:28:08.855Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:08.855Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:08.855Z] #42 116.1 CC criu/filesystems.o [2021-02-18T13:28:08.855Z] #42 116.7 CC criu/fsnotify.o [2021-02-18T13:28:08.855Z] #42 117.8 CC criu/image-desc.o [2021-02-18T13:28:08.855Z] #42 118.0 CC criu/image.o [2021-02-18T13:28:08.855Z] #42 118.9 CC criu/ipc_ns.o [2021-02-18T13:28:08.855Z] #42 120.3 CC criu/irmap.o [2021-02-18T13:28:08.855Z] #42 121.1 CC criu/kcmp-ids.o [2021-02-18T13:28:08.855Z] #42 121.4 CC criu/kerndat.o [2021-02-18T13:28:08.855Z] #42 122.5 CC criu/libnetlink.o [2021-02-18T13:28:08.855Z] #42 123.0 CC criu/log.o [2021-02-18T13:28:08.855Z] #42 123.6 CC criu/lsm.o [2021-02-18T13:28:08.855Z] #42 124.2 CC criu/mem.o [2021-02-18T13:28:08.855Z] #42 ... [2021-02-18T13:28:08.855Z] [2021-02-18T13:28:08.855Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:28:08.855Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:28:09.015Z] #42 40.83 CC images/memfd.o [2021-02-18T13:28:09.217Z] #50 ... [2021-02-18T13:28:09.217Z] [2021-02-18T13:28:09.217Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:09.217Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:09.217Z] #42 9.116 PBCC images/timens.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.166 DEP images/timens.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.214 PBCC images/fown.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.214 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.298 PBCC images/opts.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.374 PBCC images/memfd.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.434 DEP images/fown.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.500 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.538 DEP images/opts.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.584 DEP images/memfd.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.656 PBCC images/sit.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.801 DEP images/sit.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.836 PBCC images/macvlan.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.884 DEP images/macvlan.pb-c.d [2021-02-18T13:28:09.217Z] #42 9.956 PBCC images/autofs.pb-c.c [2021-02-18T13:28:09.217Z] #42 9.956 DEP images/autofs.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.02 PBCC images/sysctl.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.06 DEP images/sysctl.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.11 PBCC images/time.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.11 DEP images/time.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.18 PBCC images/binfmt-misc.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.20 DEP images/binfmt-misc.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.27 PBCC images/seccomp.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.33 DEP images/seccomp.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.41 PBCC images/userns.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.41 DEP images/userns.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.47 PBCC images/cgroup.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.52 DEP images/cgroup.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.56 PBCC images/ext-file.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.58 DEP images/ext-file.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.69 PBCC images/rpc.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.78 DEP images/rpc.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.84 PBCC images/siginfo.pb-c.c [2021-02-18T13:28:09.217Z] #42 10.89 DEP images/siginfo.pb-c.d [2021-02-18T13:28:09.217Z] #42 10.95 PBCC images/pagemap.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.00 DEP images/pagemap.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.06 PBCC images/rlimit.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.06 DEP images/rlimit.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.14 PBCC images/file-lock.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.17 DEP images/file-lock.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.24 PBCC images/tty.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.41 DEP images/tty.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.41 PBCC images/tun.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.48 PBCC images/netdev.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.61 DEP images/tun.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.65 DEP images/netdev.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.69 PBCC images/vma.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.81 DEP images/vma.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.81 PBCC images/creds.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.81 DEP images/creds.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.95 PBCC images/utsns.pb-c.c [2021-02-18T13:28:09.217Z] #42 11.95 DEP images/utsns.pb-c.d [2021-02-18T13:28:09.217Z] #42 11.96 PBCC images/ipc-desc.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.01 PBCC images/ipc-sem.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.05 DEP images/ipc-desc.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.09 DEP images/ipc-sem.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.14 PBCC images/ipc-msg.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.16 DEP images/ipc-msg.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.25 PBCC images/ipc-shm.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.25 DEP images/ipc-shm.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.27 PBCC images/ipc-var.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.29 DEP images/ipc-var.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.32 PBCC images/sk-opts.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.34 PBCC images/packet-sock.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.41 DEP images/sk-opts.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.48 DEP images/packet-sock.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.56 PBCC images/sk-netlink.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.59 DEP images/sk-netlink.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.69 PBCC images/sk-inet.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.79 DEP images/sk-inet.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.88 PBCC images/sk-unix.pb-c.c [2021-02-18T13:28:09.217Z] #42 12.91 DEP images/sk-unix.pb-c.d [2021-02-18T13:28:09.217Z] #42 12.98 PBCC images/mm.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.02 DEP images/mm.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.09 PBCC images/timerfd.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.13 DEP images/timerfd.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.22 PBCC images/timer.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.25 DEP images/timer.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.30 PBCC images/sa.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.36 DEP images/sa.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.46 PBCC images/pipe-data.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.46 DEP images/pipe-data.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.52 PBCC images/mnt.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.59 DEP images/mnt.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.64 PBCC images/sk-packet.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.66 DEP images/sk-packet.pb-c.d [2021-02-18T13:28:09.217Z] #42 13.73 PBCC images/tcp-stream.pb-c.c [2021-02-18T13:28:09.217Z] #42 13.75 DEP images/tcp-stream.pb-c.d [2021-02-18T13:28:09.229Z] #42 36.15 CC images/userns.o [2021-02-18T13:28:09.278Z] #42 41.25 CC images/timens.o [2021-02-18T13:28:09.476Z] #42 13.84 PBCC images/pipe.pb-c.c [2021-02-18T13:28:09.476Z] #42 13.89 DEP images/pipe.pb-c.d [2021-02-18T13:28:09.476Z] #42 13.94 PBCC images/pstree.pb-c.c [2021-02-18T13:28:09.476Z] #42 14.00 DEP images/pstree.pb-c.d [2021-02-18T13:28:09.485Z] #42 36.46 CC images/google/protobuf/descriptor.o [2021-02-18T13:28:09.736Z] #42 14.08 PBCC images/fs.pb-c.c [2021-02-18T13:28:09.736Z] #42 14.12 DEP images/fs.pb-c.d [2021-02-18T13:28:09.736Z] #42 14.18 PBCC images/signalfd.pb-c.c [2021-02-18T13:28:09.736Z] #42 14.23 DEP images/signalfd.pb-c.d [2021-02-18T13:28:09.736Z] #42 14.29 PBCC images/fh.pb-c.c [2021-02-18T13:28:09.736Z] #42 14.35 PBCC images/fsnotify.pb-c.c [2021-02-18T13:28:09.855Z] #42 41.49 LINK images/built-in.o [2021-02-18T13:28:09.855Z] #42 41.74 GEN compel/include/asm [2021-02-18T13:28:09.855Z] #42 41.80 GEN compel/include/version.h [2021-02-18T13:28:09.996Z] #42 14.45 DEP images/fh.pb-c.d [2021-02-18T13:28:09.996Z] #42 14.53 DEP images/fsnotify.pb-c.d [2021-02-18T13:28:10.119Z] #42 41.83 touch .config [2021-02-18T13:28:10.119Z] #42 41.93 GEN include/common/config.h [2021-02-18T13:28:10.119Z] #42 42.04 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T13:28:10.257Z] #42 14.60 PBCC images/eventpoll.pb-c.c [2021-02-18T13:28:10.257Z] #42 14.63 DEP images/eventpoll.pb-c.d [2021-02-18T13:28:10.257Z] #42 14.68 PBCC images/eventfd.pb-c.c [2021-02-18T13:28:10.257Z] #42 14.75 DEP images/eventfd.pb-c.d [2021-02-18T13:28:10.257Z] #42 14.80 PBCC images/remap-file-path.pb-c.c [2021-02-18T13:28:10.257Z] #42 14.81 DEP images/remap-file-path.pb-c.d [2021-02-18T13:28:10.257Z] #42 14.87 PBCC images/fifo.pb-c.c [2021-02-18T13:28:10.386Z] #42 ... [2021-02-18T13:28:10.386Z] [2021-02-18T13:28:10.386Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T13:28:10.386Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-18T13:28:10.386Z] #15 1.278 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T13:28:10.386Z] #15 DONE 1.6s [2021-02-18T13:28:10.386Z] [2021-02-18T13:28:10.386Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:10.386Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:10.386Z] #42 42.05 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-02-18T13:28:10.386Z] #42 42.10 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-02-18T13:28:10.386Z] #42 42.14 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-02-18T13:28:10.386Z] #42 42.15 DEP compel/plugins/std/infect.d [2021-02-18T13:28:10.386Z] #42 ... [2021-02-18T13:28:10.386Z] [2021-02-18T13:28:10.386Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:28:10.386Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-18T13:28:10.414Z] #42 ... [2021-02-18T13:28:10.414Z] [2021-02-18T13:28:10.414Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:10.414Z] #57 sha256:079460ca3d9c6ba1b1bae8f8bdb318820d2cea999ba861c1d418452813b21fbb [2021-02-18T13:28:10.414Z] #57 106.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:28:10.414Z] #57 106.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T13:28:10.517Z] #42 14.95 DEP images/fifo.pb-c.d [2021-02-18T13:28:10.777Z] #42 15.04 PBCC images/ghost-file.pb-c.c [2021-02-18T13:28:10.777Z] #42 15.04 DEP images/ghost-file.pb-c.d [2021-02-18T13:28:10.777Z] #42 15.14 PBCC images/regfile.pb-c.c [2021-02-18T13:28:10.777Z] #42 15.19 DEP images/regfile.pb-c.d [2021-02-18T13:28:10.777Z] #42 15.24 PBCC images/ns.pb-c.c [2021-02-18T13:28:10.777Z] #42 15.26 DEP images/ns.pb-c.d [2021-02-18T13:28:11.037Z] #42 15.33 PBCC images/fdinfo.pb-c.c [2021-02-18T13:28:11.037Z] #42 15.43 DEP images/fdinfo.pb-c.d [2021-02-18T13:28:11.037Z] #42 15.50 PBCC images/core-aarch64.pb-c.c [2021-02-18T13:28:11.037Z] #42 15.56 PBCC images/core-arm.pb-c.c [2021-02-18T13:28:11.298Z] #42 15.60 PBCC images/core-ppc64.pb-c.c [2021-02-18T13:28:11.298Z] #42 15.70 PBCC images/core-s390.pb-c.c [2021-02-18T13:28:11.298Z] #42 15.70 PBCC images/core-x86.pb-c.c [2021-02-18T13:28:11.298Z] #42 15.82 PBCC images/core.pb-c.c [2021-02-18T13:28:11.558Z] #42 15.97 PBCC images/inventory.pb-c.c [2021-02-18T13:28:11.558Z] #42 16.08 DEP images/core-aarch64.pb-c.d [2021-02-18T13:28:11.558Z] #42 16.08 DEP images/core-arm.pb-c.d [2021-02-18T13:28:11.819Z] #42 16.16 DEP images/core-ppc64.pb-c.d [2021-02-18T13:28:11.819Z] #42 16.23 DEP images/core-s390.pb-c.d [2021-02-18T13:28:11.819Z] #42 16.28 DEP images/core-x86.pb-c.d [2021-02-18T13:28:12.080Z] #42 16.43 DEP images/core.pb-c.d [2021-02-18T13:28:12.080Z] #42 16.43 DEP images/inventory.pb-c.d [2021-02-18T13:28:12.080Z] #42 16.58 PBCC images/cpuinfo.pb-c.c [2021-02-18T13:28:12.080Z] #42 16.58 DEP images/cpuinfo.pb-c.d [2021-02-18T13:28:12.080Z] #42 16.61 PBCC images/stats.pb-c.c [2021-02-18T13:28:12.080Z] #42 16.66 DEP images/stats.pb-c.d [2021-02-18T13:28:12.314Z] #16 DONE 1.5s [2021-02-18T13:28:12.314Z] [2021-02-18T13:28:12.314Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T13:28:12.314Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-18T13:28:13.709Z] #17 DONE 1.6s [2021-02-18T13:28:13.709Z] [2021-02-18T13:28:13.709Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T13:28:13.709Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-18T13:28:13.800Z] #12 ... [2021-02-18T13:28:13.800Z] [2021-02-18T13:28:13.800Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:13.800Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:13.800Z] #42 29.95 CC images/tun.o [2021-02-18T13:28:13.800Z] #42 30.22 CC images/sk-netlink.o [2021-02-18T13:28:13.800Z] #42 30.43 CC images/packet-sock.o [2021-02-18T13:28:13.800Z] #42 30.81 CC images/ipc-var.o [2021-02-18T13:28:13.800Z] #42 30.99 CC images/ipc-desc.o [2021-02-18T13:28:13.800Z] #42 31.19 CC images/ipc-shm.o [2021-02-18T13:28:13.800Z] #42 31.39 CC images/ipc-msg.o [2021-02-18T13:28:13.800Z] #42 31.68 CC images/ipc-sem.o [2021-02-18T13:28:13.800Z] #42 31.87 CC images/utsns.o [2021-02-18T13:28:13.800Z] #42 32.05 CC images/creds.o [2021-02-18T13:28:13.800Z] #42 32.22 CC images/vma.o [2021-02-18T13:28:13.800Z] #42 32.45 CC images/netdev.o [2021-02-18T13:28:13.800Z] #42 32.80 CC images/tty.o [2021-02-18T13:28:13.800Z] #42 33.44 CC images/file-lock.o [2021-02-18T13:28:13.800Z] #42 33.66 CC images/rlimit.o [2021-02-18T13:28:13.800Z] #42 33.88 CC images/pagemap.o [2021-02-18T13:28:13.800Z] #42 34.13 CC images/siginfo.o [2021-02-18T13:28:13.800Z] #42 34.44 CC images/rpc.o [2021-02-18T13:28:13.800Z] #42 35.57 CC images/ext-file.o [2021-02-18T13:28:13.800Z] #42 35.84 CC images/cgroup.o [2021-02-18T13:28:13.997Z] #42 18.29 make[1]: Nothing to be done for 'all'. [2021-02-18T13:28:14.060Z] #42 36.47 CC images/userns.o [2021-02-18T13:28:14.060Z] #42 ... [2021-02-18T13:28:14.060Z] [2021-02-18T13:28:14.060Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:14.060Z] #57 sha256:d25832b816d868b9b875296896a67fe7d5c14220dd9f2bf23540d64b1d7d1373 [2021-02-18T13:28:14.060Z] #57 105.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:28:14.060Z] #57 105.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T13:28:14.585Z] #57 ... [2021-02-18T13:28:14.585Z] [2021-02-18T13:28:14.585Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:14.585Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:14.585Z] #44 100.2 vendor/golang.org/x/net/idna [2021-02-18T13:28:14.585Z] #44 102.5 vendor/golang.org/x/net/http2/hpack [2021-02-18T13:28:14.585Z] #44 103.4 mime [2021-02-18T13:28:14.585Z] #44 105.3 mime/quotedprintable [2021-02-18T13:28:14.585Z] #44 105.6 net/http/internal [2021-02-18T13:28:14.585Z] #44 109.4 net/textproto [2021-02-18T13:28:14.585Z] #44 109.4 crypto/x509 [2021-02-18T13:28:14.585Z] #44 ... [2021-02-18T13:28:14.585Z] [2021-02-18T13:28:14.585Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:14.585Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:14.585Z] #42 38.12 CC images/opts.o [2021-02-18T13:28:14.585Z] #42 38.33 CC images/seccomp.o [2021-02-18T13:28:14.585Z] #42 38.61 CC images/binfmt-misc.o [2021-02-18T13:28:14.585Z] #42 38.89 CC images/time.o [2021-02-18T13:28:14.585Z] #42 39.13 CC images/sysctl.o [2021-02-18T13:28:14.585Z] #42 39.40 CC images/autofs.o [2021-02-18T13:28:14.585Z] #42 39.64 CC images/macvlan.o [2021-02-18T13:28:14.585Z] #42 39.92 CC images/sit.o [2021-02-18T13:28:14.585Z] #42 40.19 CC images/memfd.o [2021-02-18T13:28:14.585Z] #42 40.46 CC images/timens.o [2021-02-18T13:28:14.585Z] #42 40.74 LINK images/built-in.o [2021-02-18T13:28:14.585Z] #42 40.91 GEN compel/include/asm [2021-02-18T13:28:14.585Z] #42 40.93 GEN compel/include/version.h [2021-02-18T13:28:14.585Z] #42 40.95 touch .config [2021-02-18T13:28:14.585Z] #42 41.01 GEN include/common/config.h [2021-02-18T13:28:14.585Z] #42 41.10 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T13:28:14.585Z] #42 41.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T13:28:14.585Z] #42 41.14 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T13:28:14.585Z] #42 41.17 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T13:28:14.585Z] #42 41.18 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T13:28:14.585Z] #42 41.20 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T13:28:14.585Z] #42 41.21 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T13:28:14.585Z] #42 41.23 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T13:28:14.585Z] #42 41.26 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T13:28:14.585Z] #42 41.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T13:28:14.585Z] #42 41.28 DEP compel/plugins/std/infect.d [2021-02-18T13:28:14.585Z] #42 41.37 DEP compel/plugins/std/string.d [2021-02-18T13:28:14.585Z] #42 41.44 DEP compel/plugins/std/log.d [2021-02-18T13:28:14.841Z] #42 41.54 DEP compel/plugins/std/fds.d [2021-02-18T13:28:14.841Z] #42 41.70 DEP compel/plugins/std/std.d [2021-02-18T13:28:15.098Z] #42 41.84 DEP compel/plugins/shmem/shmem.d [2021-02-18T13:28:15.098Z] #42 41.93 DEP compel/plugins/fds/fds.d [2021-02-18T13:28:15.104Z] #18 DONE 1.6s [2021-02-18T13:28:15.104Z] [2021-02-18T13:28:15.104Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:15.104Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:28:15.354Z] #42 42.11 CC compel/plugins/std/std.o [2021-02-18T13:28:15.378Z] #42 19.73 CC images/stats.o [2021-02-18T13:28:15.448Z] #21 5.635 Collecting yamllint==1.16.0 [2021-02-18T13:28:15.611Z] #42 42.46 CC compel/plugins/std/fds.o [2021-02-18T13:28:15.638Z] #42 20.12 CC images/core.o [2021-02-18T13:28:16.174Z] #42 42.85 CC compel/plugins/std/log.o [2021-02-18T13:28:16.293Z] Fetching without tags [2021-02-18T13:28:15.949Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:28:16.020Z] > git config --add remote.origin.fetch +refs/pull/41974/head:refs/remotes/origin/PR-41974 # timeout=10 [2021-02-18T13:28:16.072Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:28:16.198Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-18T13:28:16.578Z] #42 20.78 CC images/core-x86.o [2021-02-18T13:28:16.578Z] #42 ... [2021-02-18T13:28:16.578Z] [2021-02-18T13:28:16.578Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:16.578Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:28:16.736Z] #42 43.65 CC compel/plugins/std/string.o [2021-02-18T13:28:16.832Z] #21 ... [2021-02-18T13:28:16.832Z] [2021-02-18T13:28:16.832Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:16.832Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:16.832Z] #42 126.3 CC criu/memfd.o [2021-02-18T13:28:16.832Z] #42 127.2 CC criu/mount.o [2021-02-18T13:28:16.832Z] #42 131.3 CC criu/namespaces.o [2021-02-18T13:28:16.832Z] #42 133.2 CC criu/net.o [2021-02-18T13:28:17.036Z] #19 1.721 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:28:17.036Z] #19 1.782 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:28:17.036Z] #19 1.783 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:28:17.299Z] #19 2.287 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-18T13:28:17.619Z] #55 43.86 Checking out files: 50% (1905/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) [2021-02-18T13:28:17.619Z] #55 ... [2021-02-18T13:28:17.619Z] [2021-02-18T13:28:17.619Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:17.619Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:28:17.619Z] #44 84.50 text/template [2021-02-18T13:28:17.619Z] #44 85.01 encoding/xml [2021-02-18T13:28:17.619Z] #44 89.98 go/doc [2021-02-18T13:28:17.619Z] #44 91.07 github.com/LK4D4/vndr/versioned [2021-02-18T13:28:17.619Z] #44 91.22 compress/flate [2021-02-18T13:28:17.619Z] #44 93.62 github.com/LK4D4/vndr/build [2021-02-18T13:28:17.619Z] #44 94.17 hash/crc32 [2021-02-18T13:28:17.619Z] #44 ... [2021-02-18T13:28:17.619Z] [2021-02-18T13:28:17.619Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:17.619Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:28:17.665Z] #42 44.28 CC compel/plugins/std/infect.o [2021-02-18T13:28:17.665Z] #42 ... [2021-02-18T13:28:17.665Z] [2021-02-18T13:28:17.665Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:17.665Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:17.665Z] #12 113.4 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T13:28:17.665Z] #12 ... [2021-02-18T13:28:17.665Z] [2021-02-18T13:28:17.665Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:17.665Z] #57 sha256:079460ca3d9c6ba1b1bae8f8bdb318820d2cea999ba861c1d418452813b21fbb [2021-02-18T13:28:17.665Z] #57 DONE 113.5s [2021-02-18T13:28:17.665Z] [2021-02-18T13:28:17.665Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T13:28:17.665Z] #58 sha256:e1f6285781b7f8b5f948355f25b09d2c970b18373e6a0eceb9c5d3adff6699b0 [2021-02-18T13:28:17.665Z] #58 DONE 0.0s [2021-02-18T13:28:17.665Z] [2021-02-18T13:28:17.665Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T13:28:17.665Z] #59 sha256:99556a3cc7d655b351388dc44274b49b6de00cdf4f7f13ec1d92c4285f40d419 [2021-02-18T13:28:17.665Z] #59 DONE 0.1s [2021-02-18T13:28:17.665Z] [2021-02-18T13:28:17.665Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:17.665Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:17.665Z] #12 113.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T13:28:17.665Z] #12 113.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:17.702Z] Merging remotes/origin/20.10 commit 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 into PR head commit df2a9897690cd9c3a71a3c496bc831ee5b2af361 [2021-02-18T13:28:17.922Z] #12 113.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T13:28:17.922Z] #12 113.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T13:28:17.922Z] #12 113.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:18.138Z] #55 43.86 Checking out files: 50% (1905/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 88% (3335/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-18T13:28:18.139Z] #55 45.34 + cd /tmp/tmp.JvUN8R4rOK/src/github.com/containerd/containerd [2021-02-18T13:28:18.251Z] #19 3.134 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-18T13:28:18.398Z] #55 45.34 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-18T13:28:18.485Z] #12 114.0 Selecting previously unselected package libbtrfs0. [2021-02-18T13:28:18.485Z] #12 114.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:28:18.485Z] #12 114.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:18.485Z] #12 114.2 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:28:18.485Z] #12 114.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:28:18.485Z] #12 114.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:18.742Z] #12 114.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T13:28:18.742Z] #12 114.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:18.742Z] #12 114.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:18.742Z] #12 114.6 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T13:28:18.998Z] #12 114.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:18.998Z] #12 114.6 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:18.998Z] #12 114.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T13:28:18.998Z] #12 114.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T13:28:18.998Z] #12 114.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:19.255Z] #12 115.1 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T13:28:19.255Z] #12 115.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:19.255Z] #12 115.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:16.327Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-18T13:28:16.327Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:28:16.329Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41974/head:refs/remotes/origin/PR-41974 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-18T13:28:17.807Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:28:17.860Z] > git checkout -f df2a9897690cd9c3a71a3c496bc831ee5b2af361 # timeout=10 [2021-02-18T13:28:19.336Z] #57 ... [2021-02-18T13:28:19.336Z] [2021-02-18T13:28:19.336Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:19.336Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:28:19.336Z] #44 100.4 vendor/golang.org/x/net/idna [2021-02-18T13:28:19.336Z] #44 102.5 vendor/golang.org/x/net/http2/hpack [2021-02-18T13:28:19.336Z] #44 103.7 mime [2021-02-18T13:28:19.336Z] #44 105.2 mime/quotedprintable [2021-02-18T13:28:19.336Z] #44 105.6 net/http/internal [2021-02-18T13:28:19.336Z] #44 108.9 net/textproto [2021-02-18T13:28:19.336Z] #44 109.0 crypto/x509 [2021-02-18T13:28:19.336Z] #44 110.0 vendor/golang.org/x/net/http/httpguts [2021-02-18T13:28:19.336Z] #44 110.3 vendor/golang.org/x/net/http/httpproxy [2021-02-18T13:28:19.336Z] #44 110.6 mime/multipart [2021-02-18T13:28:19.336Z] #44 ... [2021-02-18T13:28:19.336Z] [2021-02-18T13:28:19.336Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:19.336Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:19.336Z] #42 36.81 CC images/google/protobuf/descriptor.o [2021-02-18T13:28:19.336Z] #42 38.24 CC images/opts.o [2021-02-18T13:28:19.336Z] #42 38.46 CC images/seccomp.o [2021-02-18T13:28:19.336Z] #42 38.72 CC images/binfmt-misc.o [2021-02-18T13:28:19.336Z] #42 38.94 CC images/time.o [2021-02-18T13:28:19.336Z] #42 39.16 CC images/sysctl.o [2021-02-18T13:28:19.336Z] #42 39.40 CC images/autofs.o [2021-02-18T13:28:19.336Z] #42 39.55 CC images/macvlan.o [2021-02-18T13:28:19.336Z] #42 39.70 CC images/sit.o [2021-02-18T13:28:19.336Z] #42 40.01 CC images/memfd.o [2021-02-18T13:28:19.336Z] #42 40.25 CC images/timens.o [2021-02-18T13:28:19.336Z] #42 40.48 LINK images/built-in.o [2021-02-18T13:28:19.336Z] #42 40.63 GEN compel/include/asm [2021-02-18T13:28:19.336Z] #42 40.64 GEN compel/include/version.h [2021-02-18T13:28:19.336Z] #42 40.68 touch .config [2021-02-18T13:28:19.336Z] #42 40.73 GEN include/common/config.h [2021-02-18T13:28:19.336Z] #42 40.83 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T13:28:19.336Z] #42 40.85 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T13:28:19.336Z] #42 40.87 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T13:28:19.336Z] #42 40.89 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T13:28:19.336Z] #42 40.91 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T13:28:19.336Z] #42 40.93 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T13:28:19.336Z] #42 40.95 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T13:28:19.336Z] #42 40.98 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T13:28:19.336Z] #42 40.98 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T13:28:19.336Z] #42 41.01 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T13:28:19.336Z] #42 41.01 DEP compel/plugins/std/infect.d [2021-02-18T13:28:19.336Z] #42 41.09 DEP compel/plugins/std/string.d [2021-02-18T13:28:19.336Z] #42 41.15 DEP compel/plugins/std/log.d [2021-02-18T13:28:19.336Z] #42 41.22 DEP compel/plugins/std/fds.d [2021-02-18T13:28:19.336Z] #42 41.36 DEP compel/plugins/std/std.d [2021-02-18T13:28:19.336Z] #42 41.45 DEP compel/plugins/shmem/shmem.d [2021-02-18T13:28:19.336Z] #42 41.54 DEP compel/plugins/fds/fds.d [2021-02-18T13:28:19.336Z] #42 41.63 CC compel/plugins/std/std.o [2021-02-18T13:28:19.336Z] #42 41.89 CC compel/plugins/std/fds.o [2021-02-18T13:28:19.510Z] #12 115.3 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T13:28:19.511Z] #12 115.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:19.511Z] #12 115.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:19.595Z] #42 42.33 CC compel/plugins/std/log.o [2021-02-18T13:28:19.644Z] #19 4.631 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-18T13:28:19.767Z] #12 115.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T13:28:19.767Z] #12 115.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:19.767Z] #12 115.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:19.767Z] #12 115.6 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T13:28:19.767Z] #12 115.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:19.767Z] #12 115.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:19.782Z] #55 ... [2021-02-18T13:28:19.782Z] [2021-02-18T13:28:19.782Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-18T13:28:19.782Z] #50 sha256:88edb9e9b7112aac9ff0cc34e95c08f74e1ae9283c24983a31f1e4f0c2842080 [2021-02-18T13:28:19.782Z] #50 90.72 mvdan.cc/sh/v3/cmd/shfmt [2021-02-18T13:28:19.782Z] #50 DONE 96.7s [2021-02-18T13:28:19.782Z] [2021-02-18T13:28:19.782Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:19.782Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:19.782Z] #42 21.42 CC images/core-arm.o [2021-02-18T13:28:19.782Z] #42 21.83 CC images/core-aarch64.o [2021-02-18T13:28:19.782Z] #42 22.19 CC images/core-ppc64.o [2021-02-18T13:28:19.782Z] #42 22.77 CC images/core-s390.o [2021-02-18T13:28:19.782Z] #42 23.45 CC images/cpuinfo.o [2021-02-18T13:28:19.782Z] #42 23.85 CC images/inventory.o [2021-02-18T13:28:19.782Z] #42 24.06 CC images/fdinfo.o [2021-02-18T13:28:20.042Z] #42 24.49 CC images/fown.o [2021-02-18T13:28:20.133Z] #42 ... [2021-02-18T13:28:20.133Z] [2021-02-18T13:28:20.133Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:28:20.133Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:28:20.133Z] #21 10.99 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T13:28:20.133Z] #21 11.09 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T13:28:20.133Z] #21 11.12 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T13:28:20.133Z] #21 11.15 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T13:28:20.133Z] #21 11.36 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T13:28:20.302Z] #42 24.75 CC images/ns.o [2021-02-18T13:28:20.331Z] #12 116.1 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T13:28:20.331Z] #12 116.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T13:28:20.331Z] #12 116.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:20.395Z] #21 11.74 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-18T13:28:20.531Z] #42 43.14 CC compel/plugins/std/string.o [2021-02-18T13:28:20.563Z] #42 24.96 CC images/regfile.o [2021-02-18T13:28:20.588Z] #12 116.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T13:28:20.588Z] #12 116.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:20.588Z] #12 116.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:20.588Z] #12 116.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T13:28:20.588Z] #12 116.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T13:28:20.588Z] #12 116.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:20.594Z] #19 ... [2021-02-18T13:28:20.594Z] [2021-02-18T13:28:20.594Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:20.594Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:20.594Z] #42 42.30 DEP compel/plugins/std/string.d [2021-02-18T13:28:20.594Z] #42 42.50 DEP compel/plugins/std/log.d [2021-02-18T13:28:20.594Z] #42 42.62 DEP compel/plugins/std/fds.d [2021-02-18T13:28:20.594Z] #42 42.73 DEP compel/plugins/std/std.d [2021-02-18T13:28:20.594Z] #42 42.86 DEP compel/plugins/shmem/shmem.d [2021-02-18T13:28:20.594Z] #42 42.93 DEP compel/plugins/fds/fds.d [2021-02-18T13:28:20.594Z] #42 43.16 CC compel/plugins/std/std.o [2021-02-18T13:28:20.594Z] #42 43.51 CC compel/plugins/std/fds.o [2021-02-18T13:28:20.594Z] #42 43.93 CC compel/plugins/std/log.o [2021-02-18T13:28:20.594Z] #42 44.81 CC compel/plugins/std/string.o [2021-02-18T13:28:20.594Z] #42 45.40 CC compel/plugins/std/infect.o [2021-02-18T13:28:20.594Z] #42 46.00 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-02-18T13:28:20.594Z] #42 46.05 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-02-18T13:28:20.594Z] #42 46.14 AR compel/plugins/std.lib.a [2021-02-18T13:28:20.594Z] #42 46.28 CC compel/plugins/fds/fds.o [2021-02-18T13:28:20.594Z] #42 46.48 AR compel/plugins/fds.lib.a [2021-02-18T13:28:20.594Z] #42 46.53 HOSTDEP compel/src/lib/log-host.d [2021-02-18T13:28:20.594Z] #42 46.70 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T13:28:20.594Z] #42 46.80 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-02-18T13:28:20.594Z] #42 46.85 HOSTDEP compel/src/main-host.d [2021-02-18T13:28:20.594Z] #42 46.97 DEP compel/src/lib/ptrace.d [2021-02-18T13:28:20.594Z] #42 47.15 DEP compel/src/lib/infect.d [2021-02-18T13:28:20.594Z] #42 47.34 DEP compel/src/lib/infect-util.d [2021-02-18T13:28:20.594Z] #42 47.45 DEP compel/src/lib/infect-rpc.d [2021-02-18T13:28:20.594Z] #42 47.67 DEP compel/arch/aarch64/src/lib/infect.d [2021-02-18T13:28:20.594Z] #42 47.75 DEP compel/arch/aarch64/src/lib/cpu.d [2021-02-18T13:28:20.594Z] #42 47.85 DEP compel/src/lib/log.d [2021-02-18T13:28:20.594Z] #42 47.94 DEP compel/src/main.d [2021-02-18T13:28:20.594Z] #42 48.06 DEP compel/src/lib/handle-elf.d [2021-02-18T13:28:20.594Z] #42 48.16 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-02-18T13:28:20.594Z] #42 48.29 CC compel/src/lib/log.o [2021-02-18T13:28:20.594Z] #42 48.64 CC compel/arch/aarch64/src/lib/cpu.o [2021-02-18T13:28:20.594Z] #42 48.97 CC compel/arch/aarch64/src/lib/infect.o [2021-02-18T13:28:20.594Z] #42 49.43 CC compel/src/lib/infect-rpc.o [2021-02-18T13:28:20.594Z] #42 49.96 CC compel/src/lib/infect-util.o [2021-02-18T13:28:20.594Z] #42 50.33 CC compel/src/lib/infect.o [2021-02-18T13:28:20.594Z] #42 52.28 CC compel/src/lib/ptrace.o [2021-02-18T13:28:20.822Z] #42 25.25 CC images/ghost-file.o [2021-02-18T13:28:20.844Z] #12 116.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T13:28:20.844Z] #12 116.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:20.844Z] #12 116.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:20.857Z] #42 52.63 AR compel/libcompel.a [2021-02-18T13:28:20.969Z] #21 12.11 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T13:28:21.082Z] #42 25.58 CC images/fifo.o [2021-02-18T13:28:21.118Z] #42 43.68 CC compel/plugins/std/infect.o [2021-02-18T13:28:21.120Z] #42 52.71 HOSTCC compel/src/main-host.o [2021-02-18T13:28:21.255Z] Merge succeeded, producing 1f26a10af1ac095494a73aa7c5651529102160f3 [2021-02-18T13:28:21.256Z] Checking out Revision 1f26a10af1ac095494a73aa7c5651529102160f3 (PR-41974) [2021-02-18T13:28:21.343Z] #42 25.87 CC images/remap-file-path.o [2021-02-18T13:28:21.378Z] #42 44.12 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T13:28:21.383Z] #42 53.14 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-02-18T13:28:21.407Z] #12 117.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:21.407Z] #12 117.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:21.407Z] #12 117.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:21.407Z] #12 117.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:21.407Z] #12 117.1 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:21.407Z] #12 117.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:21.407Z] #12 117.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:21.407Z] #12 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:21.407Z] #12 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:21.407Z] #12 117.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:21.407Z] #12 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:21.540Z] #21 DONE 12.8s [2021-02-18T13:28:21.540Z] [2021-02-18T13:28:21.540Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T13:28:21.540Z] #24 sha256:fac6d320b9165ef8f53d846404ef9919affb7d89a698c16406bb47a67ccbcd25 [2021-02-18T13:28:21.602Z] #42 26.06 CC images/eventfd.o [2021-02-18T13:28:21.637Z] #42 44.16 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T13:28:21.637Z] #42 44.20 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T13:28:21.646Z] #42 53.43 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T13:28:21.664Z] #12 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:21.664Z] #12 117.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:28:21.664Z] #12 117.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:21.664Z] #12 117.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:21.664Z] #12 117.3 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T13:28:21.664Z] #12 117.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:21.664Z] #12 117.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:21.664Z] #12 117.4 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:28:21.853Z] #24 DONE 0.4s [2021-02-18T13:28:21.853Z] [2021-02-18T13:28:21.853Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:21.853Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:21.853Z] #42 136.4 CC criu/netfilter.o [2021-02-18T13:28:21.853Z] #42 136.9 CC criu/page-pipe.o [2021-02-18T13:28:21.853Z] #42 137.6 CC criu/page-xfer.o [2021-02-18T13:28:21.862Z] #42 26.29 CC images/eventpoll.o [2021-02-18T13:28:21.897Z] #42 44.27 AR compel/plugins/std.lib.a [2021-02-18T13:28:21.897Z] #42 44.35 CC compel/plugins/fds/fds.o [2021-02-18T13:28:21.897Z] #42 ... [2021-02-18T13:28:21.897Z] [2021-02-18T13:28:21.897Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:21.897Z] #57 sha256:d25832b816d868b9b875296896a67fe7d5c14220dd9f2bf23540d64b1d7d1373 [2021-02-18T13:28:21.897Z] #57 DONE 113.8s [2021-02-18T13:28:21.897Z] [2021-02-18T13:28:21.897Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T13:28:21.897Z] #58 sha256:d8d346c24ccc127e6b86f97345c0e2c4815841a75bd25b4efd7c78f55b8f8d53 [2021-02-18T13:28:21.897Z] #58 DONE 0.1s [2021-02-18T13:28:21.897Z] [2021-02-18T13:28:21.897Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T13:28:21.897Z] #59 sha256:d383fce6d2d750c8eb897590b38177b606ee28cfe6a15823b4e24cf0fa213d87 [2021-02-18T13:28:21.909Z] #42 ... [2021-02-18T13:28:21.909Z] [2021-02-18T13:28:21.909Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:21.909Z] #44 sha256:59bdbc80405afce10dfa8e1f915264eb41e78e9dacb907b23f330e4e7754b0eb [2021-02-18T13:28:21.909Z] #44 99.91 github.com/LK4D4/vndr/godl [2021-02-18T13:28:21.909Z] #44 100.6 github.com/LK4D4/vndr [2021-02-18T13:28:21.909Z] #44 DONE 109.2s [2021-02-18T13:28:21.909Z] [2021-02-18T13:28:21.909Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:21.909Z] #52 sha256:b6a0f0f5e7ebc0c9c8e0fea323249954ad7557c365d7eca23834ce77b148e857 [2021-02-18T13:28:21.909Z] #52 8.710 + cd /tmp/tmp.o0uiBeX20H/src/github.com/opencontainers/runc [2021-02-18T13:28:21.909Z] #52 8.710 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:21.909Z] #52 9.128 + '[' -z '' ']' [2021-02-18T13:28:21.909Z] #52 9.128 + target=static [2021-02-18T13:28:21.909Z] #52 9.129 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T13:28:21.909Z] #52 9.546 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 . [2021-02-18T13:28:21.921Z] #12 DONE 117.8s [2021-02-18T13:28:21.921Z] [2021-02-18T13:28:21.921Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:21.921Z] #52 sha256:eea8fff51316129df7074fbefb3de5f1b8c22b9ff95dc519fc943229e5abb272 [2021-02-18T13:28:22.122Z] #42 26.60 CC images/fh.o [2021-02-18T13:28:22.158Z] #59 DONE 0.1s [2021-02-18T13:28:22.158Z] [2021-02-18T13:28:22.158Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:22.158Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:22.158Z] #42 44.72 AR compel/plugins/fds.lib.a [2021-02-18T13:28:22.158Z] #42 44.76 HOSTDEP compel/src/lib/log-host.d [2021-02-18T13:28:22.158Z] #42 44.85 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T13:28:22.172Z] #52 ... [2021-02-18T13:28:22.172Z] [2021-02-18T13:28:22.172Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:22.172Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:22.172Z] #42 53.89 HOSTCC compel/src/lib/log-host.o [2021-02-18T13:28:20.241Z] > git remote # timeout=10 [2021-02-18T13:28:20.335Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T13:28:20.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-18T13:28:20.391Z] > git merge 24e1d7fa5924f80193d60e22a5a825e4cafd4b91 # timeout=10 [2021-02-18T13:28:21.143Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-18T13:28:21.287Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T13:28:21.336Z] > git checkout -f 1f26a10af1ac095494a73aa7c5651529102160f3 # timeout=10 [2021-02-18T13:28:22.418Z] #42 44.96 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T13:28:22.418Z] #42 45.07 HOSTDEP compel/src/main-host.d [2021-02-18T13:28:22.677Z] #42 45.25 DEP compel/src/lib/ptrace.d [2021-02-18T13:28:22.692Z] #42 26.90 CC images/fsnotify.o [2021-02-18T13:28:22.748Z] #42 54.34 HOSTLINK compel/compel-host-bin [2021-02-18T13:28:22.941Z] #42 45.43 DEP compel/src/lib/infect.d [2021-02-18T13:28:22.941Z] #42 45.50 DEP compel/src/lib/infect-util.d [2021-02-18T13:28:22.941Z] #42 45.55 DEP compel/src/lib/infect-rpc.d [2021-02-18T13:28:23.017Z] #42 54.74 DEP soccr/soccr.d [2021-02-18T13:28:23.200Z] #42 45.69 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T13:28:23.200Z] #42 45.85 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T13:28:23.257Z] #42 139.4 CC criu/pagemap-cache.o [2021-02-18T13:28:23.261Z] #42 27.62 CC images/signalfd.o [2021-02-18T13:28:23.288Z] #42 55.03 CC soccr/soccr.o [2021-02-18T13:28:23.460Z] #42 45.91 DEP compel/src/lib/log.d [2021-02-18T13:28:23.460Z] #42 45.97 DEP compel/src/main.d [2021-02-18T13:28:23.460Z] #42 46.09 DEP compel/src/lib/handle-elf.d [2021-02-18T13:28:23.519Z] #42 139.8 CC criu/pagemap.o [2021-02-18T13:28:23.521Z] #42 27.85 CC images/fs.o [2021-02-18T13:28:23.521Z] #42 28.07 CC images/pstree.o [2021-02-18T13:28:23.719Z] #42 46.23 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T13:28:23.781Z] #42 28.27 CC images/pipe.o [2021-02-18T13:28:23.816Z] #52 1.611 + RM_GOPATH=0 [2021-02-18T13:28:23.816Z] #52 1.611 + TMP_GOPATH= [2021-02-18T13:28:23.816Z] #52 1.611 + : /build [2021-02-18T13:28:23.816Z] #52 1.611 + '[' -z '' ']' [2021-02-18T13:28:23.816Z] #52 ... [2021-02-18T13:28:23.816Z] [2021-02-18T13:28:23.816Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T13:28:23.816Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T13:28:23.816Z] #13 DONE 1.7s [2021-02-18T13:28:23.816Z] [2021-02-18T13:28:23.816Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:23.816Z] #52 sha256:eea8fff51316129df7074fbefb3de5f1b8c22b9ff95dc519fc943229e5abb272 [2021-02-18T13:28:23.816Z] #52 1.613 ++ mktemp -d [2021-02-18T13:28:23.816Z] #52 1.615 + export GOPATH=/tmp/tmp.zyJwsCEnaN [2021-02-18T13:28:23.816Z] #52 1.615 + GOPATH=/tmp/tmp.zyJwsCEnaN [2021-02-18T13:28:23.816Z] #52 1.615 + RM_GOPATH=1 [2021-02-18T13:28:23.816Z] #52 1.615 + case "$(go env GOARCH)" in [2021-02-18T13:28:23.816Z] #52 1.617 ++ go env GOARCH [2021-02-18T13:28:23.816Z] #52 1.661 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:23.816Z] #52 1.661 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:23.816Z] #52 1.661 ++ dirname /tmp/install/install.sh [2021-02-18T13:28:23.816Z] #52 1.670 + dir=/tmp/install [2021-02-18T13:28:23.816Z] #52 1.670 + bin=runc [2021-02-18T13:28:23.816Z] #52 1.670 + shift [2021-02-18T13:28:23.816Z] #52 1.670 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T13:28:23.816Z] #52 1.670 + . /tmp/install/runc.installer [2021-02-18T13:28:23.816Z] #52 1.670 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:23.816Z] #52 1.670 + install_runc [2021-02-18T13:28:23.816Z] #52 1.670 + uname -r [2021-02-18T13:28:23.816Z] #52 1.670 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T13:28:23.816Z] #52 1.677 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T13:28:23.816Z] #52 1.677 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T13:28:23.816Z] #52 1.677 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T13:28:23.816Z] #52 1.677 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zyJwsCEnaN/src/github.com/opencontainers/runc [2021-02-18T13:28:23.816Z] #52 1.716 Cloning into '/tmp/tmp.zyJwsCEnaN/src/github.com/opencontainers/runc'... [2021-02-18T13:28:23.979Z] #42 46.36 CC compel/src/lib/log.o [2021-02-18T13:28:23.979Z] #42 46.57 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T13:28:24.040Z] #42 28.49 CC images/tcp-stream.o [2021-02-18T13:28:24.040Z] #42 ... [2021-02-18T13:28:24.040Z] [2021-02-18T13:28:24.040Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:24.040Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:24.040Z] #12 101.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-18T13:28:24.040Z] #12 101.2 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-18T13:28:24.041Z] #12 101.2 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:24.463Z] #42 140.6 CC criu/parasite-syscall.o [2021-02-18T13:28:24.685Z] #42 ... [2021-02-18T13:28:24.685Z] [2021-02-18T13:28:24.685Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:28:24.685Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-18T13:28:24.685Z] #31 DONE 111.8s [2021-02-18T13:28:24.685Z] [2021-02-18T13:28:24.685Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:24.685Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:24.685Z] #42 56.52 AR soccr/libsoccr.a [2021-02-18T13:28:24.750Z] #52 ... [2021-02-18T13:28:24.750Z] [2021-02-18T13:28:24.750Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:24.750Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:24.750Z] #44 110.5 vendor/golang.org/x/net/http/httpguts [2021-02-18T13:28:24.750Z] #44 110.7 vendor/golang.org/x/net/http/httpproxy [2021-02-18T13:28:24.750Z] #44 111.1 mime/multipart [2021-02-18T13:28:24.750Z] #44 113.2 crypto/tls [2021-02-18T13:28:24.750Z] #44 120.1 net/http/httptrace [2021-02-18T13:28:24.750Z] #44 120.4 net/http [2021-02-18T13:28:24.750Z] #44 ... [2021-02-18T13:28:24.750Z] [2021-02-18T13:28:24.750Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:28:24.750Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T13:28:24.750Z] #14 DONE 1.2s [2021-02-18T13:28:24.750Z] [2021-02-18T13:28:24.750Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:24.750Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:24.750Z] #42 44.82 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T13:28:24.750Z] #42 44.89 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T13:28:24.750Z] #42 45.00 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T13:28:24.750Z] #42 45.13 AR compel/plugins/std.lib.a [2021-02-18T13:28:24.750Z] #42 45.38 CC compel/plugins/fds/fds.o [2021-02-18T13:28:24.750Z] #42 45.71 AR compel/plugins/fds.lib.a [2021-02-18T13:28:24.750Z] #42 45.75 HOSTDEP compel/src/lib/log-host.d [2021-02-18T13:28:24.750Z] #42 45.87 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T13:28:24.750Z] #42 45.96 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T13:28:24.750Z] #42 46.05 HOSTDEP compel/src/main-host.d [2021-02-18T13:28:24.750Z] #42 46.14 DEP compel/src/lib/ptrace.d [2021-02-18T13:28:24.750Z] #42 46.24 DEP compel/src/lib/infect.d [2021-02-18T13:28:24.750Z] #42 46.37 DEP compel/src/lib/infect-util.d [2021-02-18T13:28:24.750Z] #42 46.46 DEP compel/src/lib/infect-rpc.d [2021-02-18T13:28:24.750Z] #42 46.60 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T13:28:24.750Z] #42 46.80 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T13:28:24.750Z] #42 46.90 DEP compel/src/lib/log.d [2021-02-18T13:28:24.750Z] #42 46.99 DEP compel/src/main.d [2021-02-18T13:28:24.750Z] #42 47.11 DEP compel/src/lib/handle-elf.d [2021-02-18T13:28:24.750Z] #42 47.17 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T13:28:24.750Z] #42 47.24 CC compel/src/lib/log.o [2021-02-18T13:28:24.750Z] #42 47.42 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T13:28:24.750Z] #42 48.11 CC compel/arch/x86/src/lib/infect.o [2021-02-18T13:28:24.750Z] #42 48.89 CC compel/src/lib/infect-rpc.o [2021-02-18T13:28:24.750Z] #42 49.46 CC compel/src/lib/infect-util.o [2021-02-18T13:28:24.750Z] #42 49.77 CC compel/src/lib/infect.o [2021-02-18T13:28:24.917Z] #42 47.40 CC compel/arch/x86/src/lib/infect.o [2021-02-18T13:28:24.949Z] #42 56.61 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:28:25.406Z] #42 141.6 CC criu/path.o [2021-02-18T13:28:25.406Z] #42 141.8 CC criu/pie-util-vdso-elf32.o [2021-02-18T13:28:25.485Z] #42 48.08 CC compel/src/lib/infect-rpc.o [2021-02-18T13:28:25.527Z] #42 57.25 DEP criu/arch/aarch64/sigframe.d [2021-02-18T13:28:25.527Z] #42 57.38 DEP criu/arch/aarch64/crtools.d [2021-02-18T13:28:25.745Z] #42 48.41 CC compel/src/lib/infect-util.o [2021-02-18T13:28:25.794Z] #42 57.61 DEP criu/arch/aarch64/cpu.d [2021-02-18T13:28:25.794Z] #42 57.67 DEP criu/arch/aarch64/bitops.d [2021-02-18T13:28:25.794Z] #42 57.74 CC criu/arch/aarch64/bitops.o [2021-02-18T13:28:25.978Z] #42 142.3 CC criu/pie-util-vdso.o [2021-02-18T13:28:26.004Z] #42 ... [2021-02-18T13:28:26.005Z] [2021-02-18T13:28:26.005Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:26.005Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:26.005Z] #12 114.3 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T13:28:26.005Z] #12 114.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 114.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:26.005Z] #12 114.6 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T13:28:26.005Z] #12 114.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 114.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:26.005Z] #12 114.8 Selecting previously unselected package libbtrfs0. [2021-02-18T13:28:26.005Z] #12 114.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 114.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:26.005Z] #12 115.0 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:28:26.005Z] #12 115.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:26.005Z] #12 115.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T13:28:26.005Z] #12 115.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 115.2 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T13:28:26.005Z] #12 115.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.3 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:26.005Z] #12 115.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T13:28:26.005Z] #12 115.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:26.005Z] #12 115.7 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T13:28:26.005Z] #12 115.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 115.9 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T13:28:26.005Z] #12 115.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 115.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 116.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T13:28:26.005Z] #12 116.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 116.1 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T13:28:26.005Z] #12 116.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 116.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T13:28:26.005Z] #12 116.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:26.005Z] #12 116.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T13:28:26.005Z] #12 116.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 116.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T13:28:26.005Z] #12 116.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:26.005Z] #12 116.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T13:28:26.005Z] #12 116.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:26.005Z] #12 116.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 117.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:26.005Z] #12 117.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T13:28:26.005Z] #12 117.5 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:26.005Z] #12 117.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:28:26.005Z] #12 117.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:26.005Z] #12 117.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:26.005Z] #12 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:26.005Z] #12 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:26.005Z] #12 117.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:26.005Z] #12 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:26.005Z] #12 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:26.005Z] #12 117.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:28:26.005Z] #12 117.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:26.005Z] #12 117.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 117.6 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 117.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 117.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:26.005Z] #12 117.6 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:28:26.005Z] #12 DONE 118.0s [2021-02-18T13:28:26.058Z] #42 57.81 CC criu/arch/aarch64/cpu.o [2021-02-18T13:28:26.058Z] #42 57.94 CC criu/arch/aarch64/crtools.o [2021-02-18T13:28:26.119Z] #42 ... [2021-02-18T13:28:26.119Z] [2021-02-18T13:28:26.119Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T13:28:26.119Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T13:28:26.119Z] #15 0.956 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T13:28:26.119Z] #15 DONE 1.1s [2021-02-18T13:28:26.119Z] [2021-02-18T13:28:26.119Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:28:26.119Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T13:28:26.239Z] #42 142.7 CC criu/pie-util.o [2021-02-18T13:28:26.265Z] [2021-02-18T13:28:26.265Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:26.265Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:26.265Z] #42 48.72 CC compel/src/lib/infect.o [2021-02-18T13:28:26.500Z] #42 142.8 CC criu/pipes.o [2021-02-18T13:28:26.635Z] #42 58.56 CC criu/arch/aarch64/sigframe.o [2021-02-18T13:28:27.048Z] #16 DONE 1.1s [2021-02-18T13:28:27.048Z] [2021-02-18T13:28:27.048Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T13:28:27.048Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T13:28:27.072Z] #42 143.4 CC criu/plugin.o [2021-02-18T13:28:27.212Z] #42 58.94 LINK criu/arch/aarch64/crtools.built-in.o [2021-02-18T13:28:27.212Z] #42 58.99 DEP criu/pie/util-vdso.d [2021-02-18T13:28:27.350Z] #42 143.8 CC criu/proc_parse.o [2021-02-18T13:28:27.475Z] #42 59.22 DEP criu/pie/util.d [2021-02-18T13:28:27.612Z] #42 ... [2021-02-18T13:28:27.612Z] [2021-02-18T13:28:27.612Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:28:27.612Z] #29 sha256:67445a8f86d55d68a5572edda4fd8a4a63827c5e47f13fda087a1119b4e04d3a [2021-02-18T13:28:27.612Z] #29 DONE 5.7s [2021-02-18T13:28:27.612Z] [2021-02-18T13:28:27.612Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:28:27.612Z] #32 sha256:26476986926223601400fabd1e5c147837e6c6f52c65ec08bce54a6530d8fb65 [2021-02-18T13:28:27.739Z] #42 59.42 CC criu/pie/util.o [2021-02-18T13:28:28.003Z] #42 59.84 CC criu/pie/util-vdso.o [2021-02-18T13:28:28.174Z] #42 ... [2021-02-18T13:28:28.174Z] [2021-02-18T13:28:28.174Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T13:28:28.174Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T13:28:28.174Z] #13 DONE 1.6s [2021-02-18T13:28:28.174Z] [2021-02-18T13:28:28.174Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:28.174Z] #52 sha256:32454ecc42a70bde1e418848fc32c1608ced5523a747e787ad602ca511518b99 [2021-02-18T13:28:28.174Z] #52 1.530 + RM_GOPATH=0 [2021-02-18T13:28:28.174Z] #52 1.530 + TMP_GOPATH= [2021-02-18T13:28:28.174Z] #52 1.530 + : /build [2021-02-18T13:28:28.174Z] #52 1.530 + '[' -z '' ']' [2021-02-18T13:28:28.174Z] #52 1.530 ++ mktemp -d [2021-02-18T13:28:28.174Z] #52 1.532 + export GOPATH=/tmp/tmp.3C2lUu8Dk5 [2021-02-18T13:28:28.174Z] #52 1.532 + GOPATH=/tmp/tmp.3C2lUu8Dk5 [2021-02-18T13:28:28.174Z] #52 1.532 + RM_GOPATH=1 [2021-02-18T13:28:28.174Z] #52 1.532 + case "$(go env GOARCH)" in [2021-02-18T13:28:28.174Z] #52 1.533 ++ go env GOARCH [2021-02-18T13:28:28.174Z] #52 1.537 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:28.174Z] #52 1.537 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:28.174Z] #52 1.538 ++ dirname /tmp/install/install.sh [2021-02-18T13:28:28.174Z] #52 1.539 + dir=/tmp/install [2021-02-18T13:28:28.174Z] #52 1.539 + bin=runc [2021-02-18T13:28:28.174Z] #52 1.539 + shift [2021-02-18T13:28:28.174Z] #52 1.539 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T13:28:28.174Z] #52 1.540 + . /tmp/install/runc.installer [2021-02-18T13:28:28.174Z] #52 1.540 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:28.174Z] #52 1.540 + install_runc [2021-02-18T13:28:28.174Z] #52 1.541 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T13:28:28.174Z] #52 1.542 + uname -r [2021-02-18T13:28:28.174Z] #52 1.543 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T13:28:28.174Z] #52 1.545 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T13:28:28.174Z] #52 1.545 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T13:28:28.174Z] #52 1.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3C2lUu8Dk5/src/github.com/opencontainers/runc [2021-02-18T13:28:28.174Z] #52 1.547 Cloning into '/tmp/tmp.3C2lUu8Dk5/src/github.com/opencontainers/runc'... [2021-02-18T13:28:28.235Z] #12 ... [2021-02-18T13:28:28.235Z] [2021-02-18T13:28:28.235Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:28.235Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:28:28.235Z] #44 94.86 compress/gzip [2021-02-18T13:28:28.235Z] #44 95.84 net [2021-02-18T13:28:28.235Z] #44 96.62 vendor/golang.org/x/text/transform [2021-02-18T13:28:28.235Z] #44 97.41 vendor/golang.org/x/text/unicode/bidi [2021-02-18T13:28:28.235Z] #44 99.43 vendor/golang.org/x/text/secure/bidirule [2021-02-18T13:28:28.235Z] #44 99.69 vendor/golang.org/x/text/unicode/norm [2021-02-18T13:28:28.235Z] #44 103.5 vendor/golang.org/x/net/idna [2021-02-18T13:28:28.235Z] #44 ... [2021-02-18T13:28:28.235Z] [2021-02-18T13:28:28.235Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:28.235Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:28.235Z] #42 28.66 CC images/sk-packet.o [2021-02-18T13:28:28.235Z] #42 28.96 CC images/mnt.o [2021-02-18T13:28:28.235Z] #42 29.23 CC images/pipe-data.o [2021-02-18T13:28:28.235Z] #42 29.41 CC images/sa.o [2021-02-18T13:28:28.235Z] #42 29.67 CC images/timer.o [2021-02-18T13:28:28.235Z] #42 30.04 CC images/timerfd.o [2021-02-18T13:28:28.235Z] #42 30.25 CC images/mm.o [2021-02-18T13:28:28.235Z] #42 30.58 CC images/sk-opts.o [2021-02-18T13:28:28.235Z] #42 30.83 CC images/sk-unix.o [2021-02-18T13:28:28.235Z] #42 31.13 CC images/sk-inet.o [2021-02-18T13:28:28.235Z] #42 31.54 CC images/tun.o [2021-02-18T13:28:28.235Z] #42 31.80 CC images/sk-netlink.o [2021-02-18T13:28:28.235Z] #42 32.06 CC images/packet-sock.o [2021-02-18T13:28:28.235Z] #42 32.35 CC images/ipc-var.o [2021-02-18T13:28:28.235Z] #42 32.58 CC images/ipc-desc.o [2021-02-18T13:28:28.430Z] #17 DONE 1.2s [2021-02-18T13:28:28.430Z] [2021-02-18T13:28:28.430Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T13:28:28.430Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T13:28:28.501Z] #42 32.83 CC images/ipc-shm.o [2021-02-18T13:28:28.501Z] #42 33.05 CC images/ipc-msg.o [2021-02-18T13:28:28.760Z] #42 33.29 CC images/ipc-sem.o [2021-02-18T13:28:28.956Z] #42 60.45 AR criu/pie/pie.lib.a [2021-02-18T13:28:28.956Z] #42 60.51 DEP criu/pie/restorer.d [2021-02-18T13:28:28.956Z] #42 60.65 DEP criu/arch/aarch64/intraprocedure.d [2021-02-18T13:28:28.956Z] #42 60.67 DEP criu/arch/aarch64/restorer.d [2021-02-18T13:28:28.956Z] #42 60.84 DEP criu/arch/aarch64/vdso-pie.d [2021-02-18T13:28:29.019Z] #42 33.50 CC images/utsns.o [2021-02-18T13:28:29.061Z] #32 DONE 1.3s [2021-02-18T13:28:29.061Z] [2021-02-18T13:28:29.061Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:29.061Z] #52 sha256:20fc7f2eae83db6da747c1aff760a50e3ad4ec4cdde39e434cb260b2f80e359c [2021-02-18T13:28:29.061Z] #52 92.22 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 [2021-02-18T13:28:29.061Z] #52 94.38 + mkdir -p /build [2021-02-18T13:28:29.061Z] #52 94.38 + cp runc /build/runc [2021-02-18T13:28:29.061Z] #52 DONE 95.4s [2021-02-18T13:28:29.061Z] [2021-02-18T13:28:29.061Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:29.061Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:28:29.061Z] #55 ... [2021-02-18T13:28:29.061Z] [2021-02-18T13:28:29.061Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T13:28:29.061Z] #34 sha256:396d202be3b7178a0d02f759a02e9a9b37bed9de9bdd320c3b9f5600cf5d43db [2021-02-18T13:28:29.061Z] #34 DONE 0.2s [2021-02-18T13:28:29.061Z] [2021-02-18T13:28:29.061Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T13:28:29.061Z] #37 sha256:53df8cabe118df365a566c583ddcc8fb06412f8a8e35daae831a24a476193323 [2021-02-18T13:28:29.117Z] #52 ... [2021-02-18T13:28:29.117Z] [2021-02-18T13:28:29.117Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:28:29.117Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T13:28:29.117Z] #14 DONE 1.3s [2021-02-18T13:28:29.117Z] [2021-02-18T13:28:29.117Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T13:28:29.117Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T13:28:29.220Z] #42 60.97 DEP criu/pie/parasite-vdso.d [2021-02-18T13:28:29.280Z] #42 33.69 CC images/creds.o [2021-02-18T13:28:29.322Z] #37 DONE 0.1s [2021-02-18T13:28:29.322Z] [2021-02-18T13:28:29.322Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:28:29.322Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:28:29.394Z] #18 DONE 1.2s [2021-02-18T13:28:29.394Z] [2021-02-18T13:28:29.394Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:29.394Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:29.394Z] #42 52.92 CC compel/src/lib/ptrace.o [2021-02-18T13:28:29.394Z] #42 53.50 AR compel/libcompel.a [2021-02-18T13:28:29.394Z] #42 53.60 HOSTCC compel/src/main-host.o [2021-02-18T13:28:29.394Z] #42 54.04 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T13:28:29.394Z] #42 54.32 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T13:28:29.394Z] #42 54.74 HOSTCC compel/src/lib/log-host.o [2021-02-18T13:28:29.394Z] #42 54.95 HOSTLINK compel/compel-host-bin [2021-02-18T13:28:29.394Z] #42 55.13 DEP soccr/soccr.d [2021-02-18T13:28:29.394Z] #42 55.44 CC soccr/soccr.o [2021-02-18T13:28:29.484Z] #42 61.11 DEP criu/pie/parasite.d [2021-02-18T13:28:29.539Z] #42 33.87 CC images/vma.o [2021-02-18T13:28:29.539Z] #42 34.09 CC images/netdev.o [2021-02-18T13:28:29.756Z] #42 61.46 CC criu/pie/parasite.o [2021-02-18T13:28:30.058Z] #15 1.066 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T13:28:30.058Z] #15 DONE 1.2s [2021-02-18T13:28:30.058Z] [2021-02-18T13:28:30.058Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:30.058Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:30.058Z] #42 51.92 CC compel/src/lib/ptrace.o [2021-02-18T13:28:30.058Z] #42 52.59 AR compel/libcompel.a [2021-02-18T13:28:30.058Z] #42 52.68 HOSTCC compel/src/main-host.o [2021-02-18T13:28:30.108Z] #42 34.40 CC images/tty.o [2021-02-18T13:28:30.108Z] #42 ... [2021-02-18T13:28:30.108Z] [2021-02-18T13:28:30.108Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:30.108Z] #57 sha256:e25993b043a161ce30e61bc32f4e366f8a7afdb5cd414884601f0cb4de899305 [2021-02-18T13:28:30.108Z] #57 107.2 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-18T13:28:30.108Z] #57 107.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-18T13:28:30.268Z] #39 ... [2021-02-18T13:28:30.268Z] [2021-02-18T13:28:30.268Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:30.268Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:30.268Z] #42 146.5 CC criu/protobuf-desc.o [2021-02-18T13:28:30.530Z] #42 ... [2021-02-18T13:28:30.530Z] [2021-02-18T13:28:30.530Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:28:30.530Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:28:30.530Z] #39 DONE 220.3s [2021-02-18T13:28:30.630Z] #42 53.11 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T13:28:30.630Z] #42 53.33 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T13:28:30.677Z] #57 ... [2021-02-18T13:28:30.677Z] [2021-02-18T13:28:30.677Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:30.677Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:28:30.677Z] #55 47.86 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-18T13:28:30.677Z] #55 47.86 + BUILDTAGS='netgo osusergo static_build' [2021-02-18T13:28:30.677Z] #55 47.86 + export EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:28:30.677Z] #55 47.86 + EXTRA_FLAGS=-buildmode=pie [2021-02-18T13:28:30.677Z] #55 47.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-18T13:28:30.677Z] #55 47.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-18T13:28:30.677Z] #55 47.86 + '[' '' = dynamic ']' [2021-02-18T13:28:30.677Z] #55 47.86 + make [2021-02-18T13:28:30.677Z] #55 49.07 + bin/ctr [2021-02-18T13:28:30.708Z] #42 62.41 LINK criu/pie/parasite.built-in.o [2021-02-18T13:28:30.708Z] #42 62.42 GEN criu/pie/parasite-blob.h [2021-02-18T13:28:30.708Z] #42 62.46 CC criu/pie/parasite-vdso.o [2021-02-18T13:28:30.791Z] [2021-02-18T13:28:30.791Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:30.791Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:28:30.791Z] #55 ... [2021-02-18T13:28:30.791Z] [2021-02-18T13:28:30.791Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:30.791Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:30.791Z] #42 147.2 CC criu/protobuf.o [2021-02-18T13:28:30.811Z] #42 57.57 AR soccr/libsoccr.a [2021-02-18T13:28:30.811Z] #42 57.61 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:28:30.890Z] #42 ... [2021-02-18T13:28:30.891Z] [2021-02-18T13:28:30.891Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:30.891Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:28:30.891Z] #44 112.7 crypto/tls [2021-02-18T13:28:30.891Z] #44 119.6 net/http/httptrace [2021-02-18T13:28:30.891Z] #44 120.1 net/http [2021-02-18T13:28:30.891Z] #44 ... [2021-02-18T13:28:30.891Z] [2021-02-18T13:28:30.891Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:28:30.891Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T13:28:30.937Z] #55 ... [2021-02-18T13:28:30.937Z] [2021-02-18T13:28:30.937Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:30.937Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:30.937Z] #42 34.98 CC images/file-lock.o [2021-02-18T13:28:30.937Z] #42 35.25 CC images/rlimit.o [2021-02-18T13:28:30.991Z] #42 ... [2021-02-18T13:28:30.991Z] [2021-02-18T13:28:30.991Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:28:30.991Z] #23 sha256:00734e42b0f714b9aeb430dda1db95c6baa4ac108e4a752277d5cd5d0c6ea2c4 [2021-02-18T13:28:30.991Z] #23 111.3 Checking out files: 22% (2476/11186) Checking out files: 23% (2573/11186) Checking out files: 24% (2685/11186) Checking out files: 25% (2797/11186) Checking out files: 26% (2909/11186) Checking out files: 27% (3021/11186) Checking out files: 28% (3133/11186) Checking out files: 29% (3244/11186) Checking out files: 30% (3356/11186) Checking out files: 31% (3468/11186) Checking out files: 32% (3580/11186) Checking out files: 33% (3692/11186) Checking out files: 34% (3804/11186) Checking out files: 35% (3916/11186) Checking out files: 36% (4027/11186) Checking out files: 37% (4139/11186) Checking out files: 38% (4251/11186) Checking out files: 39% (4363/11186) Checking out files: 39% (4434/11186) Checking out files: 40% (4475/11186) Checking out files: 41% (4587/11186) Checking out files: 42% (4699/11186) Checking out files: 43% (4810/11186) Checking out files: 44% (4922/11186) Checking out files: 45% (5034/11186) Checking out files: 46% (5146/11186) Checking out files: 47% (5258/11186) Checking out files: 48% (5370/11186) Checking out files: 49% (5482/11186) Checking out files: 50% (5593/11186) Checking out files: 51% (5705/11186) Checking out files: 52% (5817/11186) Checking out files: 53% (5929/11186) Checking out files: 54% (6041/11186) Checking out files: 55% (6153/11186) Checking out files: 56% (6265/11186) Checking out files: 57% (6377/11186) Checking out files: 58% (6488/11186) Checking out files: 59% (6600/11186) Checking out files: 60% (6712/11186) Checking out files: 61% (6824/11186) Checking out files: 61% (6925/11186) Checking out files: 62% (6936/11186) Checking out files: 63% (7048/11186) Checking out files: 64% (7160/11186) Checking out files: 65% (7271/11186) Checking out files: 66% (7383/11186) Checking out files: 67% (7495/11186) Checking out files: 68% (7607/11186) Checking out files: 69% (7719/11186) Checking out files: 70% (7831/11186) Checking out files: 71% (7943/11186) Checking out files: 72% (8054/11186) Checking out files: 73% (8166/11186) Checking out files: 74% (8278/11186) Checking out files: 75% (8390/11186) Checking out files: 76% (8502/11186) Checking out files: 77% (8614/11186) Checking out files: 78% (8726/11186) Checking out files: 79% (8837/11186) Checking out files: 80% (8949/11186) Checking out files: 81% (9061/11186) Checking out files: 82% (9173/11186) Checking out files: 82% (9197/11186) Checking out files: 83% (9285/11186) Checking out files: 84% (9397/11186) Checking out files: 85% (9509/11186) Checking out files: 86% (9620/11186) Checking out files: 87% (9732/11186) Checking out files: 88% (9844/11186) Checking out files: 89% (9956/11186) Checking out files: 90% (10068/11186) Checking out files: 91% (10180/11186) Checking out files: 92% (10292/11186) Checking out files: 93% (10403/11186) Checking out files: 94% (10515/11186) Checking out files: 95% (10627/11186) Checking out files: 96% (10739/11186) Checking out files: 97% (10851/11186) Checking out files: 98% (10963/11186) Checking out files: 99% (11075/11186) Checking out files: 100% (11186/11186) Checking out files: 100% (11186/11186), done. [2021-02-18T13:28:30.991Z] #23 115.0 + cd /tmp/tmp.gfh9h6Llcu/tmp/docker-ce [2021-02-18T13:28:30.991Z] #23 115.0 + git checkout -q v17.06.2-ce [2021-02-18T13:28:30.991Z] #23 117.7 + mkdir -p /tmp/tmp.gfh9h6Llcu/src/github.com/docker [2021-02-18T13:28:30.991Z] #23 117.7 + mv components/cli /tmp/tmp.gfh9h6Llcu/src/github.com/docker/cli [2021-02-18T13:28:30.991Z] #23 117.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-18T13:28:31.154Z] #16 DONE 1.1s [2021-02-18T13:28:31.154Z] [2021-02-18T13:28:31.154Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:31.154Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:31.154Z] #42 53.78 HOSTCC compel/src/lib/log-host.o [2021-02-18T13:28:31.196Z] #42 35.42 CC images/pagemap.o [2021-02-18T13:28:31.196Z] #42 35.65 CC images/siginfo.o [2021-02-18T13:28:31.255Z] #23 ... [2021-02-18T13:28:31.255Z] [2021-02-18T13:28:31.255Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:31.255Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:31.255Z] #42 63.03 CC criu/arch/aarch64/vdso-pie.o [2021-02-18T13:28:31.362Z] #42 147.7 CC criu/pstree.o [2021-02-18T13:28:31.374Z] #42 58.02 DEP criu/arch/x86/sigframe.d [2021-02-18T13:28:31.374Z] #42 58.10 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T13:28:31.374Z] #42 58.20 DEP criu/arch/x86/kerndat.d [2021-02-18T13:28:31.456Z] #42 35.90 CC images/rpc.o [2021-02-18T13:28:31.518Z] #42 63.22 CC criu/arch/aarch64/restorer.o [2021-02-18T13:28:31.518Z] #42 63.48 CC criu/arch/aarch64/intraprocedure.o [2021-02-18T13:28:31.631Z] #42 58.40 DEP criu/arch/x86/crtools.d [2021-02-18T13:28:31.631Z] #42 58.52 DEP criu/arch/x86/cpu.d [2021-02-18T13:28:31.730Z] #42 54.22 HOSTLINK compel/compel-host-bin [2021-02-18T13:28:31.782Z] #42 63.52 CC criu/pie/restorer.o [2021-02-18T13:28:31.887Z] #42 58.64 CC criu/arch/x86/cpu.o [2021-02-18T13:28:31.990Z] #42 54.53 DEP soccr/soccr.d [2021-02-18T13:28:32.249Z] #42 54.72 CC soccr/soccr.o [2021-02-18T13:28:32.450Z] #42 59.26 CC criu/arch/x86/crtools.o [2021-02-18T13:28:32.510Z] #42 ... [2021-02-18T13:28:32.510Z] [2021-02-18T13:28:32.510Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T13:28:32.510Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T13:28:32.510Z] #17 DONE 1.2s [2021-02-18T13:28:32.510Z] [2021-02-18T13:28:32.510Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T13:28:32.510Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T13:28:32.539Z] Commit message: "Merge commit '24e1d7fa5924f80193d60e22a5a825e4cafd4b91' into HEAD" [2021-02-18T13:28:32.670Z] First time build. Skipping changelog. [2021-02-18T13:28:32.749Z] #42 148.8 CC criu/rbtree.o [2021-02-18T13:28:32.749Z] #42 149.0 CC criu/rst-malloc.o [2021-02-18T13:28:32.749Z] #42 149.2 CC criu/seccomp.o [2021-02-18T13:28:32.750Z] #42 ... [2021-02-18T13:28:32.750Z] [2021-02-18T13:28:32.750Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:32.750Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:28:32.750Z] #19 7.584 Fetched 8246 kB in 6s (1351 kB/s) [2021-02-18T13:28:32.750Z] #19 7.584 Reading package lists... [2021-02-18T13:28:32.750Z] #19 10.85 Reading package lists... [2021-02-18T13:28:32.750Z] #19 13.21 Building dependency tree... [2021-02-18T13:28:32.750Z] #19 14.46 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T13:28:32.750Z] #19 14.46 The following additional packages will be installed: [2021-02-18T13:28:32.750Z] #19 14.46 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T13:28:32.750Z] #19 14.46 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T13:28:32.750Z] #19 14.46 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T13:28:32.750Z] #19 14.46 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T13:28:32.750Z] #19 14.46 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T13:28:32.750Z] #19 14.47 Suggested packages: [2021-02-18T13:28:32.750Z] #19 14.47 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T13:28:32.750Z] #19 14.47 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T13:28:32.750Z] #19 14.47 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T13:28:32.750Z] #19 14.47 Recommended packages: [2021-02-18T13:28:32.750Z] #19 14.47 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T13:28:32.750Z] #19 14.47 python3-keyrings.alt python3-xdg unzip [2021-02-18T13:28:32.750Z] #19 15.99 The following NEW packages will be installed: [2021-02-18T13:28:32.750Z] #19 15.99 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T13:28:32.750Z] #19 15.99 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T13:28:32.750Z] #19 15.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T13:28:32.750Z] #19 15.99 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T13:28:32.750Z] #19 15.99 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T13:28:32.750Z] #19 15.99 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T13:28:32.750Z] #19 15.99 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T13:28:32.750Z] #19 15.99 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T13:28:32.750Z] #19 15.99 xz-utils zip [2021-02-18T13:28:32.750Z] #19 16.68 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:28:32.750Z] #19 16.68 Need to get 27.6 MB of archives. [2021-02-18T13:28:32.750Z] #19 16.68 After this operation, 114 MB of additional disk space will be used. [2021-02-18T13:28:32.750Z] #19 16.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-02-18T13:28:32.750Z] #19 16.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2021-02-18T13:28:32.750Z] #19 16.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2021-02-18T13:28:32.750Z] #19 16.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-02-18T13:28:32.750Z] #19 16.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-02-18T13:28:32.750Z] #19 16.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2021-02-18T13:28:32.750Z] #19 16.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T13:28:32.750Z] #19 16.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-02-18T13:28:32.750Z] #19 16.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-02-18T13:28:32.750Z] #19 16.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-02-18T13:28:32.750Z] #19 16.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-02-18T13:28:32.750Z] #19 16.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-02-18T13:28:32.750Z] #19 16.89 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-02-18T13:28:32.750Z] #19 16.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-02-18T13:28:32.750Z] #19 16.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-02-18T13:28:32.750Z] #19 16.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-02-18T13:28:32.750Z] #19 16.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-18T13:28:32.750Z] #19 16.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:28:32.750Z] #19 16.95 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T13:28:32.750Z] #19 16.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-02-18T13:28:32.750Z] #19 16.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-02-18T13:28:32.750Z] #19 16.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-02-18T13:28:32.750Z] #19 17.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-02-18T13:28:32.750Z] #19 17.00 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-18T13:28:32.750Z] #19 17.01 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-18T13:28:32.750Z] #19 17.01 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-18T13:28:32.750Z] #19 17.02 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-02-18T13:28:32.750Z] #19 17.03 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-02-18T13:28:32.750Z] #19 17.18 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-18T13:28:32.835Z] #42 37.14 CC images/ext-file.o [2021-02-18T13:28:32.835Z] #42 37.32 CC images/cgroup.o [2021-02-18T13:28:33.010Z] #42 ... [2021-02-18T13:28:33.010Z] [2021-02-18T13:28:33.010Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T13:28:33.010Z] #40 sha256:7701ce11d5ee7fda95b230372533c0f9d1b34facf4d611d6ac76e0fa0335bdfe [2021-02-18T13:28:33.010Z] #40 DONE 0.8s [2021-02-18T13:28:33.015Z] #19 17.98 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-18T13:28:33.015Z] #19 17.99 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-18T13:28:33.015Z] #19 17.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-18T13:28:33.015Z] #19 17.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-02-18T13:28:33.015Z] #19 17.99 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-02-18T13:28:33.015Z] #19 17.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T13:28:33.015Z] #19 18.06 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T13:28:33.015Z] #19 18.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T13:28:33.015Z] #19 18.07 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-02-18T13:28:33.015Z] #19 18.08 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T13:28:33.015Z] #19 18.08 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T13:28:33.015Z] #19 18.09 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T13:28:33.015Z] #19 18.09 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-02-18T13:28:33.015Z] #19 18.13 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-02-18T13:28:33.015Z] #19 18.14 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-02-18T13:28:33.015Z] #19 18.16 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-18T13:28:33.271Z] [2021-02-18T13:28:33.271Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:33.271Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:33.271Z] #42 149.6 CC criu/seize.o [2021-02-18T13:28:33.278Z] #19 18.38 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-02-18T13:28:33.278Z] #19 18.41 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-02-18T13:28:33.542Z] #19 18.43 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-02-18T13:28:33.775Z] #42 37.92 CC images/userns.o [2021-02-18T13:28:33.775Z] #42 38.20 CC images/google/protobuf/descriptor.o [2021-02-18T13:28:33.817Z] #42 60.67 CC criu/arch/x86/kerndat.o [2021-02-18T13:28:33.817Z] #42 ... [2021-02-18T13:28:33.817Z] [2021-02-18T13:28:33.817Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:33.817Z] #52 sha256:eea8fff51316129df7074fbefb3de5f1b8c22b9ff95dc519fc943229e5abb272 [2021-02-18T13:28:33.817Z] #52 11.68 + cd /tmp/tmp.zyJwsCEnaN/src/github.com/opencontainers/runc [2021-02-18T13:28:33.817Z] #52 11.68 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:33.843Z] #42 150.2 CC criu/servicefd.o [2021-02-18T13:28:33.891Z] #18 DONE 1.1s [2021-02-18T13:28:33.891Z] [2021-02-18T13:28:33.891Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:33.891Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:34.105Z] #42 150.4 CC criu/shmem.o [2021-02-18T13:28:34.378Z] #52 12.28 + '[' -z '' ']' [2021-02-18T13:28:34.378Z] #52 12.29 + target=static [2021-02-18T13:28:34.378Z] #52 12.29 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T13:28:34.378Z] #52 12.53 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 . [2021-02-18T13:28:34.492Z] #19 19.19 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:28:34.492Z] #19 ... [2021-02-18T13:28:34.492Z] [2021-02-18T13:28:34.492Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:34.492Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:34.492Z] #42 66.00 LINK criu/pie/restorer.built-in.o [2021-02-18T13:28:34.492Z] #42 66.01 GEN criu/pie/restorer-blob.h [2021-02-18T13:28:34.492Z] #42 66.12 DEP criu/vdso.d [2021-02-18T13:28:34.492Z] #42 66.34 DEP criu/uts_ns.d [2021-02-18T13:28:34.676Z] #42 151.0 CC criu/sigframe.o [2021-02-18T13:28:34.756Z] #42 66.52 DEP criu/util.d [2021-02-18T13:28:34.937Z] #42 151.2 CC criu/signalfd.o [2021-02-18T13:28:34.937Z] #42 151.4 CC criu/sk-inet.o [2021-02-18T13:28:35.019Z] #42 66.76 DEP criu/uffd.d [2021-02-18T13:28:35.272Z] #19 1.451 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:28:35.272Z] #19 1.492 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:28:35.272Z] #19 1.583 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:28:35.282Z] #42 66.94 DEP criu/tun.d [2021-02-18T13:28:35.282Z] #42 67.17 DEP criu/tty.d [2021-02-18T13:28:35.548Z] #42 67.33 DEP criu/timerfd.d [2021-02-18T13:28:35.548Z] #42 67.44 DEP criu/timens.d [2021-02-18T13:28:35.682Z] #42 39.80 CC images/opts.o [2021-02-18T13:28:35.682Z] #42 40.07 CC images/seccomp.o [2021-02-18T13:28:35.812Z] #42 67.57 DEP criu/sysfs_parse.d [2021-02-18T13:28:35.812Z] #42 67.67 DEP criu/sysctl.d [2021-02-18T13:28:35.812Z] #42 67.78 DEP criu/string.d [2021-02-18T13:28:35.889Z] + docker version [2021-02-18T13:28:35.891Z] #42 152.0 CC criu/sk-netlink.o [2021-02-18T13:28:35.891Z] #42 ... [2021-02-18T13:28:35.891Z] [2021-02-18T13:28:35.891Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:28:35.891Z] #48 sha256:a3a4078db85205a81fcaa5f83d0297e7b5aa715a97c7debc9a9b1cbc261434ba [2021-02-18T13:28:35.891Z] #48 225.7 + /build/golangci-lint --version [2021-02-18T13:28:35.891Z] #48 226.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T13:28:35.891Z] #48 DONE 226.3s [2021-02-18T13:28:35.891Z] [2021-02-18T13:28:35.891Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:35.891Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:35.891Z] #42 152.2 CC criu/sk-packet.o [2021-02-18T13:28:35.930Z] #19 2.045 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:28:35.942Z] #42 40.30 CC images/binfmt-misc.o [2021-02-18T13:28:35.942Z] #42 40.50 CC images/time.o [2021-02-18T13:28:36.076Z] #42 67.84 DEP criu/stats.d [2021-02-18T13:28:36.076Z] #42 67.92 DEP criu/sockets.d [2021-02-18T13:28:32.571Z] > git rev-list --no-walk 3998dbaca05f054522626e2a65f6d0354dbb6a7b # timeout=10 [2021-02-18T13:28:36.340Z] #42 68.05 DEP criu/sk-unix.d [2021-02-18T13:28:36.463Z] #42 152.6 CC criu/sk-queue.o [2021-02-18T13:28:36.511Z] #42 40.84 CC images/sysctl.o [2021-02-18T13:28:36.511Z] #42 41.02 CC images/autofs.o [2021-02-18T13:28:36.606Z] #42 68.23 DEP criu/sk-tcp.d [2021-02-18T13:28:36.606Z] #42 68.45 DEP criu/sk-queue.d [2021-02-18T13:28:36.724Z] #42 153.0 CC criu/sk-tcp.o [2021-02-18T13:28:36.772Z] #42 41.23 CC images/macvlan.o [2021-02-18T13:28:36.870Z] #42 68.64 DEP criu/sk-packet.d [2021-02-18T13:28:36.984Z] #42 153.5 CC criu/sk-unix.o [2021-02-18T13:28:37.032Z] #42 41.46 CC images/sit.o [2021-02-18T13:28:37.032Z] #42 41.60 CC images/memfd.o [2021-02-18T13:28:37.133Z] #42 68.90 DEP criu/sk-netlink.d [2021-02-18T13:28:37.297Z] #42 ... [2021-02-18T13:28:37.297Z] [2021-02-18T13:28:37.297Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-18T13:28:37.297Z] #57 sha256:e25993b043a161ce30e61bc32f4e366f8a7afdb5cd414884601f0cb4de899305 [2021-02-18T13:28:37.297Z] #57 DONE 114.4s [2021-02-18T13:28:37.297Z] [2021-02-18T13:28:37.297Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-18T13:28:37.297Z] #58 sha256:02bf9644190c4c2d6e6a27e6bf623a01532846c3d82da1cb210073e966ebe993 [2021-02-18T13:28:37.297Z] #58 DONE 0.1s [2021-02-18T13:28:37.297Z] [2021-02-18T13:28:37.297Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:37.297Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:28:37.297Z] #44 105.8 vendor/golang.org/x/net/http2/hpack [2021-02-18T13:28:37.297Z] #44 106.9 mime [2021-02-18T13:28:37.297Z] #44 108.7 mime/quotedprintable [2021-02-18T13:28:37.297Z] #44 109.1 net/http/internal [2021-02-18T13:28:37.297Z] #44 112.8 net/textproto [2021-02-18T13:28:37.297Z] #44 112.9 crypto/x509 [2021-02-18T13:28:37.297Z] #44 113.8 vendor/golang.org/x/net/http/httpguts [2021-02-18T13:28:37.297Z] #44 114.1 vendor/golang.org/x/net/http/httpproxy [2021-02-18T13:28:37.310Z] #19 3.739 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:28:37.397Z] #42 69.07 DEP criu/sk-inet.d [2021-02-18T13:28:37.397Z] #42 69.28 DEP criu/signalfd.d [2021-02-18T13:28:37.556Z] #44 114.6 mime/multipart [2021-02-18T13:28:37.556Z] #44 ... [2021-02-18T13:28:37.556Z] [2021-02-18T13:28:37.556Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:37.556Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:37.556Z] #42 41.92 CC images/timens.o [2021-02-18T13:28:37.556Z] #42 ... [2021-02-18T13:28:37.556Z] [2021-02-18T13:28:37.556Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-18T13:28:37.556Z] #59 sha256:cee34e53509f134fd93a045462b5f9abd0ba8ae3993d8792e805fc1cc831fbc4 [2021-02-18T13:28:37.556Z] #59 DONE 0.2s [2021-02-18T13:28:37.660Z] #42 69.53 DEP criu/sigframe.d [2021-02-18T13:28:37.815Z] [2021-02-18T13:28:37.815Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:37.815Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:37.815Z] #42 42.24 LINK images/built-in.o [2021-02-18T13:28:37.815Z] #42 42.35 GEN compel/include/asm [2021-02-18T13:28:37.924Z] #42 69.64 DEP criu/shmem.d [2021-02-18T13:28:37.924Z] #42 69.80 DEP criu/servicefd.d [2021-02-18T13:28:38.075Z] #42 42.39 GEN compel/include/version.h [2021-02-18T13:28:38.075Z] #42 42.44 touch .config [2021-02-18T13:28:38.075Z] #42 42.46 GEN include/common/config.h [2021-02-18T13:28:38.075Z] #42 42.52 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-18T13:28:38.075Z] #42 42.55 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-18T13:28:38.075Z] #42 42.59 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-18T13:28:38.188Z] #42 69.98 DEP criu/seize.d [2021-02-18T13:28:38.334Z] #42 42.60 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-18T13:28:38.334Z] #42 42.63 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-18T13:28:38.334Z] #42 42.67 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-18T13:28:38.334Z] #42 42.70 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-18T13:28:38.334Z] #42 42.73 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-18T13:28:38.334Z] #42 42.78 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-18T13:28:38.334Z] #42 42.78 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-18T13:28:38.334Z] #42 42.79 DEP compel/plugins/std/infect.d [2021-02-18T13:28:38.371Z] #42 154.5 CC criu/sockets.o [2021-02-18T13:28:38.452Z] #42 70.17 DEP criu/seccomp.d [2021-02-18T13:28:38.593Z] #42 43.03 DEP compel/plugins/std/string.d [2021-02-18T13:28:38.593Z] #42 43.08 DEP compel/plugins/std/log.d [2021-02-18T13:28:38.633Z] #42 154.9 CC criu/stats.o [2021-02-18T13:28:38.634Z] #42 155.0 CC criu/string.o [2021-02-18T13:28:38.634Z] #42 155.1 CC criu/sysctl.o [2021-02-18T13:28:38.715Z] #42 70.33 DEP criu/rst-malloc.d [2021-02-18T13:28:38.715Z] #42 70.43 DEP criu/rbtree.d [2021-02-18T13:28:38.715Z] #42 70.47 DEP criu/pstree.d [2021-02-18T13:28:38.852Z] #42 43.19 DEP compel/plugins/std/fds.d [2021-02-18T13:28:38.852Z] #42 43.27 DEP compel/plugins/std/std.d [2021-02-18T13:28:38.852Z] #42 43.34 DEP compel/plugins/shmem/shmem.d [2021-02-18T13:28:38.980Z] #42 70.69 DEP criu/protobuf.d [2021-02-18T13:28:39.111Z] #42 43.49 DEP compel/plugins/fds/fds.d [2021-02-18T13:28:39.111Z] #42 43.65 CC compel/plugins/std/std.o [2021-02-18T13:28:39.207Z] #42 155.5 CC criu/sysfs_parse.o [2021-02-18T13:28:39.215Z] #19 5.321 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:28:39.245Z] #42 70.86 GEN criu/protobuf-desc-gen.h [2021-02-18T13:28:39.467Z] #42 155.7 CC criu/timens.o [2021-02-18T13:28:39.467Z] #42 155.9 CC criu/timerfd.o [2021-02-18T13:28:39.622Z] #52 ... [2021-02-18T13:28:39.622Z] [2021-02-18T13:28:39.622Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:39.622Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:39.622Z] #44 134.9 github.com/LK4D4/vndr/godl [2021-02-18T13:28:39.622Z] #44 ... [2021-02-18T13:28:39.622Z] [2021-02-18T13:28:39.622Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:39.622Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:39.622Z] #19 1.658 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:28:39.622Z] #19 1.717 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:28:39.622Z] #19 1.720 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:28:39.622Z] #19 2.363 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:28:39.622Z] #19 3.560 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:28:39.622Z] #19 4.936 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:28:39.623Z] #19 ... [2021-02-18T13:28:39.623Z] [2021-02-18T13:28:39.623Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:39.623Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:39.623Z] #42 61.22 CC criu/arch/x86/sigaction_compat.o [2021-02-18T13:28:39.623Z] #42 61.47 CC criu/arch/x86/sigframe.o [2021-02-18T13:28:39.623Z] #42 61.84 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T13:28:39.623Z] #42 61.91 DEP criu/pie/util-vdso-elf32.d [2021-02-18T13:28:39.623Z] #42 62.02 DEP criu/pie/util-vdso.d [2021-02-18T13:28:39.623Z] #42 62.18 DEP criu/pie/util.d [2021-02-18T13:28:39.623Z] #42 62.37 CC criu/pie/util.o [2021-02-18T13:28:39.623Z] #42 62.72 CC criu/pie/util-vdso.o [2021-02-18T13:28:39.623Z] #42 63.45 CC criu/pie/util-vdso-elf32.o [2021-02-18T13:28:39.623Z] #42 64.14 AR criu/pie/pie.lib.a [2021-02-18T13:28:39.623Z] #42 64.22 DEP criu/pie/restorer.d [2021-02-18T13:28:39.623Z] #42 64.50 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T13:28:39.623Z] #42 64.62 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T13:28:39.623Z] #42 64.64 DEP criu/arch/x86/restorer.d [2021-02-18T13:28:39.623Z] #42 64.89 DEP criu/arch/x86/vdso-pie.d [2021-02-18T13:28:39.623Z] #42 65.07 DEP criu/pie/parasite-vdso.d [2021-02-18T13:28:39.623Z] #42 65.23 DEP criu/pie/parasite.d [2021-02-18T13:28:39.623Z] #42 65.46 CC criu/pie/parasite.o [2021-02-18T13:28:39.728Z] #42 156.1 CC criu/tty.o [2021-02-18T13:28:39.743Z] #42 44.08 CC compel/plugins/std/fds.o [2021-02-18T13:28:39.783Z] #19 ... [2021-02-18T13:28:39.783Z] [2021-02-18T13:28:39.783Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:39.783Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:39.783Z] #42 56.53 AR soccr/libsoccr.a [2021-02-18T13:28:39.783Z] #42 56.62 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:28:39.783Z] #42 57.02 DEP criu/arch/x86/sigframe.d [2021-02-18T13:28:39.783Z] #42 57.26 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T13:28:39.783Z] #42 57.39 DEP criu/arch/x86/kerndat.d [2021-02-18T13:28:39.783Z] #42 57.51 DEP criu/arch/x86/crtools.d [2021-02-18T13:28:39.783Z] #42 57.63 DEP criu/arch/x86/cpu.d [2021-02-18T13:28:39.783Z] #42 57.83 CC criu/arch/x86/cpu.o [2021-02-18T13:28:39.783Z] #42 58.60 CC criu/arch/x86/crtools.o [2021-02-18T13:28:39.783Z] #42 59.93 CC criu/arch/x86/kerndat.o [2021-02-18T13:28:39.783Z] #42 60.41 CC criu/arch/x86/sigaction_compat.o [2021-02-18T13:28:39.783Z] #42 60.70 CC criu/arch/x86/sigframe.o [2021-02-18T13:28:39.783Z] #42 60.95 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T13:28:39.783Z] #42 60.98 DEP criu/pie/util-vdso-elf32.d [2021-02-18T13:28:39.783Z] #42 61.08 DEP criu/pie/util-vdso.d [2021-02-18T13:28:39.783Z] #42 61.18 DEP criu/pie/util.d [2021-02-18T13:28:39.783Z] #42 61.29 CC criu/pie/util.o [2021-02-18T13:28:39.783Z] #42 61.56 CC criu/pie/util-vdso.o [2021-02-18T13:28:39.783Z] #42 62.26 CC criu/pie/util-vdso-elf32.o [2021-02-18T13:28:39.879Z] #42 66.90 LINK criu/pie/parasite.built-in.o [2021-02-18T13:28:40.135Z] #42 66.92 GEN criu/pie/parasite-blob.h [2021-02-18T13:28:40.135Z] #42 66.95 CC criu/pie/parasite-vdso.o [2021-02-18T13:28:40.329Z] #42 44.60 CC compel/plugins/std/log.o [2021-02-18T13:28:40.355Z] #42 62.94 AR criu/pie/pie.lib.a [2021-02-18T13:28:40.618Z] #42 63.02 DEP criu/pie/restorer.d [2021-02-18T13:28:40.641Z] #42 72.40 DEP criu/protobuf-desc.d [2021-02-18T13:28:40.641Z] #42 72.55 DEP criu/proc_parse.d [2021-02-18T13:28:40.671Z] #42 157.0 CC criu/tun.o [2021-02-18T13:28:40.878Z] #42 63.33 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T13:28:40.878Z] #42 63.46 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T13:28:40.878Z] #42 63.48 DEP criu/arch/x86/restorer.d [2021-02-18T13:28:40.904Z] #42 72.73 DEP criu/plugin.d [2021-02-18T13:28:40.904Z] #42 72.81 DEP criu/pipes.d [2021-02-18T13:28:40.915Z] #42 45.41 CC compel/plugins/std/string.o [2021-02-18T13:28:40.932Z] #42 157.3 CC criu/uffd.o [2021-02-18T13:28:41.064Z] #42 67.66 CC criu/arch/x86/vdso-pie.o [2021-02-18T13:28:41.064Z] #42 68.01 CC criu/arch/x86/restorer.o [2021-02-18T13:28:41.137Z] #42 63.65 DEP criu/arch/x86/vdso-pie.d [2021-02-18T13:28:41.137Z] #42 63.81 DEP criu/pie/parasite-vdso.d [2021-02-18T13:28:41.168Z] #42 72.95 DEP criu/pie-util.d [2021-02-18T13:28:41.168Z] #42 73.02 DEP criu/pie-util-vdso.d [2021-02-18T13:28:41.168Z] #42 ... [2021-02-18T13:28:41.168Z] [2021-02-18T13:28:41.168Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:41.168Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:28:41.168Z] #19 19.32 Fetched 27.6 MB in 2s (11.6 MB/s) [2021-02-18T13:28:41.168Z] #19 19.40 Selecting previously unselected package pigz. [2021-02-18T13:28:41.168Z] #19 19.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2021-02-18T13:28:41.168Z] #19 19.48 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 19.49 Unpacking pigz (2.4-1) ... [2021-02-18T13:28:41.168Z] #19 19.65 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-02-18T13:28:41.168Z] #19 19.66 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 19.67 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 20.14 Selecting previously unselected package python3.7-minimal. [2021-02-18T13:28:41.168Z] #19 20.15 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 20.18 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 20.81 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 20.84 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 22.74 Selecting previously unselected package python3-minimal. [2021-02-18T13:28:41.168Z] #19 22.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2021-02-18T13:28:41.168Z] #19 22.81 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 22.82 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T13:28:41.168Z] #19 22.93 Selecting previously unselected package libmpdec2:arm64. [2021-02-18T13:28:41.168Z] #19 22.94 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 22.95 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-02-18T13:28:41.168Z] #19 23.05 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-02-18T13:28:41.168Z] #19 23.07 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 23.08 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 23.93 Selecting previously unselected package python3.7. [2021-02-18T13:28:41.168Z] #19 23.93 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 23.95 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:41.168Z] #19 24.08 Selecting previously unselected package libpython3-stdlib:arm64. [2021-02-18T13:28:41.168Z] #19 24.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 24.10 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-18T13:28:41.168Z] #19 24.22 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T13:28:41.168Z] #19 25.28 Selecting previously unselected package python3. [2021-02-18T13:28:41.168Z] #19 25.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2021-02-18T13:28:41.168Z] #19 25.38 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 25.39 Unpacking python3 (3.7.3-1) ... [2021-02-18T13:28:41.168Z] #19 25.49 Selecting previously unselected package libip4tc0:arm64. [2021-02-18T13:28:41.168Z] #19 25.49 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 25.50 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-02-18T13:28:41.168Z] #19 25.67 Selecting previously unselected package libip6tc0:arm64. [2021-02-18T13:28:41.168Z] #19 25.67 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 25.67 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-02-18T13:28:41.168Z] #19 25.80 Selecting previously unselected package libiptc0:arm64. [2021-02-18T13:28:41.168Z] #19 25.80 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 25.81 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-02-18T13:28:41.168Z] #19 25.93 Selecting previously unselected package libnfnetlink0:arm64. [2021-02-18T13:28:41.168Z] #19 25.95 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 25.96 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-18T13:28:41.168Z] #19 26.06 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-02-18T13:28:41.168Z] #19 26.07 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 26.09 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-18T13:28:41.168Z] #19 26.21 Selecting previously unselected package libnftnl11:arm64. [2021-02-18T13:28:41.168Z] #19 26.22 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-02-18T13:28:41.168Z] #19 26.23 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-02-18T13:28:41.397Z] #42 63.99 DEP criu/pie/parasite.d [2021-02-18T13:28:41.431Z] #19 26.33 Selecting previously unselected package iptables. [2021-02-18T13:28:41.431Z] #19 26.35 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-02-18T13:28:41.431Z] #19 26.36 Unpacking iptables (1.8.2-4) ... [2021-02-18T13:28:41.656Z] #42 64.24 CC criu/pie/parasite.o [2021-02-18T13:28:41.715Z] Client: Docker Engine - Enterprise [2021-02-18T13:28:41.715Z] Version: 19.03.12 [2021-02-18T13:28:41.715Z] API version: 1.40 [2021-02-18T13:28:41.715Z] Go version: go1.13.13 [2021-02-18T13:28:41.715Z] Git commit: 4306744 [2021-02-18T13:28:41.715Z] Built: 08/05/2020 19:27:53 [2021-02-18T13:28:41.715Z] OS/Arch: windows/amd64 [2021-02-18T13:28:41.715Z] Experimental: false [2021-02-18T13:28:41.715Z] [2021-02-18T13:28:41.715Z] Server: Docker Engine - Enterprise [2021-02-18T13:28:41.715Z] Engine: [2021-02-18T13:28:41.715Z] Version: 19.03.12 [2021-02-18T13:28:41.715Z] API version: 1.40 (minimum version 1.24) [2021-02-18T13:28:41.715Z] Go version: go1.13.13 [2021-02-18T13:28:41.715Z] Git commit: f295753ffd [2021-02-18T13:28:41.715Z] Built: 08/05/2020 19:26:41 [2021-02-18T13:28:41.715Z] OS/Arch: windows/amd64 [2021-02-18T13:28:41.715Z] Experimental: true [2021-02-18T13:28:41.853Z] #42 46.08 CC compel/plugins/std/infect.o [2021-02-18T13:28:41.875Z] #42 158.0 CC criu/util.o [2021-02-18T13:28:41.958Z] #19 26.74 Selecting previously unselected package xxd. [2021-02-18T13:28:41.958Z] #19 26.74 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T13:28:41.958Z] #19 26.76 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:28:41.958Z] #19 26.90 Selecting previously unselected package vim-common. [2021-02-18T13:28:41.958Z] #19 26.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:28:41.958Z] #19 26.94 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:28:42.006Z] #42 68.57 CC criu/arch/x86/restorer_unmap.o [2021-02-18T13:28:42.006Z] #42 68.63 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T13:28:42.006Z] #42 68.89 CC criu/pie/restorer.o [2021-02-18T13:28:42.114Z] #42 46.47 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-18T13:28:42.114Z] #42 46.52 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-18T13:28:42.114Z] #42 46.56 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-18T13:28:42.114Z] #42 46.66 AR compel/plugins/std.lib.a [2021-02-18T13:28:42.135Z] #42 158.6 CC criu/uts_ns.o [2021-02-18T13:28:42.222Z] #19 27.12 Selecting previously unselected package bash-completion. [2021-02-18T13:28:42.222Z] #19 27.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [Pipeline] sh [2021-02-18T13:28:42.373Z] #42 46.74 CC compel/plugins/fds/fds.o [2021-02-18T13:28:42.373Z] #42 46.97 AR compel/plugins/fds.lib.a [2021-02-18T13:28:42.396Z] #42 158.7 CC criu/vdso-compat.o [2021-02-18T13:28:42.633Z] #42 47.02 HOSTDEP compel/src/lib/log-host.d [2021-02-18T13:28:42.633Z] #42 47.08 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-18T13:28:42.633Z] #42 47.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-18T13:28:42.657Z] #42 158.8 CC criu/vdso.o [2021-02-18T13:28:42.892Z] #42 47.28 HOSTDEP compel/src/main-host.d [2021-02-18T13:28:42.918Z] #42 159.2 LINK criu/built-in.o [2021-02-18T13:28:42.918Z] #42 159.2 LINK criu/criu [2021-02-18T13:28:43.049Z] #42 ... [2021-02-18T13:28:43.049Z] [2021-02-18T13:28:43.049Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:43.049Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:28:43.049Z] #44 134.7 github.com/LK4D4/vndr/godl [2021-02-18T13:28:43.153Z] #42 47.41 DEP compel/src/lib/ptrace.d [2021-02-18T13:28:43.153Z] #42 47.51 DEP compel/src/lib/infect.d [2021-02-18T13:28:43.153Z] #42 47.63 DEP compel/src/lib/infect-util.d [2021-02-18T13:28:43.153Z] #42 47.73 DEP compel/src/lib/infect-rpc.d [2021-02-18T13:28:43.180Z] #42 159.4 DEP lib/c/criu.d [2021-02-18T13:28:43.180Z] #42 159.5 CC images/rpc.pb-c.o [2021-02-18T13:28:43.262Z] + docker info [2021-02-18T13:28:43.413Z] #42 47.87 DEP compel/arch/x86/src/lib/infect.d [2021-02-18T13:28:43.413Z] #42 ... [2021-02-18T13:28:43.413Z] [2021-02-18T13:28:43.413Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-18T13:28:43.413Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-18T13:28:43.413Z] #12 116.3 Selecting previously unselected package libapparmor1:amd64. [2021-02-18T13:28:43.413Z] #12 116.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 116.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:43.413Z] #12 116.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-18T13:28:43.413Z] #12 116.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 116.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:43.413Z] #12 116.6 Selecting previously unselected package libbtrfs0. [2021-02-18T13:28:43.413Z] #12 116.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 116.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:43.413Z] #12 116.7 Selecting previously unselected package libbtrfs-dev. [2021-02-18T13:28:43.413Z] #12 116.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 116.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:43.413Z] #12 116.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-18T13:28:43.413Z] #12 116.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 116.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:43.413Z] #12 117.0 Selecting previously unselected package libudev-dev:amd64. [2021-02-18T13:28:43.413Z] #12 117.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 117.0 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:43.413Z] #12 117.2 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-18T13:28:43.413Z] #12 117.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 117.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:43.413Z] #12 117.5 Selecting previously unselected package libpcre16-3:amd64. [2021-02-18T13:28:43.413Z] #12 117.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 117.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.413Z] #12 117.7 Selecting previously unselected package libpcre32-3:amd64. [2021-02-18T13:28:43.413Z] #12 117.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 117.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.413Z] #12 117.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-18T13:28:43.413Z] #12 117.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 117.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.413Z] #12 118.1 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-18T13:28:43.413Z] #12 118.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-18T13:28:43.413Z] #12 118.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.414Z] #12 118.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-18T13:28:43.414Z] #12 118.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-18T13:28:43.414Z] #12 118.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:43.414Z] #12 118.9 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-18T13:28:43.414Z] #12 118.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-18T13:28:43.414Z] #12 118.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:43.414Z] #12 119.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-18T13:28:43.414Z] #12 119.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-18T13:28:43.414Z] #12 119.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:43.414Z] #12 119.2 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-18T13:28:43.414Z] #12 119.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-18T13:28:43.414Z] #12 119.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:43.414Z] #12 119.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.414Z] #12 119.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-18T13:28:43.414Z] #12 119.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-18T13:28:43.414Z] #12 119.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.414Z] #12 119.8 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-18T13:28:43.414Z] #12 119.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-18T13:28:43.414Z] #12 120.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:43.414Z] #12 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:43.414Z] #12 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-18T13:28:43.414Z] #12 120.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-18T13:28:43.414Z] #12 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:43.414Z] #12 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-18T13:28:43.414Z] #12 120.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-18T13:28:43.414Z] #12 120.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-18T13:28:43.414Z] #12 120.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:43.414Z] #12 120.1 Setting up dmsetup (2:1.02.155-3) ... [2021-02-18T13:28:43.414Z] #12 120.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:43.414Z] #12 120.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-18T13:28:43.414Z] #12 120.1 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:28:43.414Z] #12 DONE 120.5s [2021-02-18T13:28:43.414Z] [2021-02-18T13:28:43.414Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:43.414Z] #52 sha256:828736c8eba745f1976be3ffaea4a73207d9a6be5b3838ee7b129c4dbe66c664 [2021-02-18T13:28:43.442Z] #42 159.7 CC lib/c/criu.o [2021-02-18T13:28:43.616Z] #44 135.6 github.com/LK4D4/vndr [2021-02-18T13:28:44.020Z] #42 160.3 LINK lib/c/built-in.o [2021-02-18T13:28:44.020Z] #42 160.3 LINK lib/c/libcriu.so [2021-02-18T13:28:44.020Z] #42 160.3 LINK lib/c/libcriu.a [2021-02-18T13:28:44.020Z] #42 160.4 GEN magic.py [2021-02-18T13:28:44.020Z] #42 160.4 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:28:44.020Z] #42 160.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:28:44.020Z] #42 160.5 Note: Building without GnuTLS support [2021-02-18T13:28:44.020Z] #42 160.5 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:28:44.020Z] #42 160.5 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:28:44.592Z] #42 161.0 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:28:44.783Z] #19 29.92 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T13:28:44.854Z] #42 161.4 make[1]: Nothing to be done for 'all'. [2021-02-18T13:28:45.047Z] #19 ... [2021-02-18T13:28:45.047Z] [2021-02-18T13:28:45.047Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:28:45.047Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-18T13:28:45.279Z] #42 72.00 LINK criu/pie/restorer.built-in.o [2021-02-18T13:28:45.279Z] #42 72.02 GEN criu/pie/restorer-blob.h [2021-02-18T13:28:45.279Z] #42 72.09 DEP criu/vdso.d [2021-02-18T13:28:45.279Z] #42 72.26 DEP criu/vdso-compat.d [2021-02-18T13:28:45.310Z] #39 132.3 + dpkg --print-architecture [2021-02-18T13:28:45.426Z] #42 161.8 make[1]: 'images/built-in.o' is up to date. [2021-02-18T13:28:45.426Z] #42 161.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T13:28:45.426Z] #42 161.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T13:28:45.426Z] #42 161.8 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T13:28:45.426Z] #42 161.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T13:28:45.426Z] #42 161.9 make[1]: Nothing to be done for 'all'. [2021-02-18T13:28:45.427Z] #42 161.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:28:45.536Z] #42 72.38 DEP criu/uts_ns.d [2021-02-18T13:28:45.536Z] #42 72.49 DEP criu/util.d [2021-02-18T13:28:45.688Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.1 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.1 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.1 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.1 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.2 make[2]: Nothing to be done for 'all'. [2021-02-18T13:28:45.688Z] #42 162.2 INSTALL criu/criu [2021-02-18T13:28:45.792Z] #42 72.66 DEP criu/uffd.d [2021-02-18T13:28:45.888Z] #39 DONE 133.2s [2021-02-18T13:28:45.888Z] [2021-02-18T13:28:45.888Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:45.888Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:28:45.888Z] #19 30.51 Selecting previously unselected package bzip2. [2021-02-18T13:28:45.888Z] #19 30.52 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-02-18T13:28:45.888Z] #19 30.53 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:28:45.888Z] #19 30.64 Selecting previously unselected package xz-utils. [2021-02-18T13:28:45.888Z] #19 30.65 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-02-18T13:28:45.888Z] #19 30.66 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T13:28:45.888Z] #19 30.97 Selecting previously unselected package apparmor. [2021-02-18T13:28:45.888Z] #19 30.97 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-02-18T13:28:46.049Z] #42 72.87 DEP criu/tun.d [2021-02-18T13:28:46.049Z] #42 73.05 DEP criu/tty.d [2021-02-18T13:28:46.151Z] #19 31.15 Unpacking apparmor (2.13.2-10) ... [2021-02-18T13:28:46.265Z] #42 DONE 162.5s [2021-02-18T13:28:46.265Z] [2021-02-18T13:28:46.265Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:46.265Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:28:46.612Z] #42 73.23 DEP criu/timerfd.d [2021-02-18T13:28:46.612Z] #42 73.41 DEP criu/timens.d [2021-02-18T13:28:46.612Z] #42 73.52 DEP criu/sysfs_parse.d [2021-02-18T13:28:46.612Z] #42 73.62 DEP criu/sysctl.d [2021-02-18T13:28:46.728Z] #19 31.70 Selecting previously unselected package aufs-tools. [2021-02-18T13:28:46.728Z] #19 31.71 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-02-18T13:28:46.728Z] #19 31.72 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:28:46.868Z] #42 73.83 DEP criu/string.d [2021-02-18T13:28:46.868Z] #42 73.91 DEP criu/stats.d [2021-02-18T13:28:46.992Z] #19 31.89 Selecting previously unselected package libonig5:arm64. [2021-02-18T13:28:46.992Z] #19 31.90 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-02-18T13:28:46.992Z] #19 31.91 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-18T13:28:46.992Z] #19 32.05 Selecting previously unselected package libjq1:arm64. [2021-02-18T13:28:46.992Z] #19 32.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T13:28:46.992Z] #19 32.06 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T13:28:47.125Z] #42 74.03 DEP criu/sockets.d [2021-02-18T13:28:47.255Z] #19 32.13 Selecting previously unselected package jq. [2021-02-18T13:28:47.256Z] #19 32.13 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-18T13:28:47.256Z] #19 32.15 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:28:47.256Z] #19 32.25 Selecting previously unselected package libaio1:arm64. [2021-02-18T13:28:47.256Z] #19 32.26 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-02-18T13:28:47.256Z] #19 32.26 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-02-18T13:28:47.383Z] #42 74.18 DEP criu/sk-unix.d [2021-02-18T13:28:47.518Z] #19 32.36 Selecting previously unselected package libgpm2:arm64. [2021-02-18T13:28:47.518Z] #19 32.36 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-02-18T13:28:47.518Z] #19 32.37 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-02-18T13:28:47.518Z] #19 32.46 Selecting previously unselected package libicu63:arm64. [2021-02-18T13:28:47.518Z] #19 32.46 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-18T13:28:47.518Z] #19 32.51 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T13:28:47.612Z] #52 ... [2021-02-18T13:28:47.612Z] [2021-02-18T13:28:47.612Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-18T13:28:47.612Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-18T13:28:47.612Z] #13 DONE 3.7s [2021-02-18T13:28:47.612Z] [2021-02-18T13:28:47.612Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:47.612Z] #52 sha256:828736c8eba745f1976be3ffaea4a73207d9a6be5b3838ee7b129c4dbe66c664 [2021-02-18T13:28:47.612Z] #52 3.719 + RM_GOPATH=0 [2021-02-18T13:28:47.612Z] #52 3.719 + TMP_GOPATH= [2021-02-18T13:28:47.612Z] #52 3.720 + : /build [2021-02-18T13:28:47.612Z] #52 3.720 + '[' -z '' ']' [2021-02-18T13:28:47.613Z] #52 3.727 ++ mktemp -d [2021-02-18T13:28:47.613Z] #52 3.727 + export GOPATH=/tmp/tmp.Htb6PpsdQ5 [2021-02-18T13:28:47.613Z] #52 3.727 + GOPATH=/tmp/tmp.Htb6PpsdQ5 [2021-02-18T13:28:47.613Z] #52 3.727 + RM_GOPATH=1 [2021-02-18T13:28:47.613Z] #52 3.727 + case "$(go env GOARCH)" in [2021-02-18T13:28:47.613Z] #52 3.733 ++ go env GOARCH [2021-02-18T13:28:47.613Z] #52 3.803 + export GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:47.613Z] #52 3.803 + GO_BUILDMODE=-buildmode=pie [2021-02-18T13:28:47.613Z] #52 3.803 ++ dirname /tmp/install/install.sh [2021-02-18T13:28:47.613Z] #52 3.803 + dir=/tmp/install [2021-02-18T13:28:47.613Z] #52 3.803 + bin=runc [2021-02-18T13:28:47.613Z] #52 3.803 + shift [2021-02-18T13:28:47.613Z] #52 3.803 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-18T13:28:47.613Z] #52 3.803 + . /tmp/install/runc.installer [2021-02-18T13:28:47.613Z] #52 3.803 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:47.613Z] #52 3.803 + install_runc [2021-02-18T13:28:47.613Z] #52 3.811 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-18T13:28:47.613Z] #52 3.811 + uname -r [2021-02-18T13:28:47.613Z] #52 3.817 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-18T13:28:47.613Z] #52 3.817 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-18T13:28:47.613Z] #52 3.817 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-18T13:28:47.613Z] #52 3.817 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Htb6PpsdQ5/src/github.com/opencontainers/runc [2021-02-18T13:28:47.613Z] #52 3.817 Cloning into '/tmp/tmp.Htb6PpsdQ5/src/github.com/opencontainers/runc'... [2021-02-18T13:28:47.640Z] #42 74.38 DEP criu/sk-tcp.d [2021-02-18T13:28:47.640Z] #42 74.60 DEP criu/sk-queue.d [2021-02-18T13:28:47.652Z] #55 ... [2021-02-18T13:28:47.652Z] [2021-02-18T13:28:47.652Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T13:28:47.652Z] #43 sha256:a1e659b15c8d9ba0f38bfef79d9b565d8dc2612c6220b1ca00cba0db9d11f0d8 [2021-02-18T13:28:47.652Z] #43 DONE 0.2s [2021-02-18T13:28:47.652Z] [2021-02-18T13:28:47.652Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T13:28:47.652Z] #45 sha256:ac0fc135686a93d4695897c028cf468f8df536509f8d79db7a618a8bd57a1b39 [2021-02-18T13:28:47.806Z] #44 ... [2021-02-18T13:28:47.806Z] [2021-02-18T13:28:47.806Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:28:47.806Z] #52 sha256:32454ecc42a70bde1e418848fc32c1608ced5523a747e787ad602ca511518b99 [2021-02-18T13:28:47.806Z] #52 11.17 + cd /tmp/tmp.3C2lUu8Dk5/src/github.com/opencontainers/runc [2021-02-18T13:28:47.806Z] #52 11.17 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:28:47.806Z] #52 11.57 + '[' -z '' ']' [2021-02-18T13:28:47.806Z] #52 11.57 + target=static [2021-02-18T13:28:47.807Z] #52 11.57 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T13:28:47.807Z] #52 12.05 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2021-02-18T13:28:47.807Z] #52 ... [2021-02-18T13:28:47.807Z] [2021-02-18T13:28:47.807Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:47.807Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:47.807Z] #42 65.55 LINK criu/pie/parasite.built-in.o [2021-02-18T13:28:47.807Z] #42 65.56 GEN criu/pie/parasite-blob.h [2021-02-18T13:28:47.807Z] #42 65.59 CC criu/pie/parasite-vdso.o [2021-02-18T13:28:47.807Z] #42 66.29 CC criu/arch/x86/vdso-pie.o [2021-02-18T13:28:47.807Z] #42 66.57 CC criu/arch/x86/restorer.o [2021-02-18T13:28:47.807Z] #42 67.21 CC criu/arch/x86/restorer_unmap.o [2021-02-18T13:28:47.807Z] #42 67.27 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T13:28:47.807Z] #42 67.59 CC criu/pie/restorer.o [2021-02-18T13:28:47.896Z] #42 74.80 DEP criu/sk-packet.d [2021-02-18T13:28:47.912Z] #45 DONE 0.3s [2021-02-18T13:28:47.912Z] [2021-02-18T13:28:47.912Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T13:28:47.912Z] #47 sha256:8175cb30a8e29ceeceb0089b325929b9aabfcc9fbe38a2efaae930d8aab28b10 [2021-02-18T13:28:48.065Z] #42 70.82 LINK criu/pie/restorer.built-in.o [2021-02-18T13:28:48.065Z] #42 70.84 GEN criu/pie/restorer-blob.h [2021-02-18T13:28:48.153Z] #42 75.06 DEP criu/sk-netlink.d [2021-02-18T13:28:48.173Z] #47 DONE 0.1s [2021-02-18T13:28:48.173Z] [2021-02-18T13:28:48.173Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T13:28:48.173Z] #49 sha256:326763f4bf1d74308d848c3fb35e4086b9e09c00bb83158d103bccdfd786d1cc [2021-02-18T13:28:48.324Z] #42 70.96 DEP criu/vdso.d [2021-02-18T13:28:48.409Z] #42 75.25 DEP criu/sk-inet.d [2021-02-18T13:28:48.583Z] #42 71.20 DEP criu/vdso-compat.d [2021-02-18T13:28:48.665Z] #42 75.40 DEP criu/signalfd.d [2021-02-18T13:28:48.842Z] #42 71.34 DEP criu/uts_ns.d [2021-02-18T13:28:48.842Z] #42 71.51 DEP criu/util.d [2021-02-18T13:28:48.921Z] #42 75.62 DEP criu/sigframe.d [2021-02-18T13:28:48.921Z] #42 75.74 DEP criu/shmem.d [2021-02-18T13:28:49.102Z] #42 71.75 DEP criu/uffd.d [2021-02-18T13:28:49.119Z] #49 DONE 0.8s [2021-02-18T13:28:49.119Z] [2021-02-18T13:28:49.119Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:49.119Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:28:49.119Z] #55 190.3 + bin/containerd [2021-02-18T13:28:49.119Z] #55 ... [2021-02-18T13:28:49.119Z] [2021-02-18T13:28:49.119Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T13:28:49.119Z] #51 sha256:a2aeb855d9520bc90a0e21d6cfc597a9a046b3d45e5f612353736208e6ff6847 [2021-02-18T13:28:49.119Z] #51 DONE 0.1s [2021-02-18T13:28:49.119Z] [2021-02-18T13:28:49.119Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T13:28:49.119Z] #53 sha256:156c949f5b987ca948691daed08ec2fa4074b81019dadebb30d6d23b579232cc [2021-02-18T13:28:49.178Z] #42 75.90 DEP criu/servicefd.d [2021-02-18T13:28:49.178Z] #42 76.04 DEP criu/seize.d [2021-02-18T13:28:49.361Z] #42 71.94 DEP criu/tun.d [2021-02-18T13:28:49.381Z] #53 DONE 0.3s [2021-02-18T13:28:49.381Z] [2021-02-18T13:28:49.381Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:28:49.381Z] #55 sha256:05e3e8497e196f469fb66e4ce44192f9434a5f9e7e32aa352eb82624061cecb8 [2021-02-18T13:28:49.436Z] #42 76.21 DEP criu/seccomp.d [2021-02-18T13:28:49.436Z] #42 76.44 DEP criu/rst-malloc.d [2021-02-18T13:28:49.620Z] #42 72.10 DEP criu/tty.d [2021-02-18T13:28:49.620Z] #42 72.34 DEP criu/timerfd.d [2021-02-18T13:28:49.699Z] #42 76.49 DEP criu/rbtree.d [2021-02-18T13:28:49.699Z] #42 76.53 DEP criu/pstree.d [2021-02-18T13:28:49.699Z] #42 76.66 DEP criu/protobuf.d [2021-02-18T13:28:49.956Z] #42 76.83 GEN criu/protobuf-desc-gen.h [2021-02-18T13:28:49.956Z] #42 ... [2021-02-18T13:28:49.956Z] [2021-02-18T13:28:49.956Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:49.956Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:49.956Z] #44 135.7 github.com/LK4D4/vndr [2021-02-18T13:28:50.150Z] #52 ... [2021-02-18T13:28:50.150Z] [2021-02-18T13:28:50.150Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-18T13:28:50.150Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-18T13:28:50.150Z] #14 DONE 2.8s [2021-02-18T13:28:50.150Z] [2021-02-18T13:28:50.150Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:50.150Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:28:50.150Z] #44 117.0 crypto/tls [2021-02-18T13:28:50.150Z] #44 122.9 net/http/httptrace [2021-02-18T13:28:50.150Z] #44 123.2 net/http [2021-02-18T13:28:50.150Z] #44 ... [2021-02-18T13:28:50.150Z] [2021-02-18T13:28:50.150Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-18T13:28:50.150Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-18T13:28:50.188Z] #42 72.54 DEP criu/timens.d [2021-02-18T13:28:50.188Z] #42 72.77 DEP criu/sysfs_parse.d [2021-02-18T13:28:50.188Z] #42 72.95 DEP criu/sysctl.d [2021-02-18T13:28:50.214Z] #44 ... [2021-02-18T13:28:50.214Z] [2021-02-18T13:28:50.214Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:50.214Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:50.214Z] #19 10.70 Fetched 8422 kB in 9s (906 kB/s) [2021-02-18T13:28:50.214Z] #19 10.70 Reading package lists... [2021-02-18T13:28:50.214Z] #19 14.79 Reading package lists... [2021-02-18T13:28:50.214Z] #19 18.79 Building dependency tree... [2021-02-18T13:28:50.447Z] #42 73.08 DEP criu/string.d [2021-02-18T13:28:50.470Z] #19 ... [2021-02-18T13:28:50.470Z] [2021-02-18T13:28:50.470Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:50.470Z] #44 sha256:e664f82bcef5304de0cd161c4e233b599458e5f54de048bf7686974aca900c30 [2021-02-18T13:28:50.470Z] #44 DONE 146.2s [2021-02-18T13:28:50.470Z] [2021-02-18T13:28:50.470Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:50.470Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:50.470Z] #19 20.85 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T13:28:50.470Z] #19 20.85 The following additional packages will be installed: [2021-02-18T13:28:50.470Z] #19 20.86 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T13:28:50.470Z] #19 20.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T13:28:50.470Z] #19 20.86 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T13:28:50.470Z] #19 20.86 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T13:28:50.470Z] #19 20.86 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T13:28:50.470Z] #19 20.86 Suggested packages: [2021-02-18T13:28:50.470Z] #19 20.86 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T13:28:50.470Z] #19 20.86 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T13:28:50.470Z] #19 20.86 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T13:28:50.470Z] #19 20.86 Recommended packages: [2021-02-18T13:28:50.470Z] #19 20.86 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T13:28:50.470Z] #19 20.86 python3-keyrings.alt python3-xdg unzip [2021-02-18T13:28:50.706Z] #42 73.14 DEP criu/stats.d [2021-02-18T13:28:50.706Z] #42 73.31 DEP criu/sockets.d [2021-02-18T13:28:50.845Z] #19 35.27 Selecting previously unselected package libnet1:arm64. [2021-02-18T13:28:50.845Z] #19 35.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-18T13:28:50.845Z] #19 35.29 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:28:50.845Z] #19 35.39 Selecting previously unselected package libnl-3-200:arm64. [2021-02-18T13:28:50.845Z] #19 35.39 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-18T13:28:50.845Z] #19 35.40 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T13:28:50.845Z] #19 35.51 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-18T13:28:50.845Z] #19 35.52 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-18T13:28:50.845Z] #19 35.53 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T13:28:50.845Z] #19 35.62 Selecting previously unselected package libreadline5:arm64. [2021-02-18T13:28:50.845Z] #19 35.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-02-18T13:28:50.845Z] #19 35.65 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-18T13:28:50.845Z] #19 35.79 Selecting previously unselected package net-tools. [2021-02-18T13:28:50.845Z] #19 35.79 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-02-18T13:28:50.845Z] #19 35.81 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:28:50.965Z] #42 73.56 DEP criu/sk-unix.d [2021-02-18T13:28:51.156Z] #19 36.06 Selecting previously unselected package python-pip-whl. [2021-02-18T13:28:51.156Z] #19 36.06 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T13:28:51.156Z] #19 36.07 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T13:28:51.224Z] #42 73.82 DEP criu/sk-tcp.d [2021-02-18T13:28:51.224Z] #42 73.97 DEP criu/sk-queue.d [2021-02-18T13:28:51.444Z] #19 ... [2021-02-18T13:28:51.444Z] [2021-02-18T13:28:51.444Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:51.444Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:28:51.444Z] #42 73.10 DEP criu/path.d [2021-02-18T13:28:51.444Z] #42 73.19 DEP criu/parasite-syscall.d [2021-02-18T13:28:51.444Z] #42 73.32 DEP criu/pagemap.d [2021-02-18T13:28:51.444Z] #42 73.45 DEP criu/pagemap-cache.d [2021-02-18T13:28:51.444Z] #42 73.57 DEP criu/page-xfer.d [2021-02-18T13:28:51.444Z] #42 73.73 DEP criu/page-pipe.d [2021-02-18T13:28:51.444Z] #42 73.86 DEP criu/netfilter.d [2021-02-18T13:28:51.444Z] #42 74.07 DEP criu/net.d [2021-02-18T13:28:51.444Z] #42 74.28 DEP criu/namespaces.d [2021-02-18T13:28:51.444Z] #42 74.51 DEP criu/mount.d [2021-02-18T13:28:51.444Z] #42 74.69 DEP criu/memfd.d [2021-02-18T13:28:51.444Z] #42 74.84 DEP criu/mem.d [2021-02-18T13:28:51.444Z] #42 75.01 DEP criu/lsm.d [2021-02-18T13:28:51.444Z] #42 75.14 DEP criu/log.d [2021-02-18T13:28:51.444Z] #42 75.24 DEP criu/libnetlink.d [2021-02-18T13:28:51.444Z] #42 75.36 DEP criu/kerndat.d [2021-02-18T13:28:51.444Z] #42 75.61 DEP criu/kcmp-ids.d [2021-02-18T13:28:51.444Z] #42 75.70 DEP criu/irmap.d [2021-02-18T13:28:51.444Z] #42 75.86 DEP criu/ipc_ns.d [2021-02-18T13:28:51.444Z] #42 76.04 DEP criu/image.d [2021-02-18T13:28:51.444Z] #42 76.25 DEP criu/image-desc.d [2021-02-18T13:28:51.444Z] #42 76.38 DEP criu/fsnotify.d [2021-02-18T13:28:51.444Z] #42 76.63 DEP criu/filesystems.d [2021-02-18T13:28:51.444Z] #42 76.84 DEP criu/files.d [2021-02-18T13:28:51.444Z] #42 77.07 DEP criu/files-reg.d [2021-02-18T13:28:51.444Z] #42 77.17 DEP criu/files-ext.d [2021-02-18T13:28:51.444Z] #42 77.26 DEP criu/file-lock.d [2021-02-18T13:28:51.444Z] #42 77.34 DEP criu/file-ids.d [2021-02-18T13:28:51.444Z] #42 77.43 DEP criu/fifo.d [2021-02-18T13:28:51.444Z] #42 77.57 DEP criu/fdstore.d [2021-02-18T13:28:51.444Z] #42 77.70 DEP criu/fault-injection.d [2021-02-18T13:28:51.444Z] #42 77.78 DEP criu/external.d [2021-02-18T13:28:51.444Z] #42 77.86 DEP criu/eventpoll.d [2021-02-18T13:28:51.444Z] #42 78.17 DEP criu/eventfd.d [2021-02-18T13:28:51.444Z] #42 78.30 DEP criu/crtools.d [2021-02-18T13:28:51.444Z] #42 78.44 DEP criu/cr-service.d [2021-02-18T13:28:51.444Z] #42 78.58 DEP criu/cr-restore.d [2021-02-18T13:28:51.444Z] #42 78.78 DEP criu/cr-errno.d [2021-02-18T13:28:51.444Z] #42 78.81 DEP criu/cr-dump.d [2021-02-18T13:28:51.444Z] #42 79.12 DEP criu/cr-dedup.d [2021-02-18T13:28:51.444Z] #42 79.34 DEP criu/cr-check.d [2021-02-18T13:28:51.444Z] #42 79.67 DEP criu/config.d [2021-02-18T13:28:51.444Z] #42 79.89 DEP criu/clone-noasan.d [2021-02-18T13:28:51.444Z] #42 80.01 DEP criu/cgroup.d [2021-02-18T13:28:51.444Z] #42 80.18 DEP criu/cgroup-props.d [2021-02-18T13:28:51.444Z] #42 80.24 DEP criu/bitmap.d [2021-02-18T13:28:51.444Z] #42 80.25 DEP criu/bfd.d [2021-02-18T13:28:51.444Z] #42 80.31 DEP criu/autofs.d [2021-02-18T13:28:51.444Z] #42 80.42 DEP criu/aio.d [2021-02-18T13:28:51.444Z] #42 80.54 DEP criu/action-scripts.d [2021-02-18T13:28:51.444Z] #42 80.83 CC criu/action-scripts.o [2021-02-18T13:28:51.444Z] #42 81.30 CC criu/aio.o [2021-02-18T13:28:51.444Z] #42 81.88 CC criu/autofs.o [2021-02-18T13:28:51.444Z] #42 83.17 CC criu/bfd.o [2021-02-18T13:28:51.484Z] #42 74.12 DEP criu/sk-packet.d [2021-02-18T13:28:51.709Z] #42 ... [2021-02-18T13:28:51.709Z] [2021-02-18T13:28:51.709Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:51.709Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:28:51.709Z] #19 36.54 Selecting previously unselected package python3-lib2to3. [2021-02-18T13:28:51.709Z] #19 36.54 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T13:28:51.709Z] #19 36.55 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:28:51.709Z] #19 36.75 Selecting previously unselected package python3-distutils. [2021-02-18T13:28:51.709Z] #19 36.75 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T13:28:51.709Z] #19 36.75 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T13:28:51.743Z] #42 74.32 DEP criu/sk-netlink.d [2021-02-18T13:28:52.003Z] #42 74.53 DEP criu/sk-inet.d [2021-02-18T13:28:52.006Z] #19 36.98 Selecting previously unselected package python3-pip. [2021-02-18T13:28:52.006Z] #19 36.99 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T13:28:52.006Z] #19 36.99 Unpacking python3-pip (18.1-5) ... [2021-02-18T13:28:52.262Z] #42 74.84 DEP criu/signalfd.d [2021-02-18T13:28:52.282Z] #19 37.23 Selecting previously unselected package python3-pkg-resources. [2021-02-18T13:28:52.282Z] #19 37.24 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:28:52.282Z] #19 37.25 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:28:52.363Z] #19 ... [2021-02-18T13:28:52.363Z] [2021-02-18T13:28:52.363Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:52.363Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:52.363Z] #42 79.10 DEP criu/protobuf-desc.d [2021-02-18T13:28:52.363Z] #42 79.22 DEP criu/proc_parse.d [2021-02-18T13:28:52.521Z] #42 75.00 DEP criu/sigframe.d [2021-02-18T13:28:52.521Z] #42 75.16 DEP criu/shmem.d [2021-02-18T13:28:52.562Z] #19 37.40 Selecting previously unselected package python3-setuptools. [2021-02-18T13:28:52.562Z] #19 37.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T13:28:52.562Z] #19 37.43 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T13:28:52.619Z] #42 79.36 DEP criu/plugin.d [2021-02-18T13:28:52.619Z] #42 79.45 DEP criu/pipes.d [2021-02-18T13:28:52.694Z] #15 2.514 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-18T13:28:52.694Z] #15 DONE 2.6s [2021-02-18T13:28:52.694Z] [2021-02-18T13:28:52.694Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:28:52.694Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T13:28:52.780Z] #42 75.33 DEP criu/servicefd.d [2021-02-18T13:28:52.852Z] #19 37.72 Selecting previously unselected package python3-wheel. [2021-02-18T13:28:52.852Z] #19 37.73 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T13:28:52.853Z] #19 37.74 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T13:28:52.853Z] #19 37.93 Selecting previously unselected package sudo. [2021-02-18T13:28:52.876Z] #42 79.66 DEP criu/pie-util.d [2021-02-18T13:28:52.876Z] #42 79.76 DEP criu/pie-util-vdso.d [2021-02-18T13:28:53.040Z] #42 75.49 DEP criu/seize.d [2021-02-18T13:28:53.040Z] #42 ... [2021-02-18T13:28:53.040Z] [2021-02-18T13:28:53.040Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:28:53.040Z] #44 sha256:36066b819818d4c76b3149871f1e3ff6a042be7e62bc01ffdf0515514c4d8d06 [2021-02-18T13:28:53.040Z] #44 DONE 145.0s [2021-02-18T13:28:53.040Z] [2021-02-18T13:28:53.040Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:53.040Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:53.040Z] #42 75.63 DEP criu/seccomp.d [2021-02-18T13:28:53.040Z] #42 ... [2021-02-18T13:28:53.040Z] [2021-02-18T13:28:53.040Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:53.040Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:53.040Z] #19 10.88 Fetched 8422 kB in 10s (871 kB/s) [2021-02-18T13:28:53.040Z] #19 10.88 Reading package lists... [2021-02-18T13:28:53.040Z] #19 14.95 Reading package lists... [2021-02-18T13:28:53.120Z] #19 37.93 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-02-18T13:28:53.120Z] #19 37.95 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:28:53.132Z] #42 79.94 DEP criu/pie-util-vdso-elf32.d [2021-02-18T13:28:53.132Z] #42 80.03 DEP criu/path.d [2021-02-18T13:28:53.299Z] #19 18.77 Building dependency tree... [2021-02-18T13:28:53.299Z] #19 ... [2021-02-18T13:28:53.299Z] [2021-02-18T13:28:53.299Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:53.299Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:53.299Z] #42 76.02 DEP criu/rst-malloc.d [2021-02-18T13:28:53.388Z] #42 80.26 DEP criu/parasite-syscall.d [2021-02-18T13:28:53.558Z] #42 76.15 DEP criu/rbtree.d [2021-02-18T13:28:53.558Z] #42 76.20 DEP criu/pstree.d [2021-02-18T13:28:53.631Z] #16 ... [2021-02-18T13:28:53.631Z] [2021-02-18T13:28:53.631Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:53.631Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:53.631Z] #42 48.03 DEP compel/arch/x86/src/lib/cpu.d [2021-02-18T13:28:53.631Z] #42 48.20 DEP compel/src/lib/log.d [2021-02-18T13:28:53.631Z] #42 48.27 DEP compel/src/main.d [2021-02-18T13:28:53.631Z] #42 48.44 DEP compel/src/lib/handle-elf.d [2021-02-18T13:28:53.631Z] #42 48.54 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-18T13:28:53.631Z] #42 48.69 CC compel/src/lib/log.o [2021-02-18T13:28:53.631Z] #42 48.89 CC compel/arch/x86/src/lib/cpu.o [2021-02-18T13:28:53.631Z] #42 49.56 CC compel/arch/x86/src/lib/infect.o [2021-02-18T13:28:53.631Z] #42 50.40 CC compel/src/lib/infect-rpc.o [2021-02-18T13:28:53.631Z] #42 50.75 CC compel/src/lib/infect-util.o [2021-02-18T13:28:53.631Z] #42 51.01 CC compel/src/lib/infect.o [2021-02-18T13:28:53.631Z] #42 53.38 CC compel/src/lib/ptrace.o [2021-02-18T13:28:53.631Z] #42 53.77 AR compel/libcompel.a [2021-02-18T13:28:53.631Z] #42 53.87 HOSTCC compel/src/main-host.o [2021-02-18T13:28:53.631Z] #42 54.16 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-18T13:28:53.631Z] #42 54.38 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-18T13:28:53.631Z] #42 54.86 HOSTCC compel/src/lib/log-host.o [2021-02-18T13:28:53.631Z] #42 55.04 HOSTLINK compel/compel-host-bin [2021-02-18T13:28:53.631Z] #42 55.16 DEP soccr/soccr.d [2021-02-18T13:28:53.631Z] #42 55.32 CC soccr/soccr.o [2021-02-18T13:28:53.631Z] #42 56.74 AR soccr/libsoccr.a [2021-02-18T13:28:53.631Z] #42 56.79 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:28:53.631Z] #42 57.14 DEP criu/arch/x86/sigframe.d [2021-02-18T13:28:53.631Z] #42 57.37 DEP criu/arch/x86/sigaction_compat.d [2021-02-18T13:28:53.631Z] #42 57.50 DEP criu/arch/x86/kerndat.d [2021-02-18T13:28:53.631Z] #42 57.68 DEP criu/arch/x86/crtools.d [2021-02-18T13:28:53.631Z] #42 57.82 DEP criu/arch/x86/cpu.d [2021-02-18T13:28:53.631Z] #42 57.94 CC criu/arch/x86/cpu.o [2021-02-18T13:28:53.644Z] #42 80.47 DEP criu/pagemap.d [2021-02-18T13:28:53.698Z] #19 38.40 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T13:28:53.698Z] #19 38.41 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-02-18T13:28:53.698Z] #19 38.41 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:28:53.698Z] #19 38.76 Selecting previously unselected package uidmap. [2021-02-18T13:28:53.698Z] #19 38.76 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-02-18T13:28:53.698Z] #19 38.77 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T13:28:53.901Z] #42 80.64 DEP criu/pagemap-cache.d [2021-02-18T13:28:53.901Z] #42 80.75 DEP criu/page-xfer.d [2021-02-18T13:28:53.962Z] #19 38.94 Selecting previously unselected package vim-runtime. [2021-02-18T13:28:53.962Z] #19 38.94 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:28:53.962Z] #19 38.99 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-18T13:28:53.962Z] #19 39.01 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T13:28:53.962Z] #19 39.03 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:28:54.126Z] #42 76.53 DEP criu/protobuf.d [2021-02-18T13:28:54.157Z] #42 80.91 DEP criu/page-pipe.d [2021-02-18T13:28:54.157Z] #42 81.00 DEP criu/netfilter.d [2021-02-18T13:28:54.203Z] #42 58.62 CC criu/arch/x86/crtools.o [2021-02-18T13:28:54.385Z] #42 76.85 GEN criu/protobuf-desc-gen.h [2021-02-18T13:28:54.414Z] #42 81.17 DEP criu/net.d [2021-02-18T13:28:54.670Z] #42 81.39 DEP criu/namespaces.d [2021-02-18T13:28:54.670Z] #42 81.60 DEP criu/mount.d [2021-02-18T13:28:54.931Z] #42 81.78 DEP criu/memfd.d [2021-02-18T13:28:54.931Z] #42 81.90 DEP criu/mem.d [2021-02-18T13:28:55.144Z] #42 ... [2021-02-18T13:28:55.144Z] [2021-02-18T13:28:55.144Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-18T13:28:55.144Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-18T13:28:55.144Z] #16 DONE 2.4s [2021-02-18T13:28:55.144Z] [2021-02-18T13:28:55.144Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-18T13:28:55.144Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-18T13:28:55.190Z] #42 82.09 DEP criu/lsm.d [2021-02-18T13:28:55.447Z] #42 82.25 DEP criu/log.d [2021-02-18T13:28:55.447Z] #42 82.34 DEP criu/libnetlink.d [2021-02-18T13:28:55.703Z] #42 82.48 DEP criu/kerndat.d [2021-02-18T13:28:55.703Z] #42 82.71 DEP criu/kcmp-ids.d [2021-02-18T13:28:55.960Z] #42 82.78 DEP criu/irmap.d [2021-02-18T13:28:56.218Z] #42 82.94 DEP criu/ipc_ns.d [2021-02-18T13:28:56.218Z] #42 83.09 DEP criu/image.d [2021-02-18T13:28:56.290Z] #42 78.49 DEP criu/protobuf-desc.d [2021-02-18T13:28:56.291Z] #42 78.59 DEP criu/proc_parse.d [2021-02-18T13:28:56.291Z] #42 78.81 DEP criu/plugin.d [2021-02-18T13:28:56.291Z] #42 78.89 DEP criu/pipes.d [2021-02-18T13:28:56.475Z] #42 83.24 DEP criu/image-desc.d [2021-02-18T13:28:56.475Z] #42 83.31 DEP criu/fsnotify.d [2021-02-18T13:28:56.550Z] #42 79.08 DEP criu/pie-util.d [2021-02-18T13:28:56.550Z] #42 79.14 DEP criu/pie-util-vdso.d [2021-02-18T13:28:56.731Z] #42 83.55 DEP criu/filesystems.d [2021-02-18T13:28:56.731Z] #42 83.71 DEP criu/files.d [2021-02-18T13:28:56.809Z] #42 79.23 DEP criu/pie-util-vdso-elf32.d [2021-02-18T13:28:56.809Z] #42 79.38 DEP criu/path.d [2021-02-18T13:28:56.809Z] #42 79.47 DEP criu/parasite-syscall.d [2021-02-18T13:28:56.987Z] #42 83.89 DEP criu/files-reg.d [2021-02-18T13:28:57.068Z] #42 79.63 DEP criu/pagemap.d [2021-02-18T13:28:57.244Z] #42 84.09 DEP criu/files-ext.d [2021-02-18T13:28:57.244Z] #42 84.18 DEP criu/file-lock.d [2021-02-18T13:28:57.327Z] #42 79.78 DEP criu/pagemap-cache.d [2021-02-18T13:28:57.327Z] #42 79.95 DEP criu/page-xfer.d [2021-02-18T13:28:57.334Z] #19 41.87 Selecting previously unselected package vim. [2021-02-18T13:28:57.334Z] #19 41.87 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-02-18T13:28:57.334Z] #19 41.90 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T13:28:57.334Z] #19 42.38 Selecting previously unselected package xfsprogs. [2021-02-18T13:28:57.334Z] #19 42.39 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-02-18T13:28:57.334Z] #19 42.41 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T13:28:57.501Z] #42 84.31 DEP criu/file-ids.d [2021-02-18T13:28:57.501Z] #42 84.42 DEP criu/fifo.d [2021-02-18T13:28:57.586Z] #42 80.09 DEP criu/page-pipe.d [2021-02-18T13:28:57.586Z] #42 80.15 DEP criu/netfilter.d [2021-02-18T13:28:57.586Z] #42 80.29 DEP criu/net.d [2021-02-18T13:28:57.758Z] #42 84.60 DEP criu/fdstore.d [2021-02-18T13:28:57.845Z] #42 80.55 DEP criu/namespaces.d [2021-02-18T13:28:57.923Z] #19 42.90 Selecting previously unselected package zip. [2021-02-18T13:28:57.923Z] #19 42.91 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-02-18T13:28:57.923Z] #19 42.93 Unpacking zip (3.0-11+b1) ... [2021-02-18T13:28:58.015Z] #42 84.74 DEP criu/fault-injection.d [2021-02-18T13:28:58.015Z] #42 84.82 DEP criu/external.d [2021-02-18T13:28:58.015Z] #42 84.93 DEP criu/eventpoll.d [2021-02-18T13:28:58.104Z] #42 80.68 DEP criu/mount.d [2021-02-18T13:28:58.104Z] #42 80.82 DEP criu/memfd.d [2021-02-18T13:28:58.120Z] Client: [2021-02-18T13:28:58.120Z] Debug Mode: false [2021-02-18T13:28:58.120Z] Plugins: [2021-02-18T13:28:58.120Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T13:28:58.120Z] [2021-02-18T13:28:58.120Z] Server: [2021-02-18T13:28:58.120Z] Containers: 0 [2021-02-18T13:28:58.120Z] Running: 0 [2021-02-18T13:28:58.120Z] Paused: 0 [2021-02-18T13:28:58.120Z] Stopped: 0 [2021-02-18T13:28:58.120Z] Images: 0 [2021-02-18T13:28:58.120Z] Server Version: 19.03.12 [2021-02-18T13:28:58.120Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T13:28:58.120Z] Windows: [2021-02-18T13:28:58.120Z] LCOW: [2021-02-18T13:28:58.120Z] Logging Driver: json-file [2021-02-18T13:28:58.120Z] Plugins: [2021-02-18T13:28:58.120Z] Volume: local [2021-02-18T13:28:58.120Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T13:28:58.120Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T13:28:58.120Z] Swarm: inactive [2021-02-18T13:28:58.120Z] Default Isolation: process [2021-02-18T13:28:58.120Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T13:28:58.120Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T13:28:58.120Z] OSType: windows [2021-02-18T13:28:58.120Z] Architecture: x86_64 [2021-02-18T13:28:58.120Z] CPUs: 4 [2021-02-18T13:28:58.120Z] Total Memory: 32GiB [2021-02-18T13:28:58.120Z] Name: azwin-2-75e650 [2021-02-18T13:28:58.120Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T13:28:58.120Z] Docker Root Dir: D:\docker [2021-02-18T13:28:58.120Z] Debug Mode: false [2021-02-18T13:28:58.120Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:28:58.120Z] Labels: [2021-02-18T13:28:58.120Z] Experimental: true [2021-02-18T13:28:58.120Z] Insecure Registries: [2021-02-18T13:28:58.120Z] 10.0.0.4:5000 [2021-02-18T13:28:58.120Z] 127.0.0.0/8 [2021-02-18T13:28:58.120Z] Registry Mirrors: [2021-02-18T13:28:58.120Z] http://10.0.0.4:5000/ [2021-02-18T13:28:58.120Z] Live Restore Enabled: false [2021-02-18T13:28:58.120Z] [2021-02-18T13:28:58.202Z] #19 43.21 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:28:58.202Z] #19 43.25 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [Pipeline] } [2021-02-18T13:28:58.271Z] #42 85.09 DEP criu/eventfd.d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-18T13:28:58.363Z] #42 80.94 DEP criu/mem.d [2021-02-18T13:28:58.474Z] #19 43.34 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-02-18T13:28:58.474Z] #19 43.36 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-18T13:28:58.474Z] #19 43.38 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-02-18T13:28:58.474Z] #19 43.39 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-02-18T13:28:58.474Z] #19 43.41 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T13:28:58.474Z] #19 43.42 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-02-18T13:28:58.474Z] #19 43.44 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:28:58.474Z] #19 43.45 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:28:58.474Z] #19 43.48 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-18T13:28:58.474Z] #19 43.51 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-18T13:28:58.474Z] #19 43.53 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:28:58.474Z] #19 43.54 Setting up zip (3.0-11+b1) ... [2021-02-18T13:28:58.474Z] #19 43.55 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:28:58.481Z] #17 DONE 2.7s [2021-02-18T13:28:58.481Z] [2021-02-18T13:28:58.481Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-18T13:28:58.481Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-18T13:28:58.528Z] #42 85.26 DEP criu/crtools.d [2021-02-18T13:28:58.528Z] #42 ... [2021-02-18T13:28:58.528Z] [2021-02-18T13:28:58.528Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:28:58.528Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:28:58.528Z] #31 DONE 153.8s [2021-02-18T13:28:58.528Z] [2021-02-18T13:28:58.528Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:28:58.528Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:28:58.528Z] #42 85.36 DEP criu/cr-service.d [2021-02-18T13:28:58.528Z] #42 ... [2021-02-18T13:28:58.528Z] [2021-02-18T13:28:58.528Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:28:58.528Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:28:58.528Z] #19 22.97 The following NEW packages will be installed: [2021-02-18T13:28:58.528Z] #19 22.97 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T13:28:58.528Z] #19 22.97 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T13:28:58.528Z] #19 22.97 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T13:28:58.528Z] #19 22.97 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T13:28:58.528Z] #19 22.97 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T13:28:58.528Z] #19 22.98 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T13:28:58.528Z] #19 22.98 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T13:28:58.528Z] #19 22.98 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T13:28:58.528Z] #19 22.98 xz-utils zip [2021-02-18T13:28:58.528Z] #19 23.42 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:28:58.528Z] #19 23.42 Need to get 28.5 MB of archives. [2021-02-18T13:28:58.528Z] #19 23.42 After this operation, 116 MB of additional disk space will be used. [2021-02-18T13:28:58.528Z] #19 23.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T13:28:58.528Z] #19 23.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-18T13:28:58.528Z] #19 23.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-18T13:28:58.528Z] #19 23.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T13:28:58.528Z] #19 23.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T13:28:58.528Z] #19 23.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-18T13:28:58.528Z] #19 23.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T13:28:58.528Z] #19 23.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T13:28:58.528Z] #19 23.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T13:28:58.528Z] #19 23.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T13:28:58.528Z] #19 23.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T13:28:58.528Z] #19 23.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T13:28:58.528Z] #19 23.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T13:28:58.528Z] #19 23.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T13:28:58.528Z] #19 23.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T13:28:58.528Z] #19 23.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T13:28:58.528Z] #19 23.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:28:58.528Z] #19 23.80 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:28:58.528Z] #19 23.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T13:28:58.529Z] #19 23.83 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-18T13:28:58.529Z] #19 23.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T13:28:58.529Z] #19 23.86 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T13:28:58.529Z] #19 23.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T13:28:58.529Z] #19 23.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:28:58.529Z] #19 23.92 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:28:58.529Z] #19 23.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:28:58.529Z] #19 23.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T13:28:58.529Z] #19 23.94 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T13:28:58.529Z] #19 23.94 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:28:58.529Z] #19 24.43 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:28:58.529Z] #19 24.43 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:28:58.529Z] #19 24.43 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:28:58.529Z] #19 24.43 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T13:28:58.529Z] #19 24.44 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T13:28:58.529Z] #19 24.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T13:28:58.529Z] #19 24.54 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T13:28:58.529Z] #19 24.54 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T13:28:58.529Z] #19 24.56 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T13:28:58.529Z] #19 24.57 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T13:28:58.529Z] #19 24.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T13:28:58.529Z] #19 24.60 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T13:28:58.529Z] #19 24.61 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T13:28:58.529Z] #19 24.68 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-18T13:28:58.529Z] #19 24.71 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T13:28:58.529Z] #19 24.72 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T13:28:58.529Z] #19 25.10 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T13:28:58.529Z] #19 25.14 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T13:28:58.529Z] #19 25.18 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T13:28:58.529Z] #19 25.84 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:28:58.529Z] #19 25.98 Fetched 28.5 MB in 2s (13.2 MB/s) [2021-02-18T13:28:58.529Z] #19 26.05 Selecting previously unselected package pigz. [2021-02-18T13:28:58.529Z] #19 26.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T13:28:58.529Z] #19 26.13 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T13:28:58.529Z] #19 26.14 Unpacking pigz (2.4-1) ... [2021-02-18T13:28:58.529Z] #19 26.24 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T13:28:58.529Z] #19 26.24 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:28:58.529Z] #19 26.25 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:58.529Z] #19 26.71 Selecting previously unselected package python3.7-minimal. [2021-02-18T13:28:58.529Z] #19 26.71 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:28:58.529Z] #19 26.72 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:28:58.529Z] #19 27.72 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:28:58.529Z] #19 27.86 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:28:58.623Z] #42 81.18 DEP criu/lsm.d [2021-02-18T13:28:58.623Z] #42 81.33 DEP criu/log.d [2021-02-18T13:28:58.737Z] #19 43.59 Setting up bash-completion (1:2.8-6) ... [2021-02-18T13:28:58.881Z] #42 81.48 DEP criu/libnetlink.d [2021-02-18T13:28:58.881Z] #42 81.62 DEP criu/kerndat.d [2021-02-18T13:28:59.139Z] #42 81.80 DEP criu/kcmp-ids.d [2021-02-18T13:28:59.139Z] #42 81.86 DEP criu/irmap.d [2021-02-18T13:28:59.397Z] #42 82.01 DEP criu/ipc_ns.d [2021-02-18T13:28:59.656Z] #42 82.20 DEP criu/image.d [2021-02-18T13:28:59.914Z] #42 82.40 DEP criu/image-desc.d [2021-02-18T13:28:59.914Z] #42 82.51 DEP criu/fsnotify.d [2021-02-18T13:29:00.173Z] #42 82.70 DEP criu/filesystems.d [2021-02-18T13:29:00.404Z] #18 DONE 2.7s [2021-02-18T13:29:00.404Z] [2021-02-18T13:29:00.404Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:00.404Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:00.433Z] #42 82.91 DEP criu/files.d [2021-02-18T13:29:00.433Z] #42 83.04 DEP criu/files-reg.d [2021-02-18T13:29:00.439Z] #19 30.55 Selecting previously unselected package python3-minimal. [2021-02-18T13:29:00.439Z] #19 30.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 ... 23681 files and directories currently installed.) [2021-02-18T13:29:00.439Z] #19 30.67 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T13:29:00.440Z] #19 30.69 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T13:29:00.440Z] #19 30.82 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T13:29:00.440Z] #19 30.83 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T13:29:00.440Z] #19 30.83 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:00.440Z] #19 30.93 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T13:29:00.440Z] #19 30.94 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:00.440Z] #19 30.94 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:00.692Z] #42 83.20 DEP criu/files-ext.d [2021-02-18T13:29:00.692Z] #42 ... [2021-02-18T13:29:00.692Z] [2021-02-18T13:29:00.692Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:00.692Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:00.692Z] #19 18.77 Building dependency tree... [2021-02-18T13:29:00.692Z] #19 21.34 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T13:29:00.692Z] #19 21.34 The following additional packages will be installed: [2021-02-18T13:29:00.692Z] #19 21.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T13:29:00.692Z] #19 21.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T13:29:00.692Z] #19 21.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T13:29:00.692Z] #19 21.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T13:29:00.692Z] #19 21.36 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T13:29:00.692Z] #19 21.36 Suggested packages: [2021-02-18T13:29:00.692Z] #19 21.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T13:29:00.692Z] #19 21.37 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T13:29:00.692Z] #19 21.37 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T13:29:00.692Z] #19 21.37 Recommended packages: [2021-02-18T13:29:00.692Z] #19 21.37 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T13:29:00.692Z] #19 21.37 python3-keyrings.alt python3-xdg unzip [2021-02-18T13:29:00.692Z] #19 23.26 The following NEW packages will be installed: [2021-02-18T13:29:00.692Z] #19 23.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T13:29:00.692Z] #19 23.27 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T13:29:00.692Z] #19 23.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T13:29:00.692Z] #19 23.27 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T13:29:00.692Z] #19 23.27 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T13:29:00.692Z] #19 23.27 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T13:29:00.693Z] #19 23.27 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T13:29:00.693Z] #19 23.27 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T13:29:00.693Z] #19 23.27 xz-utils zip [2021-02-18T13:29:00.693Z] #19 23.61 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:29:00.693Z] #19 23.61 Need to get 28.5 MB of archives. [2021-02-18T13:29:00.693Z] #19 23.61 After this operation, 116 MB of additional disk space will be used. [2021-02-18T13:29:00.693Z] #19 23.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T13:29:00.693Z] #19 23.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-18T13:29:00.693Z] #19 23.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-18T13:29:00.693Z] #19 24.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T13:29:00.693Z] #19 24.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T13:29:00.693Z] #19 24.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-18T13:29:00.693Z] #19 24.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T13:29:00.693Z] #19 24.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T13:29:00.693Z] #19 24.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T13:29:00.693Z] #19 24.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T13:29:00.693Z] #19 24.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T13:29:00.693Z] #19 24.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T13:29:00.693Z] #19 24.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T13:29:00.693Z] #19 24.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T13:29:00.693Z] #19 24.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T13:29:00.693Z] #19 24.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T13:29:00.693Z] #19 24.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:29:00.693Z] #19 24.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:29:00.693Z] #19 24.20 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T13:29:00.693Z] #19 24.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-18T13:29:00.693Z] #19 24.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T13:29:00.693Z] #19 24.22 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T13:29:00.693Z] #19 24.25 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T13:29:00.693Z] #19 24.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:29:00.693Z] #19 24.37 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:29:00.693Z] #19 24.38 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:29:00.693Z] #19 24.40 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T13:29:00.693Z] #19 24.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T13:29:00.693Z] #19 24.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:29:00.693Z] #19 25.05 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:29:00.693Z] #19 25.05 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:29:00.693Z] #19 25.06 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:29:00.693Z] #19 25.06 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T13:29:00.693Z] #19 25.06 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T13:29:00.693Z] #19 25.07 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T13:29:00.693Z] #19 25.15 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T13:29:00.693Z] #19 25.15 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T13:29:00.693Z] #19 25.18 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T13:29:00.693Z] #19 25.20 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T13:29:00.693Z] #19 25.21 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T13:29:00.693Z] #19 25.23 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T13:29:00.693Z] #19 25.23 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T13:29:00.693Z] #19 25.27 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-18T13:29:00.693Z] #19 25.29 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T13:29:00.693Z] #19 25.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T13:29:00.693Z] #19 25.67 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T13:29:00.693Z] #19 25.72 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T13:29:00.693Z] #19 25.76 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T13:29:00.693Z] #19 26.42 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:29:00.693Z] #19 26.52 Fetched 28.5 MB in 2s (11.7 MB/s) [2021-02-18T13:29:00.693Z] #19 26.58 Selecting previously unselected package pigz. [2021-02-18T13:29:00.693Z] #19 26.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T13:29:00.693Z] #19 26.63 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T13:29:00.693Z] #19 26.64 Unpacking pigz (2.4-1) ... [2021-02-18T13:29:00.693Z] #19 26.75 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T13:29:00.693Z] #19 26.75 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:00.693Z] #19 26.76 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:00.693Z] #19 27.18 Selecting previously unselected package python3.7-minimal. [2021-02-18T13:29:00.953Z] #19 27.19 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:00.953Z] #19 27.20 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:29:01.375Z] #19 31.89 Selecting previously unselected package python3.7. [2021-02-18T13:29:01.375Z] #19 31.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:01.375Z] #19 31.91 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:01.631Z] #19 32.02 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T13:29:01.631Z] #19 32.04 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T13:29:01.631Z] #19 32.04 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:01.631Z] #19 32.15 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T13:29:01.890Z] #19 28.16 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:01.890Z] #19 28.18 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:29:02.050Z] #19 46.56 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-02-18T13:29:02.050Z] #19 46.58 Setting up xz-utils (5.2.4-1) ... [2021-02-18T13:29:02.050Z] #19 46.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T13:29:02.050Z] #19 46.65 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:02.050Z] #19 46.77 invoke-rc.d: could not determine current runlevel [2021-02-18T13:29:02.050Z] #19 46.79 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:29:02.050Z] #19 46.82 Setting up pigz (2.4-1) ... [2021-02-18T13:29:02.050Z] #19 46.83 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-18T13:29:02.050Z] #19 46.85 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-18T13:29:02.050Z] #19 46.89 Setting up python-pip-whl (18.1-5) ... [2021-02-18T13:29:02.050Z] #19 46.90 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-02-18T13:29:02.050Z] #19 46.91 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:02.050Z] #19 ... [2021-02-18T13:29:02.050Z] [2021-02-18T13:29:02.050Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:02.050Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:02.050Z] #42 83.67 CC criu/bitmap.o [2021-02-18T13:29:02.050Z] #42 83.81 CC criu/cgroup-props.o [2021-02-18T13:29:02.050Z] #42 84.53 CC criu/cgroup.o [2021-02-18T13:29:02.050Z] #42 87.04 CC criu/clone-noasan.o [2021-02-18T13:29:02.050Z] #42 87.23 CC criu/config.o [2021-02-18T13:29:02.050Z] #42 88.56 CC criu/cr-check.o [2021-02-18T13:29:02.050Z] #42 90.19 CC criu/cr-dedup.o [2021-02-18T13:29:02.050Z] #42 90.53 CC criu/cr-dump.o [2021-02-18T13:29:02.050Z] #42 92.43 CC criu/cr-errno.o [2021-02-18T13:29:02.050Z] #42 92.49 CC criu/cr-restore.o [2021-02-18T13:29:02.561Z] #19 33.07 Selecting previously unselected package python3. [2021-02-18T13:29:02.625Z] #42 ... [2021-02-18T13:29:02.625Z] [2021-02-18T13:29:02.625Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:02.625Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:29:02.625Z] #19 47.46 Setting up libaio1:arm64 (0.3.112-3) ... [2021-02-18T13:29:02.625Z] #19 47.48 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-18T13:29:02.625Z] #19 47.50 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:02.625Z] #19 47.53 Setting up vim (2:8.1.0875-5) ... [2021-02-18T13:29:02.625Z] #19 47.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T13:29:02.625Z] #19 47.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T13:29:02.625Z] #19 47.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T13:29:02.625Z] #19 47.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T13:29:02.625Z] #19 47.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T13:29:02.625Z] #19 47.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T13:29:02.625Z] #19 47.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T13:29:02.625Z] #19 47.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T13:29:02.817Z] #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 ... 24093 files and directories currently installed.) [2021-02-18T13:29:02.817Z] #19 33.13 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T13:29:02.817Z] #19 33.15 Unpacking python3 (3.7.3-1) ... [2021-02-18T13:29:02.817Z] #19 33.25 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T13:29:02.817Z] #19 33.25 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:02.817Z] #19 33.26 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:02.817Z] #19 33.33 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T13:29:02.888Z] #19 47.64 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:02.888Z] #19 47.65 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:02.888Z] #19 47.67 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-18T13:29:02.888Z] #19 47.69 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:02.888Z] #19 47.71 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-18T13:29:02.888Z] #19 47.73 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:03.072Z] #19 33.35 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:03.072Z] #19 33.36 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:03.072Z] #19 33.43 Selecting previously unselected package libiptc0:amd64. [2021-02-18T13:29:03.072Z] #19 33.43 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:03.072Z] #19 33.44 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:03.072Z] #19 33.50 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T13:29:03.072Z] #19 33.52 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T13:29:03.072Z] #19 33.52 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:03.073Z] #19 33.57 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T13:29:03.073Z] #19 33.58 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T13:29:03.073Z] #19 33.58 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:03.073Z] #19 33.64 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T13:29:03.328Z] #19 33.64 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T13:29:03.328Z] #19 33.65 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:03.328Z] #19 33.73 Selecting previously unselected package iptables. [2021-02-18T13:29:03.328Z] #19 33.73 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T13:29:03.328Z] #19 33.74 Unpacking iptables (1.8.2-4) ... [2021-02-18T13:29:03.583Z] #19 34.03 Selecting previously unselected package xxd. [2021-02-18T13:29:03.583Z] #19 34.03 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:03.583Z] #19 34.05 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:29:03.583Z] #19 34.18 Selecting previously unselected package vim-common. [2021-02-18T13:29:03.699Z] #19 3.003 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-18T13:29:03.700Z] #19 3.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-18T13:29:03.803Z] #19 ... [2021-02-18T13:29:03.803Z] [2021-02-18T13:29:03.803Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:29:03.803Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:29:03.803Z] #31 DONE 155.0s [2021-02-18T13:29:03.803Z] [2021-02-18T13:29:03.803Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:03.803Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:03.803Z] #42 83.41 DEP criu/file-lock.d [2021-02-18T13:29:03.803Z] #42 83.65 DEP criu/file-ids.d [2021-02-18T13:29:03.803Z] #42 83.83 DEP criu/fifo.d [2021-02-18T13:29:03.803Z] #42 84.03 DEP criu/fdstore.d [2021-02-18T13:29:03.803Z] #42 84.18 DEP criu/fault-injection.d [2021-02-18T13:29:03.803Z] #42 84.23 DEP criu/external.d [2021-02-18T13:29:03.803Z] #42 84.37 DEP criu/eventpoll.d [2021-02-18T13:29:03.803Z] #42 84.55 DEP criu/eventfd.d [2021-02-18T13:29:03.803Z] #42 84.68 DEP criu/crtools.d [2021-02-18T13:29:03.803Z] #42 84.90 DEP criu/cr-service.d [2021-02-18T13:29:03.803Z] #42 85.06 DEP criu/cr-restore.d [2021-02-18T13:29:03.803Z] #42 85.27 DEP criu/cr-errno.d [2021-02-18T13:29:03.803Z] #42 85.29 DEP criu/cr-dump.d [2021-02-18T13:29:03.803Z] #42 85.52 DEP criu/cr-dedup.d [2021-02-18T13:29:03.803Z] #42 85.70 DEP criu/cr-check.d [2021-02-18T13:29:03.803Z] #42 85.95 DEP criu/config.d [2021-02-18T13:29:03.803Z] #42 86.10 DEP criu/clone-noasan.d [2021-02-18T13:29:03.803Z] #42 86.16 DEP criu/cgroup.d [2021-02-18T13:29:03.803Z] #42 86.35 DEP criu/cgroup-props.d [2021-02-18T13:29:03.839Z] #19 34.18 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:03.839Z] #19 34.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:03.839Z] #19 34.37 Selecting previously unselected package bash-completion. [2021-02-18T13:29:03.839Z] #19 34.38 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T13:29:03.959Z] #19 3.276 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-18T13:29:04.062Z] #42 86.53 DEP criu/bitmap.d [2021-02-18T13:29:04.062Z] #42 86.57 DEP criu/bfd.d [2021-02-18T13:29:04.062Z] #42 86.79 DEP criu/autofs.d [2021-02-18T13:29:04.219Z] #19 3.567 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-18T13:29:04.631Z] #42 87.01 DEP criu/aio.d [2021-02-18T13:29:04.631Z] #42 87.20 DEP criu/action-scripts.d [2021-02-18T13:29:04.894Z] #42 87.46 CC criu/action-scripts.o [2021-02-18T13:29:05.444Z] #19 50.09 Setting up iptables (1.8.2-4) ... [2021-02-18T13:29:05.444Z] #19 50.14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T13:29:05.444Z] #19 50.21 Setting up python3 (3.7.3-1) ... [2021-02-18T13:29:05.463Z] #42 87.84 CC criu/aio.o [2021-02-18T13:29:05.601Z] #19 4.987 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-18T13:29:05.601Z] #19 ... [2021-02-18T13:29:05.601Z] [2021-02-18T13:29:05.601Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:05.601Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:05.601Z] #42 60.04 CC criu/arch/x86/kerndat.o [2021-02-18T13:29:05.601Z] #42 60.54 CC criu/arch/x86/sigaction_compat.o [2021-02-18T13:29:05.601Z] #42 60.82 CC criu/arch/x86/sigframe.o [2021-02-18T13:29:05.601Z] #42 61.11 LINK criu/arch/x86/crtools.built-in.o [2021-02-18T13:29:05.601Z] #42 61.19 DEP criu/pie/util-vdso-elf32.d [2021-02-18T13:29:05.601Z] #42 61.36 DEP criu/pie/util-vdso.d [2021-02-18T13:29:05.601Z] #42 61.54 DEP criu/pie/util.d [2021-02-18T13:29:05.601Z] #42 61.64 CC criu/pie/util.o [2021-02-18T13:29:05.601Z] #42 61.94 CC criu/pie/util-vdso.o [2021-02-18T13:29:05.601Z] #42 62.82 CC criu/pie/util-vdso-elf32.o [2021-02-18T13:29:05.601Z] #42 63.59 AR criu/pie/pie.lib.a [2021-02-18T13:29:05.601Z] #42 63.65 DEP criu/pie/restorer.d [2021-02-18T13:29:05.601Z] #42 63.84 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-18T13:29:05.601Z] #42 63.94 DEP criu/arch/x86/restorer_unmap.d [2021-02-18T13:29:05.601Z] #42 63.99 DEP criu/arch/x86/restorer.d [2021-02-18T13:29:05.601Z] #42 64.16 DEP criu/arch/x86/vdso-pie.d [2021-02-18T13:29:05.601Z] #42 64.25 DEP criu/pie/parasite-vdso.d [2021-02-18T13:29:05.601Z] #42 64.47 DEP criu/pie/parasite.d [2021-02-18T13:29:05.601Z] #42 64.73 CC criu/pie/parasite.o [2021-02-18T13:29:05.601Z] #42 66.24 LINK criu/pie/parasite.built-in.o [2021-02-18T13:29:05.601Z] #42 66.24 GEN criu/pie/parasite-blob.h [2021-02-18T13:29:05.601Z] #42 66.32 CC criu/pie/parasite-vdso.o [2021-02-18T13:29:05.601Z] #42 66.99 CC criu/arch/x86/vdso-pie.o [2021-02-18T13:29:05.601Z] #42 67.31 CC criu/arch/x86/restorer.o [2021-02-18T13:29:05.601Z] #42 67.92 CC criu/arch/x86/restorer_unmap.o [2021-02-18T13:29:05.601Z] #42 67.99 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-18T13:29:05.601Z] #42 68.44 CC criu/pie/restorer.o [2021-02-18T13:29:05.723Z] #42 88.27 CC criu/autofs.o [2021-02-18T13:29:05.861Z] #42 ... [2021-02-18T13:29:05.861Z] [2021-02-18T13:29:05.861Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:29:05.861Z] #52 sha256:828736c8eba745f1976be3ffaea4a73207d9a6be5b3838ee7b129c4dbe66c664 [2021-02-18T13:29:05.861Z] #52 12.34 + cd /tmp/tmp.Htb6PpsdQ5/src/github.com/opencontainers/runc [2021-02-18T13:29:05.861Z] #52 12.34 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-18T13:29:05.861Z] #52 13.01 + '[' -z '' ']' [2021-02-18T13:29:05.861Z] #52 13.01 + target=static [2021-02-18T13:29:05.861Z] #52 13.01 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-18T13:29:05.861Z] #52 13.44 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 . [2021-02-18T13:29:06.019Z] #19 50.87 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T13:29:06.357Z] #19 37.03 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T13:29:06.594Z] #19 51.58 Setting up apparmor (2.13.2-10) ... [2021-02-18T13:29:06.918Z] #19 37.39 Selecting previously unselected package bzip2. [2021-02-18T13:29:06.918Z] #19 37.41 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T13:29:06.918Z] #19 37.42 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:07.103Z] #42 89.51 CC criu/bfd.o [2021-02-18T13:29:07.103Z] #42 ... [2021-02-18T13:29:07.103Z] [2021-02-18T13:29:07.103Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:07.103Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:07.103Z] #19 31.05 Selecting previously unselected package python3-minimal. [2021-02-18T13:29:07.103Z] #19 31.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T13:29:07.103Z] #19 31.10 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 31.11 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T13:29:07.103Z] #19 31.20 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T13:29:07.103Z] #19 31.20 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 31.21 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:07.103Z] #19 31.31 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T13:29:07.103Z] #19 31.31 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 31.32 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:07.103Z] #19 32.34 Selecting previously unselected package python3.7. [2021-02-18T13:29:07.103Z] #19 32.36 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 32.37 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:07.103Z] #19 32.47 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T13:29:07.103Z] #19 32.47 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 32.48 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:07.103Z] #19 32.62 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T13:29:07.103Z] #19 33.47 Selecting previously unselected package python3. [2021-02-18T13:29:07.103Z] #19 33.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T13:29:07.103Z] #19 33.52 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T13:29:07.103Z] #19 33.54 Unpacking python3 (3.7.3-1) ... [2021-02-18T13:29:07.103Z] #19 33.60 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T13:29:07.173Z] #19 37.53 Selecting previously unselected package xz-utils. [2021-02-18T13:29:07.173Z] #19 37.54 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T13:29:07.173Z] #19 37.56 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T13:29:07.173Z] #19 37.75 Selecting previously unselected package apparmor. [2021-02-18T13:29:07.243Z] #52 ... [2021-02-18T13:29:07.243Z] [2021-02-18T13:29:07.243Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:07.243Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:07.243Z] #42 71.66 LINK criu/pie/restorer.built-in.o [2021-02-18T13:29:07.243Z] #42 71.68 GEN criu/pie/restorer-blob.h [2021-02-18T13:29:07.243Z] #42 71.76 DEP criu/vdso.d [2021-02-18T13:29:07.362Z] #19 33.60 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:07.362Z] #19 33.61 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:07.362Z] #19 33.70 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T13:29:07.362Z] #19 33.71 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:07.362Z] #19 33.71 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:07.362Z] #19 33.81 Selecting previously unselected package libiptc0:amd64. [2021-02-18T13:29:07.362Z] #19 33.81 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:07.362Z] #19 33.82 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:07.429Z] #19 37.75 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T13:29:07.429Z] #19 37.83 Unpacking apparmor (2.13.2-10) ... [2021-02-18T13:29:07.503Z] #42 71.95 DEP criu/vdso-compat.d [2021-02-18T13:29:07.622Z] #19 33.91 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T13:29:07.622Z] #19 33.92 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T13:29:07.622Z] #19 33.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:07.622Z] #19 33.99 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T13:29:07.622Z] #19 34.00 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T13:29:07.622Z] #19 34.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:07.685Z] #19 38.22 Selecting previously unselected package aufs-tools. [2021-02-18T13:29:07.685Z] #19 38.22 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T13:29:07.685Z] #19 38.23 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:07.762Z] #42 72.08 DEP criu/uts_ns.d [2021-02-18T13:29:07.762Z] #42 72.23 DEP criu/util.d [2021-02-18T13:29:07.881Z] #19 34.09 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T13:29:07.881Z] #19 34.10 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T13:29:07.881Z] #19 34.11 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:07.881Z] #19 34.19 Selecting previously unselected package iptables. [2021-02-18T13:29:07.881Z] #19 34.19 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T13:29:07.881Z] #19 34.20 Unpacking iptables (1.8.2-4) ... [2021-02-18T13:29:07.941Z] #19 38.35 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:29:07.941Z] #19 38.35 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:29:07.941Z] #19 38.36 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:07.941Z] #19 38.48 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:29:07.941Z] #19 38.49 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:07.941Z] #19 38.50 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:08.022Z] #42 72.46 DEP criu/uffd.d [2021-02-18T13:29:08.143Z] #19 34.53 Selecting previously unselected package xxd. [2021-02-18T13:29:08.143Z] #19 34.54 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:08.143Z] #19 34.55 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:29:08.197Z] #19 38.58 Selecting previously unselected package jq. [2021-02-18T13:29:08.197Z] #19 38.59 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:08.197Z] #19 38.59 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:08.197Z] #19 38.67 Selecting previously unselected package libaio1:amd64. [2021-02-18T13:29:08.198Z] #19 38.69 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T13:29:08.198Z] #19 38.70 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:08.198Z] #19 38.75 Selecting previously unselected package libgpm2:amd64. [2021-02-18T13:29:08.198Z] #19 38.76 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T13:29:08.198Z] #19 38.77 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:08.282Z] #42 72.64 DEP criu/tun.d [2021-02-18T13:29:08.405Z] #19 34.69 Selecting previously unselected package vim-common. [2021-02-18T13:29:08.405Z] #19 34.69 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:08.405Z] #19 34.72 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:08.453Z] #19 38.85 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:29:08.453Z] #19 38.86 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:29:08.453Z] #19 38.86 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:08.516Z] #19 53.42 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T13:29:08.516Z] #19 53.43 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:08.542Z] #42 72.82 DEP criu/tty.d [2021-02-18T13:29:08.542Z] #42 73.02 DEP criu/timerfd.d [2021-02-18T13:29:08.664Z] #19 34.88 Selecting previously unselected package bash-completion. [2021-02-18T13:29:08.664Z] #19 34.89 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T13:29:08.710Z] #19 ... [2021-02-18T13:29:08.710Z] [2021-02-18T13:29:08.710Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:08.710Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:08.710Z] #42 85.64 DEP criu/cr-restore.d [2021-02-18T13:29:08.710Z] #42 86.01 DEP criu/cr-errno.d [2021-02-18T13:29:08.710Z] #42 86.04 DEP criu/cr-dump.d [2021-02-18T13:29:08.710Z] #42 86.33 DEP criu/cr-dedup.d [2021-02-18T13:29:08.710Z] #42 86.61 DEP criu/cr-check.d [2021-02-18T13:29:08.710Z] #42 86.87 DEP criu/config.d [2021-02-18T13:29:08.710Z] #42 87.17 DEP criu/clone-noasan.d [2021-02-18T13:29:08.710Z] #42 87.30 DEP criu/cgroup.d [2021-02-18T13:29:08.710Z] #42 87.49 DEP criu/cgroup-props.d [2021-02-18T13:29:08.710Z] #42 87.62 DEP criu/bitmap.d [2021-02-18T13:29:08.710Z] #42 87.65 DEP criu/bfd.d [2021-02-18T13:29:08.710Z] #42 87.79 DEP criu/autofs.d [2021-02-18T13:29:08.710Z] #42 87.96 DEP criu/aio.d [2021-02-18T13:29:08.710Z] #42 88.14 DEP criu/action-scripts.d [2021-02-18T13:29:08.710Z] #42 88.40 CC criu/action-scripts.o [2021-02-18T13:29:08.710Z] #42 88.86 CC criu/aio.o [2021-02-18T13:29:08.710Z] #42 89.39 CC criu/autofs.o [2021-02-18T13:29:08.710Z] #42 90.71 CC criu/bfd.o [2021-02-18T13:29:08.710Z] #42 91.16 CC criu/bitmap.o [2021-02-18T13:29:08.710Z] #42 91.32 CC criu/cgroup-props.o [2021-02-18T13:29:08.710Z] #42 92.11 CC criu/cgroup.o [2021-02-18T13:29:08.710Z] #42 94.80 CC criu/clone-noasan.o [2021-02-18T13:29:08.710Z] #42 94.96 CC criu/config.o [2021-02-18T13:29:08.802Z] #42 73.24 DEP criu/timens.d [2021-02-18T13:29:08.802Z] #42 ... [2021-02-18T13:29:08.802Z] [2021-02-18T13:29:08.802Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-18T13:29:08.802Z] #44 sha256:7b0f6603193ecec43a685c43ea7b15ee8580d0b7993247e8a630efb0c4d83e04 [2021-02-18T13:29:08.802Z] #44 135.9 github.com/LK4D4/vndr/godl [2021-02-18T13:29:08.802Z] #44 136.7 github.com/LK4D4/vndr [2021-02-18T13:29:08.802Z] #44 DONE 145.9s [2021-02-18T13:29:09.041Z] #19 53.87 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:09.062Z] [2021-02-18T13:29:09.062Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:09.062Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:09.062Z] #19 6.639 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-18T13:29:09.637Z] #42 96.29 CC criu/cr-check.o [2021-02-18T13:29:09.990Z] #19 54.93 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T13:29:10.566Z] #19 55.46 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:11.200Z] #19 37.59 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T13:29:11.527Z] #42 98.11 CC criu/cr-dedup.o [2021-02-18T13:29:11.527Z] #42 98.50 CC criu/cr-dump.o [2021-02-18T13:29:11.768Z] #19 37.95 Selecting previously unselected package bzip2. [2021-02-18T13:29:11.768Z] #19 37.95 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T13:29:11.768Z] #19 37.96 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:11.768Z] #19 38.05 Selecting previously unselected package xz-utils. [2021-02-18T13:29:11.768Z] #19 38.05 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T13:29:11.768Z] #19 38.06 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T13:29:11.768Z] #19 38.22 Selecting previously unselected package apparmor. [2021-02-18T13:29:11.768Z] #19 38.23 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T13:29:11.783Z] #42 ... [2021-02-18T13:29:11.783Z] [2021-02-18T13:29:11.783Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:11.783Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:11.783Z] #19 42.32 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:29:11.783Z] #19 42.32 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:29:11.783Z] #19 42.33 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:11.958Z] #19 56.60 Setting up python3-pip (18.1-5) ... [2021-02-18T13:29:11.958Z] #19 ... [2021-02-18T13:29:11.958Z] [2021-02-18T13:29:11.958Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:29:11.958Z] #52 sha256:b6a0f0f5e7ebc0c9c8e0fea323249954ad7557c365d7eca23834ce77b148e857 [2021-02-18T13:29:11.958Z] #52 66.76 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 [2021-02-18T13:29:12.027Z] #19 38.32 Unpacking apparmor (2.13.2-10) ... [2021-02-18T13:29:12.039Z] #19 42.43 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:29:12.039Z] #19 42.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:29:12.039Z] #19 42.45 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:12.039Z] #19 42.53 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:29:12.039Z] #19 42.54 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:29:12.039Z] #19 42.54 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:12.039Z] #19 42.60 Selecting previously unselected package libreadline5:amd64. [2021-02-18T13:29:12.039Z] #19 42.61 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T13:29:12.039Z] #19 42.62 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:12.286Z] #19 38.70 Selecting previously unselected package aufs-tools. [2021-02-18T13:29:12.286Z] #19 38.72 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T13:29:12.295Z] #19 42.74 Selecting previously unselected package net-tools. [2021-02-18T13:29:12.295Z] #19 42.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T13:29:12.295Z] #19 42.76 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:12.295Z] #19 42.94 Selecting previously unselected package python-pip-whl. [2021-02-18T13:29:12.356Z] #19 ... [2021-02-18T13:29:12.356Z] [2021-02-18T13:29:12.356Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:12.356Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:12.356Z] #42 73.51 DEP criu/sysfs_parse.d [2021-02-18T13:29:12.356Z] #42 73.60 DEP criu/sysctl.d [2021-02-18T13:29:12.356Z] #42 73.82 DEP criu/string.d [2021-02-18T13:29:12.356Z] #42 73.89 DEP criu/stats.d [2021-02-18T13:29:12.356Z] #42 74.00 DEP criu/sockets.d [2021-02-18T13:29:12.356Z] #42 74.28 DEP criu/sk-unix.d [2021-02-18T13:29:12.356Z] #42 74.50 DEP criu/sk-tcp.d [2021-02-18T13:29:12.356Z] #42 74.74 DEP criu/sk-queue.d [2021-02-18T13:29:12.356Z] #42 74.94 DEP criu/sk-packet.d [2021-02-18T13:29:12.356Z] #42 75.16 DEP criu/sk-netlink.d [2021-02-18T13:29:12.356Z] #42 75.42 DEP criu/sk-inet.d [2021-02-18T13:29:12.356Z] #42 75.65 DEP criu/signalfd.d [2021-02-18T13:29:12.356Z] #42 75.82 DEP criu/sigframe.d [2021-02-18T13:29:12.356Z] #42 75.98 DEP criu/shmem.d [2021-02-18T13:29:12.356Z] #42 76.18 DEP criu/servicefd.d [2021-02-18T13:29:12.356Z] #42 76.35 DEP criu/seize.d [2021-02-18T13:29:12.356Z] #42 76.58 DEP criu/seccomp.d [2021-02-18T13:29:12.356Z] #42 76.74 DEP criu/rst-malloc.d [2021-02-18T13:29:12.356Z] #42 76.82 DEP criu/rbtree.d [2021-02-18T13:29:12.356Z] #42 76.85 DEP criu/pstree.d [2021-02-18T13:29:12.546Z] #19 38.72 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:12.546Z] #19 38.89 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:29:12.546Z] #19 38.90 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:29:12.546Z] #19 38.90 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:12.552Z] #19 42.94 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T13:29:12.552Z] #19 42.95 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T13:29:12.617Z] #42 76.98 DEP criu/protobuf.d [2021-02-18T13:29:12.805Z] #19 39.04 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:29:12.805Z] #19 39.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:12.805Z] #19 39.06 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:12.805Z] #19 39.17 Selecting previously unselected package jq. [2021-02-18T13:29:12.805Z] #19 39.17 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:12.805Z] #19 39.18 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:12.805Z] #19 39.27 Selecting previously unselected package libaio1:amd64. [2021-02-18T13:29:12.805Z] #19 39.27 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T13:29:12.877Z] #42 77.15 GEN criu/protobuf-desc-gen.h [2021-02-18T13:29:13.065Z] #19 39.30 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:13.065Z] #19 39.35 Selecting previously unselected package libgpm2:amd64. [2021-02-18T13:29:13.065Z] #19 39.37 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T13:29:13.065Z] #19 39.37 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:13.065Z] #19 39.46 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:29:13.065Z] #19 39.47 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:29:13.114Z] #19 43.51 Selecting previously unselected package python3-lib2to3. [2021-02-18T13:29:13.114Z] #19 43.51 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T13:29:13.114Z] #19 43.53 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:13.114Z] #19 43.64 Selecting previously unselected package python3-distutils. [2021-02-18T13:29:13.114Z] #19 43.64 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T13:29:13.114Z] #19 43.65 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T13:29:13.324Z] #19 39.48 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:13.370Z] #19 43.78 Selecting previously unselected package python3-pip. [2021-02-18T13:29:13.370Z] #19 43.79 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T13:29:13.370Z] #19 43.79 Unpacking python3-pip (18.1-5) ... [2021-02-18T13:29:13.370Z] #19 44.03 Selecting previously unselected package python3-pkg-resources. [2021-02-18T13:29:13.370Z] #19 44.03 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:29:13.627Z] #19 44.03 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:13.882Z] #52 68.78 + mkdir -p /build [2021-02-18T13:29:13.882Z] #52 68.78 + cp runc /build/runc [2021-02-18T13:29:13.883Z] #19 44.19 Selecting previously unselected package python3-setuptools. [2021-02-18T13:29:13.883Z] #19 44.20 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T13:29:13.883Z] #19 44.20 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:13.883Z] #19 44.41 Selecting previously unselected package python3-wheel. [2021-02-18T13:29:13.883Z] #19 44.42 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T13:29:13.883Z] #19 44.42 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T13:29:14.139Z] #19 44.50 Selecting previously unselected package sudo. [2021-02-18T13:29:14.139Z] #19 44.51 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T13:29:14.139Z] #19 44.51 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:14.259Z] #42 78.75 DEP criu/protobuf-desc.d [2021-02-18T13:29:14.259Z] #42 78.86 DEP criu/proc_parse.d [2021-02-18T13:29:14.651Z] #19 45.02 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T13:29:14.651Z] #19 45.03 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T13:29:14.651Z] #19 45.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:14.829Z] #42 79.07 DEP criu/plugin.d [2021-02-18T13:29:14.829Z] #42 79.15 DEP criu/pipes.d [2021-02-18T13:29:14.830Z] #52 ... [2021-02-18T13:29:14.830Z] [2021-02-18T13:29:14.830Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:14.830Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:14.830Z] #42 96.47 CC criu/cr-service.o [2021-02-18T13:29:14.830Z] #42 97.93 CC criu/crtools.o [2021-02-18T13:29:14.830Z] #42 98.41 CC criu/eventfd.o [2021-02-18T13:29:14.830Z] #42 98.72 CC criu/eventpoll.o [2021-02-18T13:29:14.830Z] #42 99.53 CC criu/external.o [2021-02-18T13:29:14.830Z] #42 99.88 CC criu/fault-injection.o [2021-02-18T13:29:14.830Z] #42 99.97 CC criu/fdstore.o [2021-02-18T13:29:14.830Z] #42 100.3 CC criu/fifo.o [2021-02-18T13:29:14.830Z] #42 100.6 CC criu/file-ids.o [2021-02-18T13:29:14.830Z] #42 100.8 CC criu/file-lock.o [2021-02-18T13:29:14.830Z] #42 101.6 CC criu/files-ext.o [2021-02-18T13:29:14.830Z] #42 101.9 CC criu/files-reg.o [2021-02-18T13:29:14.830Z] #42 103.7 CC criu/files.o [2021-02-18T13:29:14.830Z] #42 105.4 CC criu/filesystems.o [2021-02-18T13:29:14.830Z] #42 105.9 CC criu/fsnotify.o [2021-02-18T13:29:14.830Z] #42 ... [2021-02-18T13:29:14.830Z] [2021-02-18T13:29:14.830Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:29:14.830Z] #52 sha256:b6a0f0f5e7ebc0c9c8e0fea323249954ad7557c365d7eca23834ce77b148e857 [2021-02-18T13:29:14.830Z] #52 DONE 69.9s [2021-02-18T13:29:14.830Z] [2021-02-18T13:29:14.830Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:14.830Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-18T13:29:14.830Z] #19 57.71 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:29:14.830Z] #19 57.75 Processing triggers for mime-support (3.62) ... [2021-02-18T13:29:14.830Z] #19 DONE 59.9s [2021-02-18T13:29:14.830Z] [2021-02-18T13:29:14.830Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-18T13:29:14.830Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-18T13:29:14.907Z] #19 45.32 Selecting previously unselected package uidmap. [2021-02-18T13:29:14.907Z] #19 45.34 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T13:29:14.907Z] #19 45.35 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T13:29:14.907Z] #19 45.42 Selecting previously unselected package vim-runtime. [2021-02-18T13:29:14.907Z] #19 45.42 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:14.907Z] #19 45.46 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-18T13:29:14.907Z] #19 45.49 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T13:29:14.907Z] #19 45.49 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:15.088Z] #42 79.32 DEP criu/pie-util.d [2021-02-18T13:29:15.088Z] #42 79.48 DEP criu/pie-util-vdso.d [2021-02-18T13:29:15.348Z] #42 79.66 DEP criu/pie-util-vdso-elf32.d [2021-02-18T13:29:15.348Z] #42 79.76 DEP criu/path.d [2021-02-18T13:29:15.348Z] #42 79.88 DEP criu/parasite-syscall.d [2021-02-18T13:29:15.608Z] #42 80.13 DEP criu/pagemap.d [2021-02-18T13:29:15.868Z] #42 80.29 DEP criu/pagemap-cache.d [2021-02-18T13:29:16.128Z] #42 80.49 DEP criu/page-xfer.d [2021-02-18T13:29:16.128Z] #42 80.64 DEP criu/page-pipe.d [2021-02-18T13:29:16.388Z] #42 80.76 DEP criu/netfilter.d [2021-02-18T13:29:16.564Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-18T13:29:16.564Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e92e6dff\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-18T13:29:16.564Z] ---------------------------------------------------------------------------- [2021-02-18T13:29:16.564Z] [2021-02-18T13:29:16.564Z] INFO: executeCI.ps1 starting at Thu Feb 18 13:29:14 CUT 2021 [2021-02-18T13:29:16.564Z] [2021-02-18T13:29:16.564Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-18T13:29:16.564Z] INFO: Running git version 2.24.1.windows.2 [2021-02-18T13:29:16.564Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-18T13:29:16.564Z] INFO: Environment variables: [2021-02-18T13:29:16.564Z] [2021-02-18T13:29:16.564Z] Name Value [2021-02-18T13:29:16.564Z] ---- ----- [2021-02-18T13:29:16.564Z] ALLUSERSPROFILE C:\ProgramData [2021-02-18T13:29:16.564Z] amd64 true [2021-02-18T13:29:16.564Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-18T13:29:16.564Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-18T13:29:16.564Z] arm64 true [2021-02-18T13:29:16.564Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-18T13:29:16.564Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-18T13:29:16.564Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-18T13:29:16.564Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-18T13:29:16.564Z] BRANCH_NAME PR-41974 [2021-02-18T13:29:16.564Z] BUILD_DISPLAY_NAME #6 [2021-02-18T13:29:16.564Z] BUILD_ID 6 [2021-02-18T13:29:16.564Z] BUILD_NUMBER 6 [2021-02-18T13:29:16.564Z] BUILD_TAG jenkins-moby-PR-41974-6 [2021-02-18T13:29:16.564Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/6/ [2021-02-18T13:29:16.564Z] cgroup2 true [2021-02-18T13:29:16.564Z] CHANGE_AUTHOR thaJeztah [2021-02-18T13:29:16.564Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-18T13:29:16.564Z] CHANGE_BRANCH 20.10_backport_for_linux_1169_plugins_custom_runtime-panic [2021-02-18T13:29:16.564Z] CHANGE_FORK thaJeztah/docker [2021-02-18T13:29:16.564Z] CHANGE_ID 41974 [2021-02-18T13:29:16.564Z] CHANGE_TARGET 20.10 [2021-02-18T13:29:16.564Z] CHANGE_TITLE [20.10 backport] Add shim config for custom runtimes for plugins [2021-02-18T13:29:16.564Z] CHANGE_URL https://github.com/moby/moby/pull/41974 [2021-02-18T13:29:16.564Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-18T13:29:16.564Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-18T13:29:16.564Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-18T13:29:16.564Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-18T13:29:16.564Z] COMPUTERNAME azwin-2-75e650 [2021-02-18T13:29:16.564Z] ComSpec C:\windows\system32\cmd.exe [2021-02-18T13:29:16.564Z] ConfigSequenceNumber 0 [2021-02-18T13:29:16.564Z] dco true [2021-02-18T13:29:16.564Z] DOCKER_BUILDKIT 0 [2021-02-18T13:29:16.564Z] DOCKER_DUT_DEBUG 1 [2021-02-18T13:29:16.564Z] DOCKER_EXPERIMENTAL 1 [2021-02-18T13:29:16.564Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-18T13:29:16.564Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-18T13:29:16.564Z] EXECUTOR_NUMBER 0 [2021-02-18T13:29:16.564Z] FQDN azwin-2-75e650.westus.cloudapp.azure.com [2021-02-18T13:29:16.564Z] GIT_BRANCH PR-41974 [2021-02-18T13:29:16.564Z] GIT_COMMIT a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:29:16.564Z] GIT_PREVIOUS_COMMIT 3998dbaca05f054522626e2a65f6d0354dbb6a7b [2021-02-18T13:29:16.564Z] GIT_URL https://github.com/moby/moby.git [2021-02-18T13:29:16.564Z] HUDSON_COOKIE 2f4eff52-e70e-431f-9461-4c0d16107389 [2021-02-18T13:29:16.564Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-18T13:29:16.564Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-18T13:29:16.564Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-18T13:29:16.564Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-18T13:29:16.564Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-18T13:29:16.564Z] JENKINS_NODE_COOKIE 4e5e87cf-9c83-4db0-a7f8-c4905e20cc7c [2021-02-18T13:29:16.564Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-18T13:29:16.564Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-18T13:29:16.564Z] JOB_BASE_NAME PR-41974 [2021-02-18T13:29:16.564Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/display/redirect [2021-02-18T13:29:16.564Z] JOB_NAME moby/PR-41974 [2021-02-18T13:29:16.564Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/ [2021-02-18T13:29:16.564Z] library.jps.version master [2021-02-18T13:29:16.564Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-18T13:29:16.564Z] NODE_LABELS amd64 azure azwin-2-75e650 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-18T13:29:16.564Z] NODE_NAME azwin-2-75e650 [2021-02-18T13:29:16.565Z] NUMBER_OF_PROCESSORS 4 [2021-02-18T13:29:16.565Z] OS Windows_NT [2021-02-18T13:29:16.565Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-18T13:29:16.565Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-18T13:29:16.565Z] ppc64le false [2021-02-18T13:29:16.565Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-18T13:29:16.565Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-18T13:29:16.565Z] PROCESSOR_LEVEL 6 [2021-02-18T13:29:16.565Z] PROCESSOR_REVISION 5504 [2021-02-18T13:29:16.565Z] ProgramData C:\ProgramData [2021-02-18T13:29:16.565Z] ProgramFiles C:\Program Files [2021-02-18T13:29:16.565Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-18T13:29:16.565Z] ProgramW6432 C:\Program Files [2021-02-18T13:29:16.565Z] PROMPT $P$G [2021-02-18T13:29:16.565Z] PSExecutionPolicyPreference Bypass [2021-02-18T13:29:16.565Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-18T13:29:16.565Z] PUBLIC C:\Users\Public [2021-02-18T13:29:16.565Z] rootless true [2021-02-18T13:29:16.565Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/6/display/redirect?page=artif... [2021-02-18T13:29:16.565Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/6/display/redirect?page=changes [2021-02-18T13:29:16.565Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/6/display/redirect [2021-02-18T13:29:16.565Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41974/6/display/redirect?page=tests [2021-02-18T13:29:16.565Z] s390x false [2021-02-18T13:29:16.565Z] SKIP_VALIDATION_TESTS 1 [2021-02-18T13:29:16.565Z] SOURCES_DRIVE d [2021-02-18T13:29:16.565Z] SOURCES_SUBDIR gopath [2021-02-18T13:29:16.565Z] STAGE_NAME Run tests [2021-02-18T13:29:16.565Z] SystemDrive C: [2021-02-18T13:29:16.565Z] SystemRoot C:\windows [2021-02-18T13:29:16.565Z] TEMP C:\windows\TEMP [2021-02-18T13:29:16.565Z] TESTDEBUG 0 [2021-02-18T13:29:16.565Z] TESTRUN_DRIVE d [2021-02-18T13:29:16.565Z] TESTRUN_SUBDIR CI [2021-02-18T13:29:16.565Z] TIMEOUT 120m [2021-02-18T13:29:16.565Z] TMP C:\windows\TEMP [2021-02-18T13:29:16.565Z] unit_validate true [2021-02-18T13:29:16.565Z] USERDOMAIN WORKGROUP [2021-02-18T13:29:16.565Z] USERNAME azwin-2-75e650$ [2021-02-18T13:29:16.565Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-18T13:29:16.565Z] validate_force false [2021-02-18T13:29:16.565Z] windir C:\windows [2021-02-18T13:29:16.565Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-18T13:29:16.565Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-18T13:29:16.565Z] windowsRS1 false [2021-02-18T13:29:16.565Z] windowsRS5 true [2021-02-18T13:29:16.565Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-18T13:29:16.565Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-18T13:29:16.565Z] [2021-02-18T13:29:16.565Z] [2021-02-18T13:29:16.565Z] [2021-02-18T13:29:16.565Z] INFO: Sources under d:\gopath\... [2021-02-18T13:29:16.565Z] INFO: Test run under d:\CI\... [2021-02-18T13:29:16.565Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-18T13:29:16.565Z] INFO: docker/docker repository was found [2021-02-18T13:29:16.565Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-02-18T13:29:16.565Z] ltsc2019: Pulling from windows/servercore [2021-02-18T13:29:16.565Z] 4612f6d0b889: Pulling fs layer [2021-02-18T13:29:16.565Z] db4edcf0861f: Pulling fs layer [2021-02-18T13:29:16.648Z] #42 80.91 DEP criu/net.d [2021-02-18T13:29:16.648Z] #42 81.17 DEP criu/namespaces.d [2021-02-18T13:29:16.752Z] #20 1.913 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T13:29:16.752Z] #20 1.925 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T13:29:16.752Z] #20 1.929 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T13:29:16.908Z] #42 81.35 DEP criu/mount.d [2021-02-18T13:29:17.167Z] #42 81.53 DEP criu/memfd.d [2021-02-18T13:29:17.167Z] #42 81.76 DEP criu/mem.d [2021-02-18T13:29:17.523Z] #19 43.14 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:29:17.523Z] #19 43.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:29:17.523Z] #19 43.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:17.523Z] #19 43.24 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:29:17.523Z] #19 43.26 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:29:17.523Z] #19 43.27 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:17.523Z] #19 43.37 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:29:17.523Z] #19 43.37 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:29:17.523Z] #19 43.37 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:17.523Z] #19 43.43 Selecting previously unselected package libreadline5:amd64. [2021-02-18T13:29:17.523Z] #19 43.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T13:29:17.523Z] #19 43.45 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:17.523Z] #19 43.57 Selecting previously unselected package net-tools. [2021-02-18T13:29:17.523Z] #19 43.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T13:29:17.523Z] #19 43.60 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:17.523Z] #19 43.80 Selecting previously unselected package python-pip-whl. [2021-02-18T13:29:17.523Z] #19 43.81 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T13:29:17.523Z] #19 43.82 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T13:29:17.523Z] #19 ... [2021-02-18T13:29:17.523Z] [2021-02-18T13:29:17.523Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:17.523Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:17.523Z] #42 89.97 CC criu/bitmap.o [2021-02-18T13:29:17.523Z] #42 90.11 CC criu/cgroup-props.o [2021-02-18T13:29:17.523Z] #42 90.80 CC criu/cgroup.o [2021-02-18T13:29:17.523Z] #42 93.49 CC criu/clone-noasan.o [2021-02-18T13:29:17.523Z] #42 93.68 CC criu/config.o [2021-02-18T13:29:17.523Z] #42 95.12 CC criu/cr-check.o [2021-02-18T13:29:17.524Z] #42 96.76 CC criu/cr-dedup.o [2021-02-18T13:29:17.524Z] #42 97.08 CC criu/cr-dump.o [2021-02-18T13:29:17.524Z] #42 99.60 CC criu/cr-errno.o [2021-02-18T13:29:17.524Z] #42 99.69 CC criu/cr-restore.o [2021-02-18T13:29:17.737Z] #42 81.95 DEP criu/lsm.d [2021-02-18T13:29:17.737Z] #42 82.12 DEP criu/log.d [2021-02-18T13:29:17.783Z] #42 ... [2021-02-18T13:29:17.783Z] [2021-02-18T13:29:17.783Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:17.783Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:17.783Z] #19 44.29 Selecting previously unselected package python3-lib2to3. [2021-02-18T13:29:18.004Z] #42 82.29 DEP criu/libnetlink.d [2021-02-18T13:29:18.004Z] #42 ... [2021-02-18T13:29:18.004Z] [2021-02-18T13:29:18.004Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-18T13:29:18.004Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-18T13:29:18.004Z] #31 DONE 154.5s [2021-02-18T13:29:18.004Z] [2021-02-18T13:29:18.004Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:18.004Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:18.004Z] #19 12.19 Fetched 8422 kB in 10s (877 kB/s) [2021-02-18T13:29:18.004Z] #19 12.19 Reading package lists... [2021-02-18T13:29:18.042Z] #19 44.31 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T13:29:18.042Z] #19 44.32 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:18.175Z] #19 48.47 Selecting previously unselected package vim. [2021-02-18T13:29:18.175Z] #19 48.49 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:18.175Z] #19 48.51 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T13:29:18.264Z] #19 15.70 Reading package lists... [2021-02-18T13:29:18.264Z] #19 ... [2021-02-18T13:29:18.264Z] [2021-02-18T13:29:18.264Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:18.264Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:18.264Z] #42 82.55 DEP criu/kerndat.d [2021-02-18T13:29:18.264Z] #42 82.75 DEP criu/kcmp-ids.d [2021-02-18T13:29:18.302Z] #19 44.46 Selecting previously unselected package python3-distutils. [2021-02-18T13:29:18.302Z] #19 44.47 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T13:29:18.302Z] #19 44.47 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T13:29:18.302Z] #19 44.62 Selecting previously unselected package python3-pip. [2021-02-18T13:29:18.302Z] #19 44.62 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T13:29:18.302Z] #19 44.64 Unpacking python3-pip (18.1-5) ... [2021-02-18T13:29:18.524Z] #42 82.90 DEP criu/irmap.d [2021-02-18T13:29:18.524Z] #42 83.10 DEP criu/ipc_ns.d [2021-02-18T13:29:18.561Z] #19 44.83 Selecting previously unselected package python3-pkg-resources. [2021-02-18T13:29:18.561Z] #19 44.85 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:29:18.561Z] #19 44.85 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:18.561Z] #19 45.00 Selecting previously unselected package python3-setuptools. [2021-02-18T13:29:18.738Z] #19 49.08 Selecting previously unselected package xfsprogs. [2021-02-18T13:29:18.738Z] #19 49.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T13:29:18.738Z] #19 49.10 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T13:29:18.783Z] #42 83.22 DEP criu/image.d [2021-02-18T13:29:18.783Z] #42 83.36 DEP criu/image-desc.d [2021-02-18T13:29:18.819Z] #19 45.03 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T13:29:18.819Z] #19 45.03 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:18.819Z] #19 45.21 Selecting previously unselected package python3-wheel. [2021-02-18T13:29:18.819Z] #19 45.22 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T13:29:18.819Z] #19 45.22 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T13:29:19.043Z] #42 83.45 DEP criu/fsnotify.d [2021-02-18T13:29:19.078Z] #19 45.30 Selecting previously unselected package sudo. [2021-02-18T13:29:19.078Z] #19 45.31 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T13:29:19.078Z] #19 45.32 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:19.251Z] #19 49.59 Selecting previously unselected package zip. [2021-02-18T13:29:19.251Z] #19 49.60 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T13:29:19.251Z] #19 49.60 Unpacking zip (3.0-11+b1) ... [2021-02-18T13:29:19.251Z] #19 49.80 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:19.251Z] #19 49.82 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:19.251Z] #19 49.83 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:19.251Z] #19 49.84 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:19.303Z] #42 83.61 DEP criu/filesystems.d [2021-02-18T13:29:19.303Z] #42 83.77 DEP criu/files.d [2021-02-18T13:29:19.309Z] #20 DONE 3.8s [2021-02-18T13:29:19.309Z] [2021-02-18T13:29:19.309Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:19.309Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T13:29:19.508Z] #19 49.85 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:19.508Z] #19 49.86 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:19.508Z] #19 49.87 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T13:29:19.508Z] #19 49.88 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:19.508Z] #19 49.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:19.508Z] #19 49.90 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:19.508Z] #19 49.91 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:19.508Z] #19 49.92 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:19.508Z] #19 49.93 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:29:19.508Z] #19 49.94 Setting up zip (3.0-11+b1) ... [2021-02-18T13:29:19.508Z] #19 49.95 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:19.508Z] #19 49.98 Setting up bash-completion (1:2.8-6) ... [2021-02-18T13:29:19.562Z] #42 83.97 DEP criu/files-reg.d [2021-02-18T13:29:19.571Z] #21 ... [2021-02-18T13:29:19.571Z] [2021-02-18T13:29:19.571Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:29:19.571Z] #48 sha256:631c76d54685834e2ab9fa2d69cf29f7546fae86d6e65c624de6eb9b9e8a3bc3 [2021-02-18T13:29:19.571Z] #48 166.4 + /build/golangci-lint --version [2021-02-18T13:29:19.571Z] #48 166.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T13:29:19.571Z] #48 DONE 167.0s [2021-02-18T13:29:19.646Z] #19 45.76 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T13:29:19.646Z] #19 45.77 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T13:29:19.646Z] #19 45.79 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:19.646Z] #19 46.04 Selecting previously unselected package uidmap. [2021-02-18T13:29:19.646Z] #19 46.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T13:29:19.646Z] #19 46.06 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T13:29:19.825Z] #42 84.12 DEP criu/files-ext.d [2021-02-18T13:29:19.825Z] #42 84.34 DEP criu/file-lock.d [2021-02-18T13:29:19.834Z] [2021-02-18T13:29:19.834Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:19.834Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:19.834Z] #42 106.9 CC criu/image-desc.o [2021-02-18T13:29:19.834Z] #42 107.1 CC criu/image.o [2021-02-18T13:29:19.834Z] #42 108.0 CC criu/ipc_ns.o [2021-02-18T13:29:19.834Z] #42 109.0 CC criu/irmap.o [2021-02-18T13:29:19.834Z] #42 109.8 CC criu/kcmp-ids.o [2021-02-18T13:29:19.834Z] #42 110.0 CC criu/kerndat.o [2021-02-18T13:29:19.834Z] #42 110.9 CC criu/libnetlink.o [2021-02-18T13:29:19.834Z] #42 111.2 CC criu/log.o [2021-02-18T13:29:19.834Z] #42 111.6 CC criu/lsm.o [2021-02-18T13:29:19.905Z] #19 46.19 Selecting previously unselected package vim-runtime. [2021-02-18T13:29:19.905Z] #19 46.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:19.905Z] #19 46.22 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-18T13:29:19.905Z] #19 46.26 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T13:29:19.905Z] #19 46.27 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:20.085Z] #42 84.54 DEP criu/file-ids.d [2021-02-18T13:29:20.097Z] #42 111.9 CC criu/mem.o [2021-02-18T13:29:20.345Z] #42 84.76 DEP criu/fifo.d [2021-02-18T13:29:20.345Z] #42 84.90 DEP criu/fdstore.d [2021-02-18T13:29:20.717Z] #42 85.03 DEP criu/fault-injection.d [2021-02-18T13:29:20.717Z] #42 85.11 DEP criu/external.d [2021-02-18T13:29:20.717Z] #42 85.26 DEP criu/eventpoll.d [2021-02-18T13:29:20.979Z] #42 85.42 DEP criu/eventfd.d [2021-02-18T13:29:21.239Z] #42 85.61 DEP criu/crtools.d [2021-02-18T13:29:21.239Z] #42 85.75 DEP criu/cr-service.d [2021-02-18T13:29:21.501Z] #42 85.89 DEP criu/cr-restore.d [2021-02-18T13:29:21.501Z] #55 218.8 + bin/containerd-stress [2021-02-18T13:29:21.501Z] #55 221.0 + bin/containerd-shim [2021-02-18T13:29:21.537Z] #42 113.3 CC criu/memfd.o [2021-02-18T13:29:21.761Z] #42 86.07 DEP criu/cr-errno.d [2021-02-18T13:29:21.761Z] #42 86.08 DEP criu/cr-dump.d [2021-02-18T13:29:21.761Z] #42 86.28 DEP criu/cr-dedup.d [2021-02-18T13:29:22.021Z] #42 86.47 DEP criu/cr-check.d [2021-02-18T13:29:22.112Z] #42 113.9 CC criu/mount.o [2021-02-18T13:29:22.282Z] #42 86.63 DEP criu/config.d [2021-02-18T13:29:22.541Z] #42 86.78 DEP criu/clone-noasan.d [2021-02-18T13:29:22.541Z] #42 86.87 DEP criu/cgroup.d [2021-02-18T13:29:22.541Z] #42 87.05 DEP criu/cgroup-props.d [2021-02-18T13:29:22.778Z] #19 52.82 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:22.778Z] #19 52.83 Setting up xz-utils (5.2.4-1) ... [2021-02-18T13:29:22.778Z] #19 52.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T13:29:22.778Z] #19 52.86 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:22.778Z] #19 52.95 invoke-rc.d: could not determine current runlevel [2021-02-18T13:29:22.778Z] #19 52.96 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:29:22.778Z] #19 52.97 Setting up pigz (2.4-1) ... [2021-02-18T13:29:22.778Z] #19 52.98 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:22.778Z] #19 52.99 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:22.778Z] #19 53.01 Setting up python-pip-whl (18.1-5) ... [2021-02-18T13:29:22.778Z] #19 53.02 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:22.778Z] #19 53.03 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:22.802Z] #42 87.17 DEP criu/bitmap.d [2021-02-18T13:29:22.802Z] #42 87.18 DEP criu/bfd.d [2021-02-18T13:29:22.802Z] #42 87.26 DEP criu/autofs.d [2021-02-18T13:29:23.034Z] #19 53.46 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:23.034Z] #19 53.47 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:23.034Z] #19 53.48 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:23.034Z] #19 53.51 Setting up vim (2:8.1.0875-5) ... [2021-02-18T13:29:23.034Z] #19 53.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T13:29:23.034Z] #19 53.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T13:29:23.034Z] #19 53.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T13:29:23.034Z] #19 53.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T13:29:23.034Z] #19 53.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T13:29:23.034Z] #19 53.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T13:29:23.034Z] #19 53.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T13:29:23.034Z] #19 53.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T13:29:23.034Z] #19 53.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:23.034Z] #19 53.62 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:23.034Z] #19 53.63 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:23.096Z] #42 87.38 DEP criu/aio.d [2021-02-18T13:29:23.096Z] #42 87.54 DEP criu/action-scripts.d [2021-02-18T13:29:23.196Z] #19 49.51 Selecting previously unselected package vim. [2021-02-18T13:29:23.196Z] #19 49.51 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:23.196Z] #19 49.53 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T13:29:23.291Z] #19 53.64 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:23.291Z] #19 53.65 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:23.291Z] #19 53.66 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:23.505Z] #42 ... [2021-02-18T13:29:23.505Z] [2021-02-18T13:29:23.505Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:23.505Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T13:29:23.505Z] #21 4.419 Collecting yamllint==1.16.0 [2021-02-18T13:29:23.677Z] #42 87.92 CC criu/action-scripts.o [2021-02-18T13:29:23.766Z] #19 50.08 Selecting previously unselected package xfsprogs. [2021-02-18T13:29:23.766Z] #19 50.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T13:29:23.766Z] #19 50.11 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T13:29:23.936Z] #42 88.48 CC criu/aio.o [2021-02-18T13:29:24.025Z] #19 50.50 Selecting previously unselected package zip. [2021-02-18T13:29:24.224Z] #19 ... [2021-02-18T13:29:24.224Z] [2021-02-18T13:29:24.224Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:24.224Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:24.224Z] #42 100.8 CC criu/cr-errno.o [2021-02-18T13:29:24.224Z] #42 100.9 CC criu/cr-restore.o [2021-02-18T13:29:24.224Z] #42 105.6 CC criu/cr-service.o [2021-02-18T13:29:24.224Z] #42 107.1 CC criu/crtools.o [2021-02-18T13:29:24.224Z] #42 107.8 CC criu/eventfd.o [2021-02-18T13:29:24.224Z] #42 108.2 CC criu/eventpoll.o [2021-02-18T13:29:24.224Z] #42 109.1 CC criu/external.o [2021-02-18T13:29:24.224Z] #42 109.4 CC criu/fault-injection.o [2021-02-18T13:29:24.224Z] #42 109.5 CC criu/fdstore.o [2021-02-18T13:29:24.224Z] #42 109.9 CC criu/fifo.o [2021-02-18T13:29:24.224Z] #42 110.3 CC criu/file-ids.o [2021-02-18T13:29:24.224Z] #42 110.6 CC criu/file-lock.o [2021-02-18T13:29:24.285Z] #19 50.51 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T13:29:24.285Z] #19 50.52 Unpacking zip (3.0-11+b1) ... [2021-02-18T13:29:24.285Z] #19 50.71 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:24.285Z] #19 50.74 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:24.545Z] #19 50.75 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:24.545Z] #19 50.76 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:24.545Z] #19 50.78 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:24.545Z] #19 50.79 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:24.545Z] #19 50.80 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T13:29:24.545Z] #19 50.81 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:24.545Z] #19 50.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:24.545Z] #19 50.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:24.545Z] #19 50.84 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:24.545Z] #19 50.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:24.545Z] #19 50.87 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:29:24.545Z] #19 50.89 Setting up zip (3.0-11+b1) ... [2021-02-18T13:29:24.545Z] #19 50.90 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:24.545Z] #19 50.93 Setting up bash-completion (1:2.8-6) ... [2021-02-18T13:29:24.787Z] #42 111.6 CC criu/files-ext.o [2021-02-18T13:29:24.872Z] #42 89.11 CC criu/autofs.o [2021-02-18T13:29:25.132Z] #42 ... [2021-02-18T13:29:25.132Z] [2021-02-18T13:29:25.132Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:25.132Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:25.132Z] #19 15.70 Reading package lists... [2021-02-18T13:29:25.132Z] #19 19.05 Building dependency tree... [2021-02-18T13:29:25.132Z] #19 20.55 libcap2-bin is already the newest version (1:2.25-2). [2021-02-18T13:29:25.132Z] #19 20.55 The following additional packages will be installed: [2021-02-18T13:29:25.132Z] #19 20.55 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-18T13:29:25.132Z] #19 20.55 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-18T13:29:25.132Z] #19 20.55 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-18T13:29:25.132Z] #19 20.55 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-18T13:29:25.132Z] #19 20.55 python3.7 python3.7-minimal vim-runtime xxd [2021-02-18T13:29:25.132Z] #19 20.56 Suggested packages: [2021-02-18T13:29:25.132Z] #19 20.56 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-18T13:29:25.132Z] #19 20.56 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-18T13:29:25.132Z] #19 20.56 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-18T13:29:25.132Z] #19 20.56 Recommended packages: [2021-02-18T13:29:25.132Z] #19 20.56 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-18T13:29:25.132Z] #19 20.56 python3-keyrings.alt python3-xdg unzip [2021-02-18T13:29:25.132Z] #19 22.11 The following NEW packages will be installed: [2021-02-18T13:29:25.132Z] #19 22.12 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-18T13:29:25.132Z] #19 22.12 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-18T13:29:25.132Z] #19 22.12 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-18T13:29:25.132Z] #19 22.12 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-18T13:29:25.132Z] #19 22.12 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-18T13:29:25.132Z] #19 22.12 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-18T13:29:25.132Z] #19 22.12 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-18T13:29:25.132Z] #19 22.12 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-18T13:29:25.132Z] #19 22.13 xz-utils zip [2021-02-18T13:29:25.132Z] #19 22.45 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:29:25.132Z] #19 22.45 Need to get 28.5 MB of archives. [2021-02-18T13:29:25.132Z] #19 22.45 After this operation, 116 MB of additional disk space will be used. [2021-02-18T13:29:25.132Z] #19 22.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-18T13:29:25.132Z] #19 22.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-18T13:29:25.132Z] #19 22.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-18T13:29:25.132Z] #19 22.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-18T13:29:25.132Z] #19 22.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-18T13:29:25.132Z] #19 22.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-18T13:29:25.132Z] #19 22.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-18T13:29:25.132Z] #19 22.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-18T13:29:25.132Z] #19 22.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-18T13:29:25.132Z] #19 22.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-18T13:29:25.132Z] #19 22.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-18T13:29:25.132Z] #19 22.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-18T13:29:25.132Z] #19 22.70 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-18T13:29:25.132Z] #19 22.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-18T13:29:25.132Z] #19 22.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-18T13:29:25.132Z] #19 22.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-18T13:29:25.132Z] #19 22.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-18T13:29:25.132Z] #19 22.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-18T13:29:25.132Z] #19 22.77 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-18T13:29:25.132Z] #19 22.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-18T13:29:25.132Z] #19 22.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-18T13:29:25.132Z] #19 22.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-18T13:29:25.132Z] #19 22.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-18T13:29:25.132Z] #19 22.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-18T13:29:25.132Z] #19 22.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-18T13:29:25.132Z] #19 22.91 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-18T13:29:25.132Z] #19 22.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-18T13:29:25.132Z] #19 22.94 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-18T13:29:25.132Z] #19 22.94 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-18T13:29:25.132Z] #19 23.35 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-18T13:29:25.132Z] #19 23.36 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-18T13:29:25.132Z] #19 23.36 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-18T13:29:25.132Z] #19 23.37 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-18T13:29:25.132Z] #19 23.38 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-18T13:29:25.132Z] #19 23.38 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-18T13:29:25.132Z] #19 23.44 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-18T13:29:25.132Z] #19 23.45 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-18T13:29:25.132Z] #19 23.45 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-18T13:29:25.132Z] #19 23.46 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-18T13:29:25.132Z] #19 23.47 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-18T13:29:25.132Z] #19 23.48 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-18T13:29:25.132Z] #19 23.49 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-18T13:29:25.132Z] #19 23.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-18T13:29:25.132Z] #19 23.57 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-18T13:29:25.132Z] #19 23.58 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-18T13:29:25.132Z] #19 23.96 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-18T13:29:25.132Z] #19 24.01 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-18T13:29:25.132Z] #19 24.06 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-18T13:29:25.132Z] #19 24.70 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:29:25.166Z] db4edcf0861f: Verifying Checksum [2021-02-18T13:29:25.166Z] db4edcf0861f: Download complete [2021-02-18T13:29:25.351Z] #42 112.0 CC criu/files-reg.o [2021-02-18T13:29:25.391Z] #19 24.84 Fetched 28.5 MB in 2s (14.9 MB/s) [2021-02-18T13:29:25.391Z] #19 24.91 Selecting previously unselected package pigz. [2021-02-18T13:29:25.650Z] #19 24.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-18T13:29:25.650Z] #19 24.96 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-18T13:29:25.650Z] #19 24.97 Unpacking pigz (2.4-1) ... [2021-02-18T13:29:25.650Z] #19 25.05 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-18T13:29:25.650Z] #19 25.05 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:25.650Z] #19 25.06 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:26.168Z] #19 25.49 Selecting previously unselected package python3.7-minimal. [2021-02-18T13:29:26.168Z] #19 25.50 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:26.168Z] #19 25.51 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:29:26.168Z] #19 ... [2021-02-18T13:29:26.168Z] [2021-02-18T13:29:26.168Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:26.168Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:26.168Z] #42 90.55 CC criu/bfd.o [2021-02-18T13:29:26.279Z] #42 ... [2021-02-18T13:29:26.279Z] [2021-02-18T13:29:26.279Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:26.279Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:26.279Z] #19 56.80 Setting up iptables (1.8.2-4) ... [2021-02-18T13:29:26.279Z] #19 56.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T13:29:26.279Z] #19 56.87 Setting up python3 (3.7.3-1) ... [2021-02-18T13:29:26.737Z] #42 91.09 CC criu/bitmap.o [2021-02-18T13:29:26.737Z] #42 91.27 CC criu/cgroup-props.o [2021-02-18T13:29:26.782Z] #55 228.0 + bin/containerd-shim-runc-v1 [2021-02-18T13:29:26.843Z] #19 57.25 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T13:29:27.678Z] #42 92.03 CC criu/cgroup.o [2021-02-18T13:29:27.771Z] #19 58.03 Setting up apparmor (2.13.2-10) ... [2021-02-18T13:29:27.950Z] #19 53.73 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:27.951Z] #19 53.74 Setting up xz-utils (5.2.4-1) ... [2021-02-18T13:29:27.951Z] #19 53.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T13:29:27.951Z] #19 53.82 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:27.951Z] #19 53.90 invoke-rc.d: could not determine current runlevel [2021-02-18T13:29:27.951Z] #19 53.91 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:29:27.951Z] #19 53.92 Setting up pigz (2.4-1) ... [2021-02-18T13:29:27.951Z] #19 53.94 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:27.951Z] #19 53.95 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:27.951Z] #19 53.97 Setting up python-pip-whl (18.1-5) ... [2021-02-18T13:29:27.951Z] #19 53.98 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:27.951Z] #19 53.99 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:27.951Z] #19 54.41 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:28.211Z] #19 54.42 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:28.211Z] #19 54.44 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:28.211Z] #19 54.45 Setting up vim (2:8.1.0875-5) ... [2021-02-18T13:29:28.211Z] #19 54.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T13:29:28.211Z] #19 54.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T13:29:28.211Z] #19 54.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T13:29:28.211Z] #19 54.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T13:29:28.211Z] #19 54.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T13:29:28.211Z] #19 54.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T13:29:28.211Z] #19 54.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T13:29:28.211Z] #19 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T13:29:28.211Z] #19 54.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:28.212Z] #19 54.56 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:28.212Z] #19 54.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:28.212Z] #19 54.58 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:28.212Z] #19 54.59 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:28.212Z] #19 54.60 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:28.814Z] #21 9.737 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T13:29:28.814Z] #21 9.863 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T13:29:28.814Z] #21 9.920 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T13:29:28.814Z] #21 9.984 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T13:29:29.077Z] #21 10.18 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-18T13:29:29.137Z] #19 59.71 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T13:29:29.341Z] #21 10.68 Installing build dependencies: started [2021-02-18T13:29:29.393Z] #19 59.76 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:29.650Z] #19 60.09 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:30.579Z] #19 60.95 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T13:29:30.970Z] #42 94.86 CC criu/clone-noasan.o [2021-02-18T13:29:30.970Z] #42 95.04 CC criu/config.o [2021-02-18T13:29:30.981Z] #55 232.6 + bin/containerd-shim-runc-v2 [2021-02-18T13:29:31.142Z] #19 61.53 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:31.512Z] #19 57.58 Setting up iptables (1.8.2-4) ... [2021-02-18T13:29:31.512Z] #19 57.60 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.60 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.61 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.62 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.62 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.63 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T13:29:31.512Z] #19 57.66 Setting up python3 (3.7.3-1) ... [2021-02-18T13:29:31.512Z] #19 58.07 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T13:29:31.512Z] #19 ... [2021-02-18T13:29:31.512Z] [2021-02-18T13:29:31.512Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:31.512Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:31.512Z] #42 104.2 CC criu/cr-service.o [2021-02-18T13:29:31.512Z] #42 105.7 CC criu/crtools.o [2021-02-18T13:29:31.512Z] #42 106.3 CC criu/eventfd.o [2021-02-18T13:29:31.512Z] #42 106.7 CC criu/eventpoll.o [2021-02-18T13:29:31.512Z] #42 107.6 CC criu/external.o [2021-02-18T13:29:31.512Z] #42 108.1 CC criu/fault-injection.o [2021-02-18T13:29:31.512Z] #42 108.2 CC criu/fdstore.o [2021-02-18T13:29:31.512Z] #42 108.5 CC criu/fifo.o [2021-02-18T13:29:31.512Z] #42 109.0 CC criu/file-ids.o [2021-02-18T13:29:31.512Z] #42 109.3 CC criu/file-lock.o [2021-02-18T13:29:31.512Z] #42 110.4 CC criu/files-ext.o [2021-02-18T13:29:31.512Z] #42 110.7 CC criu/files-reg.o [2021-02-18T13:29:31.512Z] #42 113.1 CC criu/files.o [2021-02-18T13:29:31.540Z] #42 ... [2021-02-18T13:29:31.540Z] [2021-02-18T13:29:31.540Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:31.540Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:31.540Z] #19 26.29 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:31.540Z] #19 26.32 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-18T13:29:31.540Z] #19 28.31 Selecting previously unselected package python3-minimal. [2021-02-18T13:29:31.540Z] #19 28.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-18T13:29:31.540Z] #19 28.36 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 28.37 Unpacking python3-minimal (3.7.3-1) ... [2021-02-18T13:29:31.540Z] #19 28.45 Selecting previously unselected package libmpdec2:amd64. [2021-02-18T13:29:31.540Z] #19 28.45 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 28.47 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:31.540Z] #19 28.60 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-18T13:29:31.540Z] #19 28.62 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 28.63 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:31.540Z] #19 29.61 Selecting previously unselected package python3.7. [2021-02-18T13:29:31.540Z] #19 29.62 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 29.63 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:31.540Z] #19 29.80 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T13:29:31.540Z] #19 29.82 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 29.83 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:31.540Z] #19 29.96 Setting up python3-minimal (3.7.3-1) ... [2021-02-18T13:29:31.540Z] #19 30.83 Selecting previously unselected package python3. [2021-02-18T13:29:31.540Z] #19 30.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-18T13:29:31.540Z] #19 30.88 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 30.89 Unpacking python3 (3.7.3-1) ... [2021-02-18T13:29:31.540Z] #19 30.99 Selecting previously unselected package libip4tc0:amd64. [2021-02-18T13:29:31.540Z] #19 31.00 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:31.540Z] #19 31.01 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:31.540Z] #19 31.09 Selecting previously unselected package libip6tc0:amd64. [2021-02-18T13:29:31.799Z] #19 31.09 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:31.799Z] #19 31.09 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:31.799Z] #19 31.18 Selecting previously unselected package libiptc0:amd64. [2021-02-18T13:29:31.799Z] #19 31.18 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-18T13:29:31.799Z] #19 31.20 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:31.799Z] #19 31.28 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-18T13:29:31.799Z] #19 31.28 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-18T13:29:31.799Z] #19 31.29 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:31.799Z] #19 31.37 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-18T13:29:31.799Z] #19 31.37 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-18T13:29:31.799Z] #19 31.38 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:31.799Z] #19 ... [2021-02-18T13:29:31.799Z] [2021-02-18T13:29:31.799Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:31.799Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:31.799Z] #42 96.41 CC criu/cr-check.o [2021-02-18T13:29:31.898Z] #21 ... [2021-02-18T13:29:31.898Z] [2021-02-18T13:29:31.898Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:31.898Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:31.898Z] #42 116.5 CC criu/namespaces.o [2021-02-18T13:29:31.898Z] #42 117.7 CC criu/net.o [2021-02-18T13:29:31.898Z] #42 119.8 CC criu/netfilter.o [2021-02-18T13:29:31.898Z] #42 120.0 CC criu/page-pipe.o [2021-02-18T13:29:31.898Z] #42 120.5 CC criu/page-xfer.o [2021-02-18T13:29:31.898Z] #42 121.7 CC criu/pagemap-cache.o [2021-02-18T13:29:31.898Z] #42 122.0 CC criu/pagemap.o [2021-02-18T13:29:31.898Z] #42 122.7 CC criu/parasite-syscall.o [2021-02-18T13:29:31.898Z] #42 123.3 CC criu/path.o [2021-02-18T13:29:31.898Z] #42 123.6 CC criu/pie-util-vdso.o [2021-02-18T13:29:31.898Z] #42 123.8 CC criu/pie-util.o [2021-02-18T13:29:31.921Z] #55 233.7 + binaries [2021-02-18T13:29:31.921Z] #55 233.7 + install -D bin/containerd /build/containerd [2021-02-18T13:29:31.921Z] #55 233.7 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T13:29:32.070Z] #19 ... [2021-02-18T13:29:32.070Z] [2021-02-18T13:29:32.070Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:32.070Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:32.070Z] #39 187.3 + dpkg --print-architecture [2021-02-18T13:29:32.070Z] #39 187.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T13:29:32.161Z] #42 124.0 CC criu/pipes.o [2021-02-18T13:29:32.180Z] #55 233.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T13:29:32.180Z] #55 233.7 + install -D bin/ctr /build/ctr [2021-02-18T13:29:32.456Z] #42 ... [2021-02-18T13:29:32.456Z] [2021-02-18T13:29:32.456Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:32.456Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:32.456Z] #19 58.88 Setting up apparmor (2.13.2-10) ... [2021-02-18T13:29:32.736Z] #42 124.5 CC criu/plugin.o [2021-02-18T13:29:32.888Z] #39 188.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T13:29:32.888Z] #39 188.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T13:29:32.998Z] #42 124.7 CC criu/proc_parse.o [2021-02-18T13:29:33.706Z] #42 98.13 CC criu/cr-dedup.o [2021-02-18T13:29:33.944Z] #42 ... [2021-02-18T13:29:33.944Z] [2021-02-18T13:29:33.944Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:29:33.944Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:29:33.944Z] #55 141.8 + bin/containerd [2021-02-18T13:29:33.965Z] #42 98.54 CC criu/cr-dump.o [2021-02-18T13:29:34.086Z] #55 DONE 235.8s [2021-02-18T13:29:34.255Z] #39 ... [2021-02-18T13:29:34.255Z] [2021-02-18T13:29:34.255Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:34.255Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:34.255Z] #19 62.73 Setting up python3-pip (18.1-5) ... [2021-02-18T13:29:34.255Z] #19 63.83 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:29:34.255Z] #19 63.86 Processing triggers for mime-support (3.62) ... [2021-02-18T13:29:34.255Z] #19 DONE 64.7s [2021-02-18T13:29:34.255Z] [2021-02-18T13:29:34.255Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-18T13:29:34.255Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T13:29:34.356Z] #19 60.59 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T13:29:34.356Z] #19 60.60 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:34.614Z] #19 61.02 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:35.025Z] [2021-02-18T13:29:35.025Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T13:29:35.025Z] #56 sha256:5a509958d7359b0081ad49d1e4bc43b1f9d04eeff250369104e9efac9608f76d [2021-02-18T13:29:35.185Z] #20 1.132 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T13:29:35.185Z] #20 1.132 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T13:29:35.441Z] #20 1.137 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T13:29:35.441Z] #20 DONE 1.2s [2021-02-18T13:29:35.441Z] [2021-02-18T13:29:35.441Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:35.441Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:29:35.549Z] #19 61.90 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T13:29:35.962Z] #56 DONE 1.1s [2021-02-18T13:29:35.962Z] [2021-02-18T13:29:35.962Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T13:29:35.962Z] #60 sha256:30935711e0c4da40ea859c2af8d6d1ca89e1f704dd89d86f9caabdf623429610 [2021-02-18T13:29:36.117Z] #19 62.38 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:36.504Z] #42 100.8 CC criu/cr-errno.o [2021-02-18T13:29:36.504Z] #42 100.8 CC criu/cr-restore.o [2021-02-18T13:29:36.529Z] #60 DONE 0.3s [2021-02-18T13:29:36.530Z] [2021-02-18T13:29:36.530Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T13:29:36.530Z] #62 sha256:526aad2f7ec348bfc328e0a8262d38d2793b266b33079cda125962856858512e [2021-02-18T13:29:36.789Z] #62 DONE 0.5s [2021-02-18T13:29:36.789Z] [2021-02-18T13:29:36.789Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T13:29:36.789Z] #64 sha256:2d1180294b23c211ffaabc2944d9dcb2ab2b887af3b292d4ae14e4761da82e8e [2021-02-18T13:29:37.048Z] #64 DONE 0.1s [2021-02-18T13:29:37.048Z] [2021-02-18T13:29:37.048Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T13:29:37.048Z] #65 sha256:f5c22ebe9f5a50fd7853ace90b81798a8a6568894749fd3f23881ccda9bf0118 [2021-02-18T13:29:37.048Z] #65 DONE 0.0s [2021-02-18T13:29:37.048Z] [2021-02-18T13:29:37.048Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T13:29:37.048Z] #66 sha256:8963b45408916360456ef42ae4a8bff6f404e6d0956a198935e4ba7a6893bd48 [2021-02-18T13:29:37.331Z] #21 ... [2021-02-18T13:29:37.331Z] [2021-02-18T13:29:37.331Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:37.331Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:37.331Z] #42 114.2 CC criu/files.o [2021-02-18T13:29:37.331Z] #42 116.3 CC criu/filesystems.o [2021-02-18T13:29:37.331Z] #42 117.1 CC criu/fsnotify.o [2021-02-18T13:29:37.331Z] #42 118.1 CC criu/image-desc.o [2021-02-18T13:29:37.331Z] #42 118.2 CC criu/image.o [2021-02-18T13:29:37.331Z] #42 119.1 CC criu/ipc_ns.o [2021-02-18T13:29:37.331Z] #42 120.4 CC criu/irmap.o [2021-02-18T13:29:37.331Z] #42 121.2 CC criu/kcmp-ids.o [2021-02-18T13:29:37.331Z] #42 121.7 CC criu/kerndat.o [2021-02-18T13:29:37.331Z] #42 123.0 CC criu/libnetlink.o [2021-02-18T13:29:37.331Z] #42 123.4 CC criu/log.o [2021-02-18T13:29:37.331Z] #42 123.9 CC criu/lsm.o [2021-02-18T13:29:37.442Z] #42 ... [2021-02-18T13:29:37.442Z] [2021-02-18T13:29:37.442Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:37.442Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:37.442Z] #19 31.48 Selecting previously unselected package libnftnl11:amd64. [2021-02-18T13:29:37.442Z] #19 31.48 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 31.49 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:37.442Z] #19 31.59 Selecting previously unselected package iptables. [2021-02-18T13:29:37.442Z] #19 31.60 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 31.62 Unpacking iptables (1.8.2-4) ... [2021-02-18T13:29:37.442Z] #19 31.97 Selecting previously unselected package xxd. [2021-02-18T13:29:37.442Z] #19 31.97 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 31.98 Unpacking xxd (2:8.1.0875-5) ... [2021-02-18T13:29:37.442Z] #19 32.13 Selecting previously unselected package vim-common. [2021-02-18T13:29:37.442Z] #19 32.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:37.442Z] #19 32.17 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:37.442Z] #19 32.39 Selecting previously unselected package bash-completion. [2021-02-18T13:29:37.442Z] #19 32.39 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-18T13:29:37.442Z] #19 35.22 Unpacking bash-completion (1:2.8-6) ... [2021-02-18T13:29:37.442Z] #19 35.61 Selecting previously unselected package bzip2. [2021-02-18T13:29:37.442Z] #19 35.61 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 35.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:37.442Z] #19 35.72 Selecting previously unselected package xz-utils. [2021-02-18T13:29:37.442Z] #19 35.73 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 35.74 Unpacking xz-utils (5.2.4-1) ... [2021-02-18T13:29:37.442Z] #19 35.92 Selecting previously unselected package apparmor. [2021-02-18T13:29:37.442Z] #19 35.92 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.03 Unpacking apparmor (2.13.2-10) ... [2021-02-18T13:29:37.442Z] #19 36.37 Selecting previously unselected package aufs-tools. [2021-02-18T13:29:37.442Z] #19 36.37 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.38 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:37.442Z] #19 36.50 Selecting previously unselected package libonig5:amd64. [2021-02-18T13:29:37.442Z] #19 36.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.51 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:37.442Z] #19 36.72 Selecting previously unselected package libjq1:amd64. [2021-02-18T13:29:37.442Z] #19 36.72 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.72 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:37.442Z] #19 36.84 Selecting previously unselected package jq. [2021-02-18T13:29:37.442Z] #19 36.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.86 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:37.442Z] #19 36.94 Selecting previously unselected package libaio1:amd64. [2021-02-18T13:29:37.442Z] #19 36.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-18T13:29:37.442Z] #19 36.96 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:37.442Z] #19 37.03 Selecting previously unselected package libgpm2:amd64. [2021-02-18T13:29:37.497Z] #19 63.69 Setting up python3-pip (18.1-5) ... [2021-02-18T13:29:37.589Z] #42 124.4 CC criu/mem.o [2021-02-18T13:29:37.702Z] #19 37.03 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-18T13:29:37.702Z] #19 37.05 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:37.702Z] #19 37.14 Selecting previously unselected package libicu63:amd64. [2021-02-18T13:29:37.702Z] #19 37.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-18T13:29:37.702Z] #19 37.16 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:37.987Z] #66 DONE 0.9s [2021-02-18T13:29:37.987Z] [2021-02-18T13:29:37.987Z] #67 exporting to image [2021-02-18T13:29:37.987Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T13:29:37.987Z] #67 exporting layers [2021-02-18T13:29:38.435Z] #19 64.77 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:29:38.435Z] #19 64.81 Processing triggers for mime-support (3.62) ... [2021-02-18T13:29:39.005Z] #19 ... [2021-02-18T13:29:39.005Z] [2021-02-18T13:29:39.005Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:39.005Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:39.005Z] #39 186.6 + dpkg --print-architecture [2021-02-18T13:29:39.005Z] #39 186.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T13:29:39.005Z] #39 186.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T13:29:39.005Z] #39 186.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T13:29:39.264Z] #39 ... [2021-02-18T13:29:39.264Z] [2021-02-18T13:29:39.264Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:39.264Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:39.264Z] #19 DONE 65.7s [2021-02-18T13:29:39.481Z] #42 126.3 CC criu/memfd.o [2021-02-18T13:29:39.523Z] [2021-02-18T13:29:39.523Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-18T13:29:39.523Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T13:29:40.409Z] #42 127.0 CC criu/mount.o [2021-02-18T13:29:40.464Z] #20 1.069 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T13:29:40.464Z] #20 1.074 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T13:29:40.464Z] #20 1.079 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T13:29:40.464Z] #20 DONE 1.1s [2021-02-18T13:29:40.464Z] [2021-02-18T13:29:40.464Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:40.464Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:40.464Z] #42 115.3 CC criu/filesystems.o [2021-02-18T13:29:40.464Z] #42 116.0 CC criu/fsnotify.o [2021-02-18T13:29:40.464Z] #42 117.3 CC criu/image-desc.o [2021-02-18T13:29:40.464Z] #42 117.5 CC criu/image.o [2021-02-18T13:29:40.464Z] #42 118.4 CC criu/ipc_ns.o [2021-02-18T13:29:40.464Z] #42 119.6 CC criu/irmap.o [2021-02-18T13:29:40.464Z] #42 120.3 CC criu/kcmp-ids.o [2021-02-18T13:29:40.464Z] #42 120.6 CC criu/kerndat.o [2021-02-18T13:29:40.464Z] #42 121.8 CC criu/libnetlink.o [2021-02-18T13:29:40.464Z] #42 122.6 CC criu/log.o [2021-02-18T13:29:40.464Z] #42 ... [2021-02-18T13:29:40.464Z] [2021-02-18T13:29:40.464Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:40.464Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:29:40.544Z] #55 ... [2021-02-18T13:29:40.544Z] [2021-02-18T13:29:40.544Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:40.544Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:40.544Z] #42 126.5 CC criu/protobuf-desc.o [2021-02-18T13:29:40.544Z] #42 127.2 CC criu/protobuf.o [2021-02-18T13:29:40.544Z] #42 127.5 CC criu/pstree.o [2021-02-18T13:29:40.544Z] #42 128.4 CC criu/rbtree.o [2021-02-18T13:29:40.544Z] #42 128.6 CC criu/rst-malloc.o [2021-02-18T13:29:40.544Z] #42 128.9 CC criu/seccomp.o [2021-02-18T13:29:40.544Z] #42 129.4 CC criu/seize.o [2021-02-18T13:29:40.544Z] #42 130.0 CC criu/servicefd.o [2021-02-18T13:29:40.544Z] #42 130.4 CC criu/shmem.o [2021-02-18T13:29:40.544Z] #42 131.1 CC criu/sigframe.o [2021-02-18T13:29:40.544Z] #42 131.3 CC criu/signalfd.o [2021-02-18T13:29:40.544Z] #42 131.6 CC criu/sk-inet.o [2021-02-18T13:29:40.666Z] #42 ... [2021-02-18T13:29:40.666Z] [2021-02-18T13:29:40.666Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:40.666Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:29:40.666Z] #21 5.229 Collecting yamllint==1.16.0 [2021-02-18T13:29:40.807Z] #42 132.5 CC criu/sk-netlink.o [2021-02-18T13:29:41.071Z] #42 132.9 CC criu/sk-packet.o [2021-02-18T13:29:41.900Z] #19 40.82 Selecting previously unselected package libnet1:amd64. [2021-02-18T13:29:41.900Z] #19 40.83 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-18T13:29:41.900Z] #19 40.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:41.900Z] #19 40.92 Selecting previously unselected package libnl-3-200:amd64. [2021-02-18T13:29:41.900Z] #19 40.92 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-18T13:29:41.900Z] #19 40.93 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:41.900Z] #19 41.10 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-18T13:29:41.900Z] #19 41.10 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-18T13:29:41.900Z] #19 41.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:41.900Z] #19 41.17 Selecting previously unselected package libreadline5:amd64. [2021-02-18T13:29:41.900Z] #19 41.17 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-18T13:29:41.900Z] #19 41.18 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:41.900Z] #19 41.31 Selecting previously unselected package net-tools. [2021-02-18T13:29:41.900Z] #19 41.32 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-18T13:29:41.900Z] #19 41.33 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:42.019Z] #42 133.5 CC criu/sk-queue.o [2021-02-18T13:29:42.019Z] #42 133.9 CC criu/sk-tcp.o [2021-02-18T13:29:42.160Z] #19 41.51 Selecting previously unselected package python-pip-whl. [2021-02-18T13:29:42.160Z] #19 41.52 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-18T13:29:42.160Z] #19 41.52 Unpacking python-pip-whl (18.1-5) ... [2021-02-18T13:29:42.282Z] #42 ... [2021-02-18T13:29:42.282Z] [2021-02-18T13:29:42.282Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:42.282Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T13:29:42.282Z] #21 23.60 Installing build dependencies: finished with status 'done' [2021-02-18T13:29:42.679Z] #19 42.05 Selecting previously unselected package python3-lib2to3. [2021-02-18T13:29:42.679Z] #19 42.06 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-18T13:29:42.679Z] #19 42.07 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:42.938Z] #19 42.21 Selecting previously unselected package python3-distutils. [2021-02-18T13:29:42.938Z] #19 42.22 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-18T13:29:42.938Z] #19 42.22 Unpacking python3-distutils (3.7.3-1) ... [2021-02-18T13:29:42.938Z] #19 42.39 Selecting previously unselected package python3-pip. [2021-02-18T13:29:42.938Z] #19 42.39 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-18T13:29:42.938Z] #19 42.40 Unpacking python3-pip (18.1-5) ... [2021-02-18T13:29:43.197Z] #19 42.57 Selecting previously unselected package python3-pkg-resources. [2021-02-18T13:29:43.197Z] #19 42.58 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-18T13:29:43.197Z] #19 42.59 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:43.197Z] #19 42.74 Selecting previously unselected package python3-setuptools. [2021-02-18T13:29:43.197Z] #19 42.74 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-18T13:29:43.457Z] #19 42.74 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-18T13:29:43.457Z] #19 42.98 Selecting previously unselected package python3-wheel. [2021-02-18T13:29:43.457Z] #19 42.99 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-18T13:29:43.457Z] #19 43.00 Unpacking python3-wheel (0.32.3-2) ... [2021-02-18T13:29:43.717Z] #19 43.08 Selecting previously unselected package sudo. [2021-02-18T13:29:43.717Z] #19 43.08 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-18T13:29:43.717Z] #19 43.09 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:44.286Z] #19 43.60 Selecting previously unselected package thin-provisioning-tools. [2021-02-18T13:29:44.286Z] #19 43.61 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-18T13:29:44.286Z] #19 43.61 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:44.286Z] #19 43.85 Selecting previously unselected package uidmap. [2021-02-18T13:29:44.546Z] #19 43.85 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-18T13:29:44.546Z] #19 43.87 Unpacking uidmap (1:4.5-1.1) ... [2021-02-18T13:29:44.546Z] #19 43.98 Selecting previously unselected package vim-runtime. [2021-02-18T13:29:44.546Z] #19 43.98 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-18T13:29:44.546Z] #19 44.02 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-18T13:29:44.546Z] #19 44.05 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-18T13:29:44.546Z] #19 44.06 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:44.561Z] #67 exporting layers 6.9s done [2021-02-18T13:29:44.561Z] #67 writing image sha256:79fe4952bbf9489e52f1956ecaac9668a6e12964dbb389c28e23abc2879a5258 done [2021-02-18T13:29:44.561Z] #67 naming to docker.io/library/docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a done [2021-02-18T13:29:44.561Z] #67 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-18T13:29:44.913Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/validate/default [2021-02-18T13:29:45.598Z] #21 ... [2021-02-18T13:29:45.598Z] [2021-02-18T13:29:45.598Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-18T13:29:45.598Z] #23 sha256:00734e42b0f714b9aeb430dda1db95c6baa4ac108e4a752277d5cd5d0c6ea2c4 [2021-02-18T13:29:45.598Z] #23 191.7 + return [2021-02-18T13:29:45.598Z] #23 DONE 192.8s [2021-02-18T13:29:45.598Z] [2021-02-18T13:29:45.598Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:45.598Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:45.598Z] #42 134.3 CC criu/sk-unix.o [2021-02-18T13:29:45.598Z] #42 135.9 CC criu/sockets.o [2021-02-18T13:29:45.598Z] #42 136.6 CC criu/stats.o [2021-02-18T13:29:45.598Z] #42 136.9 CC criu/string.o [2021-02-18T13:29:45.598Z] #42 137.0 CC criu/sysctl.o [2021-02-18T13:29:45.731Z] #21 5.067 Collecting yamllint==1.16.0 [2021-02-18T13:29:45.852Z] Congratulations! All commits are properly signed with the DCO! [2021-02-18T13:29:45.860Z] #42 137.6 CC criu/sysfs_parse.o [2021-02-18T13:29:45.913Z] #21 10.61 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T13:29:46.123Z] #42 137.9 CC criu/timens.o [2021-02-18T13:29:46.170Z] #21 10.71 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T13:29:46.387Z] #42 138.2 CC criu/timerfd.o [2021-02-18T13:29:46.421Z] Congratulations! Seccomp profile generation is done correctly. [2021-02-18T13:29:46.421Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-18T13:29:46.426Z] #21 10.90 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T13:29:46.682Z] #21 11.18 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T13:29:46.682Z] #21 11.23 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T13:29:46.682Z] #21 11.29 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T13:29:46.962Z] #42 138.5 CC criu/tty.o [2021-02-18T13:29:47.246Z] #21 11.71 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T13:29:47.502Z] #21 DONE 12.1s [2021-02-18T13:29:47.502Z] [2021-02-18T13:29:47.502Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:47.502Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:47.502Z] #42 130.5 CC criu/namespaces.o [2021-02-18T13:29:47.502Z] #42 132.4 CC criu/net.o [2021-02-18T13:29:47.631Z] #21 ... [2021-02-18T13:29:47.631Z] [2021-02-18T13:29:47.631Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:47.631Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:47.631Z] #42 123.4 CC criu/lsm.o [2021-02-18T13:29:47.631Z] #42 123.9 CC criu/mem.o [2021-02-18T13:29:47.631Z] #42 125.7 CC criu/memfd.o [2021-02-18T13:29:47.631Z] #42 126.4 CC criu/mount.o [2021-02-18T13:29:47.631Z] #42 130.3 CC criu/namespaces.o [2021-02-18T13:29:47.759Z] #42 ... [2021-02-18T13:29:47.759Z] [2021-02-18T13:29:47.759Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T13:29:47.759Z] #24 sha256:0159a9d0ae5b66e7d5440e7fc4032e218374ce959830058104b8f92794115afd [2021-02-18T13:29:47.759Z] #24 DONE 0.3s [2021-02-18T13:29:47.838Z] #19 47.20 Selecting previously unselected package vim. [2021-02-18T13:29:47.838Z] #19 47.20 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-18T13:29:47.838Z] #19 47.23 Unpacking vim (2:8.1.0875-5) ... [2021-02-18T13:29:48.015Z] [2021-02-18T13:29:48.015Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:29:48.015Z] #29 sha256:10747dce6988c720ead9c3f8d68dbeba012981c7bc6457a4f57408669817f415 [2021-02-18T13:29:48.356Z] #42 140.2 CC criu/tun.o [2021-02-18T13:29:48.406Z] #19 47.86 Selecting previously unselected package xfsprogs. [2021-02-18T13:29:48.406Z] #19 47.86 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-18T13:29:48.406Z] #19 47.87 Unpacking xfsprogs (4.20.0-1) ... [2021-02-18T13:29:48.932Z] #42 140.7 CC criu/uffd.o [2021-02-18T13:29:48.979Z] #19 48.33 Selecting previously unselected package zip. [2021-02-18T13:29:48.979Z] #19 48.34 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-18T13:29:48.979Z] #19 48.36 Unpacking zip (3.0-11+b1) ... [2021-02-18T13:29:48.979Z] #19 48.56 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-18T13:29:48.979Z] #19 48.60 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-18T13:29:49.193Z] #42 ... [2021-02-18T13:29:49.193Z] [2021-02-18T13:29:49.193Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:49.193Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-18T13:29:49.193Z] #21 28.61 Building wheels for collected packages: pyyaml [2021-02-18T13:29:49.193Z] #21 28.61 Running setup.py bdist_wheel for pyyaml: started [2021-02-18T13:29:49.193Z] #21 29.70 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-18T13:29:49.193Z] #21 29.70 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-18T13:29:49.193Z] #21 29.83 Successfully built pyyaml [2021-02-18T13:29:49.193Z] #21 29.84 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-18T13:29:49.193Z] #21 30.10 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T13:29:49.193Z] #21 DONE 30.4s [2021-02-18T13:29:49.193Z] [2021-02-18T13:29:49.193Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T13:29:49.193Z] #24 sha256:9c90db20a88eb18daa1f348a5945474c1a4183cc34025093eb04831cbb426f54 [2021-02-18T13:29:49.239Z] #19 48.61 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:49.239Z] #19 48.63 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-18T13:29:49.239Z] #19 48.64 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-18T13:29:49.239Z] #19 48.66 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:49.239Z] #19 48.67 Setting up uidmap (1:4.5-1.1) ... [2021-02-18T13:29:49.239Z] #19 48.69 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-18T13:29:49.239Z] #19 48.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-18T13:29:49.239Z] #19 48.72 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-18T13:29:49.239Z] #19 48.74 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-18T13:29:49.239Z] #19 48.75 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-18T13:29:49.239Z] #19 48.77 Setting up xxd (2:8.1.0875-5) ... [2021-02-18T13:29:49.239Z] #19 48.79 Setting up zip (3.0-11+b1) ... [2021-02-18T13:29:49.239Z] #19 48.83 Setting up vim-common (2:8.1.0875-5) ... [2021-02-18T13:29:49.498Z] #19 48.86 Setting up bash-completion (1:2.8-6) ... [2021-02-18T13:29:49.532Z] #42 131.9 CC criu/net.o [2021-02-18T13:29:50.140Z] #24 DONE 0.9s [2021-02-18T13:29:50.140Z] [2021-02-18T13:29:50.140Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:50.140Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:50.140Z] #42 141.7 CC criu/util.o [2021-02-18T13:29:50.353Z] 4612f6d0b889: Verifying Checksum [2021-02-18T13:29:50.353Z] 4612f6d0b889: Download complete [2021-02-18T13:29:50.878Z] #19 ... [2021-02-18T13:29:50.878Z] [2021-02-18T13:29:50.878Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:50.878Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:50.878Z] #42 105.1 CC criu/cr-service.o [2021-02-18T13:29:50.878Z] #42 106.7 CC criu/crtools.o [2021-02-18T13:29:50.878Z] #42 107.3 CC criu/eventfd.o [2021-02-18T13:29:50.878Z] #42 107.6 CC criu/eventpoll.o [2021-02-18T13:29:50.878Z] #42 108.5 CC criu/external.o [2021-02-18T13:29:50.878Z] #42 108.8 CC criu/fault-injection.o [2021-02-18T13:29:50.878Z] #42 108.9 CC criu/fdstore.o [2021-02-18T13:29:50.878Z] #42 109.2 CC criu/fifo.o [2021-02-18T13:29:50.878Z] #42 109.7 CC criu/file-ids.o [2021-02-18T13:29:50.878Z] #42 110.1 CC criu/file-lock.o [2021-02-18T13:29:50.878Z] #42 111.2 CC criu/files-ext.o [2021-02-18T13:29:50.878Z] #42 111.6 CC criu/files-reg.o [2021-02-18T13:29:50.878Z] #42 113.7 CC criu/files.o [2021-02-18T13:29:50.910Z] #42 ... [2021-02-18T13:29:50.910Z] [2021-02-18T13:29:50.910Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:29:50.910Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:29:50.910Z] #21 10.42 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T13:29:50.910Z] #21 10.52 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T13:29:51.085Z] #42 142.9 CC criu/uts_ns.o [2021-02-18T13:29:51.169Z] #21 10.73 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T13:29:51.348Z] #42 143.0 CC criu/vdso.o [2021-02-18T13:29:51.446Z] #42 115.8 CC criu/filesystems.o [2021-02-18T13:29:51.737Z] #21 11.06 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T13:29:51.737Z] #21 11.12 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T13:29:51.737Z] #21 11.18 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-18T13:29:51.923Z] #42 143.5 LINK criu/built-in.o [2021-02-18T13:29:51.923Z] #42 143.6 LINK criu/criu [2021-02-18T13:29:51.997Z] #21 11.50 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T13:29:52.015Z] #42 ... [2021-02-18T13:29:52.015Z] [2021-02-18T13:29:52.016Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:52.016Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:52.016Z] #39 188.4 + dpkg --print-architecture [2021-02-18T13:29:52.016Z] #39 188.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-18T13:29:52.185Z] #42 144.0 DEP lib/c/criu.d [2021-02-18T13:29:52.190Z] #29 DONE 4.0s [2021-02-18T13:29:52.190Z] [2021-02-18T13:29:52.190Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:29:52.190Z] #32 sha256:95bd0613dde113015ea8bb4d46654cbe1f040a568ff3f57ff5489259bac8e793 [2021-02-18T13:29:52.190Z] #32 DONE 0.3s [2021-02-18T13:29:52.190Z] [2021-02-18T13:29:52.190Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T13:29:52.190Z] #34 sha256:8f6eca3aad829d58d06cb76c2d7d170aa7b9860a9b6112de66d6674ca44403ee [2021-02-18T13:29:52.190Z] #34 DONE 0.1s [2021-02-18T13:29:52.190Z] [2021-02-18T13:29:52.190Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:52.190Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:52.190Z] #42 136.1 CC criu/netfilter.o [2021-02-18T13:29:52.190Z] #42 136.4 CC criu/page-pipe.o [2021-02-18T13:29:52.190Z] #42 137.0 CC criu/page-xfer.o [2021-02-18T13:29:52.190Z] #42 138.4 CC criu/pagemap-cache.o [2021-02-18T13:29:52.190Z] #42 138.9 CC criu/pagemap.o [2021-02-18T13:29:52.257Z] #21 DONE 11.9s [2021-02-18T13:29:52.257Z] [2021-02-18T13:29:52.257Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T13:29:52.257Z] #24 sha256:2422404f953deb1c157f486ef7f7088f14c50141c914369436513be4c8ffb5e3 [2021-02-18T13:29:52.275Z] #39 188.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-18T13:29:52.275Z] #39 188.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-18T13:29:52.449Z] #42 144.1 CC images/rpc.pb-c.o [2021-02-18T13:29:52.450Z] #42 ... [2021-02-18T13:29:52.450Z] [2021-02-18T13:29:52.450Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T13:29:52.450Z] #37 sha256:273f7f13fa79f5a97b2d95933a119e88f6b70ea87fa89c30d2ddc2b508a738ae [2021-02-18T13:29:52.450Z] #37 DONE 0.1s [2021-02-18T13:29:52.450Z] [2021-02-18T13:29:52.450Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:52.450Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:52.517Z] #24 DONE 0.2s [2021-02-18T13:29:52.517Z] [2021-02-18T13:29:52.517Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:29:52.517Z] #29 sha256:5ad0589b17c38cabe21779fb9be46867a4079f23d134db35cd6986a04f5ae1d2 [2021-02-18T13:29:52.712Z] #42 144.6 CC lib/c/criu.o [2021-02-18T13:29:53.013Z] #39 ... [2021-02-18T13:29:53.013Z] [2021-02-18T13:29:53.013Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:53.013Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:53.013Z] #42 139.8 CC criu/parasite-syscall.o [2021-02-18T13:29:53.941Z] #42 140.7 CC criu/path.o [2021-02-18T13:29:53.941Z] #42 140.9 CC criu/pie-util-vdso-elf32.o [2021-02-18T13:29:54.105Z] #42 145.6 LINK lib/c/built-in.o [2021-02-18T13:29:54.105Z] #42 145.6 LINK lib/c/libcriu.so [2021-02-18T13:29:54.105Z] #42 145.6 LINK lib/c/libcriu.a [2021-02-18T13:29:54.105Z] #42 145.7 GEN magic.py [2021-02-18T13:29:54.105Z] #42 145.9 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:29:54.105Z] #42 145.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:29:54.105Z] #42 145.9 Note: Building without GnuTLS support [2021-02-18T13:29:54.105Z] #42 145.9 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:29:54.105Z] #42 145.9 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:29:54.869Z] #42 141.4 CC criu/pie-util-vdso.o [2021-02-18T13:29:54.869Z] #42 141.7 CC criu/pie-util.o [2021-02-18T13:29:55.053Z] #42 146.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:29:55.125Z] #42 142.0 CC criu/pipes.o [2021-02-18T13:29:55.315Z] #42 ... [2021-02-18T13:29:55.315Z] [2021-02-18T13:29:55.315Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:29:55.315Z] #29 sha256:8fa218c5dc3e01f0416ee25537322a621823b677b930d24be0fb044503efcd2d [2021-02-18T13:29:55.315Z] #29 DONE 5.3s [2021-02-18T13:29:55.315Z] [2021-02-18T13:29:55.315Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:29:55.315Z] #32 sha256:4208f7ed101a1696ecbb8537f07971eea24e86c0ea1250ecaa4e27f19f5c14b0 [2021-02-18T13:29:55.728Z] #42 142.7 CC criu/plugin.o [2021-02-18T13:29:55.888Z] #32 DONE 0.5s [2021-02-18T13:29:55.888Z] [2021-02-18T13:29:55.888Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T13:29:55.888Z] #34 sha256:09a58e7308519c7fbfdcee3c1c80819887d6f7c96890cdc0df14797696532f31 [2021-02-18T13:29:55.888Z] #34 DONE 0.1s [2021-02-18T13:29:55.888Z] [2021-02-18T13:29:55.888Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T13:29:55.888Z] #37 sha256:8516323dfe4e62c71e9a044a87859bbf1d750cf17c14d0cad9e0bec399b1d19f [2021-02-18T13:29:56.151Z] #37 DONE 0.1s [2021-02-18T13:29:56.151Z] [2021-02-18T13:29:56.151Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T13:29:56.151Z] #40 sha256:da8984a7fb8cdb5d2acd02355b2e0191352e6cb38915169eb76ca04524efbac6 [2021-02-18T13:29:56.313Z] #42 143.0 CC criu/proc_parse.o [2021-02-18T13:29:56.409Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-02-18T13:29:56.409Z] Congratulations! All API changes are done the right way. [2021-02-18T13:29:56.409Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-18T13:29:56.409Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-18T13:29:56.409Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-18T13:29:56.669Z] Congratulations! No new tests were added to integration-cli. [2021-02-18T13:29:56.669Z] [2021-02-18T13:29:56.669Z] INFO Start validation with golang-ci-lint [2021-02-18T13:29:56.669Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-18T13:29:56.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T13:29:56.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-18T13:29:56.712Z] #29 DONE 4.3s [2021-02-18T13:29:56.712Z] [2021-02-18T13:29:56.712Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:56.712Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:56.712Z] #42 135.4 CC criu/netfilter.o [2021-02-18T13:29:56.712Z] #42 135.9 CC criu/page-pipe.o [2021-02-18T13:29:56.712Z] #42 136.5 CC criu/page-xfer.o [2021-02-18T13:29:56.712Z] #42 137.9 CC criu/pagemap-cache.o [2021-02-18T13:29:56.712Z] #42 138.2 CC criu/pagemap.o [2021-02-18T13:29:56.712Z] #42 138.9 CC criu/parasite-syscall.o [2021-02-18T13:29:56.727Z] #40 DONE 0.6s [2021-02-18T13:29:56.727Z] [2021-02-18T13:29:56.727Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:56.727Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-18T13:29:56.727Z] #42 147.5 make[1]: Nothing to be done for 'all'. [2021-02-18T13:29:56.727Z] #42 148.3 make[1]: 'images/built-in.o' is up to date. [2021-02-18T13:29:56.727Z] #42 148.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T13:29:56.727Z] #42 148.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T13:29:56.727Z] #42 148.4 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T13:29:56.727Z] #42 148.5 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T13:29:56.727Z] #42 148.6 make[1]: Nothing to be done for 'all'. [2021-02-18T13:29:56.727Z] #42 148.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:29:56.880Z] #42 ... [2021-02-18T13:29:56.880Z] [2021-02-18T13:29:56.880Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:29:56.880Z] #52 sha256:eea8fff51316129df7074fbefb3de5f1b8c22b9ff95dc519fc943229e5abb272 [2021-02-18T13:29:56.880Z] #52 92.20 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 [2021-02-18T13:29:56.880Z] #52 94.41 + mkdir -p /build [2021-02-18T13:29:56.880Z] #52 94.42 + cp runc /build/runc [2021-02-18T13:29:56.880Z] #52 DONE 94.8s [2021-02-18T13:29:56.880Z] [2021-02-18T13:29:56.880Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:56.880Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:56.973Z] #42 ... [2021-02-18T13:29:56.973Z] [2021-02-18T13:29:56.973Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:29:56.973Z] #32 sha256:72cd84e49a3204787c675c4e5c725c8338da3150a76c76cb639f2799312a7222 [2021-02-18T13:29:56.973Z] #32 DONE 0.3s [2021-02-18T13:29:56.990Z] #42 148.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:56.990Z] #42 148.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.232Z] [2021-02-18T13:29:57.233Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T13:29:57.233Z] #34 sha256:9d0ac56cd02ce27480efa9dee542c4747c784952fb3ad01d148821dfbbd2f742 [2021-02-18T13:29:57.233Z] #34 DONE 0.1s [2021-02-18T13:29:57.233Z] [2021-02-18T13:29:57.233Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T13:29:57.233Z] #37 sha256:2ac666f0e58b782ac0cfc08c7c1d68f7d05fe3832c01e2ad3dd9fa3bef0f62e1 [2021-02-18T13:29:57.253Z] #42 149.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.253Z] #42 149.1 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.253Z] #42 149.2 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.492Z] #37 DONE 0.1s [2021-02-18T13:29:57.492Z] [2021-02-18T13:29:57.492Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:57.492Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:57.492Z] #42 139.9 CC criu/path.o [2021-02-18T13:29:57.515Z] #42 149.3 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.515Z] #42 149.4 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.515Z] #42 149.5 make[2]: Nothing to be done for 'all'. [2021-02-18T13:29:57.553Z] #39 ... [2021-02-18T13:29:57.553Z] [2021-02-18T13:29:57.553Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:29:57.553Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:29:57.553Z] #19 51.59 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-18T13:29:57.553Z] #19 51.63 Setting up xz-utils (5.2.4-1) ... [2021-02-18T13:29:57.553Z] #19 51.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-18T13:29:57.553Z] #19 51.66 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-18T13:29:57.553Z] #19 51.76 invoke-rc.d: could not determine current runlevel [2021-02-18T13:29:57.553Z] #19 51.77 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:29:57.553Z] #19 51.78 Setting up pigz (2.4-1) ... [2021-02-18T13:29:57.553Z] #19 51.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-18T13:29:57.553Z] #19 51.81 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-18T13:29:57.553Z] #19 51.86 Setting up python-pip-whl (18.1-5) ... [2021-02-18T13:29:57.553Z] #19 51.87 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-18T13:29:57.553Z] #19 51.89 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-18T13:29:57.553Z] #19 52.34 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-18T13:29:57.553Z] #19 52.35 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-18T13:29:57.553Z] #19 52.36 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:57.553Z] #19 52.38 Setting up vim (2:8.1.0875-5) ... [2021-02-18T13:29:57.553Z] #19 52.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-18T13:29:57.553Z] #19 52.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-18T13:29:57.553Z] #19 52.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-18T13:29:57.553Z] #19 52.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-18T13:29:57.553Z] #19 52.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-18T13:29:57.553Z] #19 52.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-18T13:29:57.553Z] #19 52.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-18T13:29:57.553Z] #19 52.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-18T13:29:57.553Z] #19 52.49 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-18T13:29:57.553Z] #19 52.51 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-18T13:29:57.553Z] #19 52.53 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-18T13:29:57.553Z] #19 52.54 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-18T13:29:57.553Z] #19 52.55 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-18T13:29:57.553Z] #19 52.56 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-18T13:29:57.553Z] #19 55.42 Setting up iptables (1.8.2-4) ... [2021-02-18T13:29:57.553Z] #19 55.43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.46 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-18T13:29:57.553Z] #19 55.48 Setting up python3 (3.7.3-1) ... [2021-02-18T13:29:57.553Z] #19 55.95 Setting up python3-wheel (0.32.3-2) ... [2021-02-18T13:29:57.553Z] #19 56.69 Setting up apparmor (2.13.2-10) ... [2021-02-18T13:29:57.751Z] #42 140.2 CC criu/pie-util-vdso-elf32.o [2021-02-18T13:29:57.776Z] #42 149.5 INSTALL criu/criu [2021-02-18T13:29:58.011Z] #42 140.7 CC criu/pie-util-vdso.o [2021-02-18T13:29:58.055Z] #42 DONE 149.7s [2021-02-18T13:29:58.055Z] [2021-02-18T13:29:58.055Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:29:58.055Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:29:58.578Z] #42 141.1 CC criu/pie-util.o [2021-02-18T13:29:58.784Z] #39 ... [2021-02-18T13:29:58.784Z] [2021-02-18T13:29:58.784Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:58.784Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:58.784Z] #42 145.6 CC criu/protobuf-desc.o [2021-02-18T13:29:58.838Z] #42 141.4 CC criu/pipes.o [2021-02-18T13:29:58.933Z] #19 58.41 Setting up xfsprogs (4.20.0-1) ... [2021-02-18T13:29:58.933Z] #19 58.42 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-18T13:29:59.455Z] #55 ... [2021-02-18T13:29:59.455Z] [2021-02-18T13:29:59.455Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T13:29:59.455Z] #43 sha256:6b7c2ad7b5275219b580304b5708da2d20061ba6d843c931345684e51290c8a2 [2021-02-18T13:29:59.504Z] #19 58.85 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-18T13:29:59.712Z] #42 146.5 CC criu/protobuf.o [2021-02-18T13:29:59.717Z] #43 DONE 0.2s [2021-02-18T13:29:59.717Z] [2021-02-18T13:29:59.717Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T13:29:59.717Z] #45 sha256:74ad657b19c9dd0ae29b033c2895f8d641d0a21b28d1e0ecf32d10917e771d3d [2021-02-18T13:29:59.776Z] #42 142.1 CC criu/plugin.o [2021-02-18T13:29:59.776Z] #42 142.5 CC criu/proc_parse.o [2021-02-18T13:29:59.968Z] #42 ... [2021-02-18T13:29:59.968Z] [2021-02-18T13:29:59.968Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:29:59.968Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:29:59.968Z] #39 DONE 215.0s [2021-02-18T13:29:59.968Z] [2021-02-18T13:29:59.968Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:29:59.968Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:29:59.968Z] #42 146.9 CC criu/pstree.o [2021-02-18T13:30:00.292Z] #45 DONE 0.6s [2021-02-18T13:30:00.292Z] [2021-02-18T13:30:00.292Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T13:30:00.292Z] #47 sha256:50bef92c5b213eaf8defe04260ef45b3f4f138a6748a5b186f780f0ad6183f43 [2021-02-18T13:30:00.332Z] #19 59.70 Setting up python3-distutils (3.7.3-1) ... [2021-02-18T13:30:00.554Z] #47 DONE 0.2s [2021-02-18T13:30:00.554Z] [2021-02-18T13:30:00.554Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T13:30:00.554Z] #49 sha256:01d02fa4be898d74bd1b905c716f10d58cb0a7d98965b39bdd7a8f82f0216b0e [2021-02-18T13:30:00.592Z] #19 60.14 Setting up python3-setuptools (40.8.0-1) ... [2021-02-18T13:30:00.713Z] #42 ... [2021-02-18T13:30:00.713Z] [2021-02-18T13:30:00.713Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:30:00.713Z] #52 sha256:32454ecc42a70bde1e418848fc32c1608ced5523a747e787ad602ca511518b99 [2021-02-18T13:30:00.713Z] #52 91.91 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 [2021-02-18T13:30:00.713Z] #52 93.96 + mkdir -p /build [2021-02-18T13:30:00.713Z] #52 93.96 + cp runc /build/runc [2021-02-18T13:30:00.713Z] #52 DONE 94.5s [2021-02-18T13:30:00.713Z] [2021-02-18T13:30:00.713Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:00.713Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:01.335Z] #42 148.1 CC criu/rbtree.o [2021-02-18T13:30:01.335Z] #42 148.3 CC criu/rst-malloc.o [2021-02-18T13:30:01.499Z] #49 DONE 1.1s [2021-02-18T13:30:01.499Z] [2021-02-18T13:30:01.499Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:01.499Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:30:01.760Z] #55 ... [2021-02-18T13:30:01.760Z] [2021-02-18T13:30:01.760Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T13:30:01.760Z] #51 sha256:d0b4345c1014a27e602358f1ace5d5e47bd9bd8fe341881626f0a560cc106d40 [2021-02-18T13:30:01.760Z] #51 DONE 0.1s [2021-02-18T13:30:01.760Z] [2021-02-18T13:30:01.760Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T13:30:01.760Z] #53 sha256:915f7a0b18432c821264d9e0cd24d7dc34672e3b8d449216f78c89c198c7b8a8 [2021-02-18T13:30:01.898Z] #42 148.5 CC criu/seccomp.o [2021-02-18T13:30:01.971Z] #19 61.32 Setting up python3-pip (18.1-5) ... [2021-02-18T13:30:02.154Z] #42 149.0 CC criu/seize.o [2021-02-18T13:30:02.231Z] #19 ... [2021-02-18T13:30:02.231Z] [2021-02-18T13:30:02.231Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:02.231Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:02.231Z] #42 116.6 CC criu/fsnotify.o [2021-02-18T13:30:02.231Z] #42 117.7 CC criu/image-desc.o [2021-02-18T13:30:02.231Z] #42 117.9 CC criu/image.o [2021-02-18T13:30:02.231Z] #42 118.8 CC criu/ipc_ns.o [2021-02-18T13:30:02.231Z] #42 120.1 CC criu/irmap.o [2021-02-18T13:30:02.231Z] #42 120.8 CC criu/kcmp-ids.o [2021-02-18T13:30:02.231Z] #42 121.2 CC criu/kerndat.o [2021-02-18T13:30:02.231Z] #42 122.2 CC criu/libnetlink.o [2021-02-18T13:30:02.231Z] #42 122.5 CC criu/log.o [2021-02-18T13:30:02.231Z] #42 123.1 CC criu/lsm.o [2021-02-18T13:30:02.231Z] #42 123.5 CC criu/mem.o [2021-02-18T13:30:02.231Z] #42 125.3 CC criu/memfd.o [2021-02-18T13:30:02.231Z] #42 126.0 CC criu/mount.o [2021-02-18T13:30:02.333Z] #53 DONE 0.5s [2021-02-18T13:30:02.333Z] [2021-02-18T13:30:02.333Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:02.333Z] #55 sha256:9496e925f7c5373e12318567f2eef7d5f4544cdf92a45636fac4bd0eb00faa88 [2021-02-18T13:30:02.412Z] #42 ... [2021-02-18T13:30:02.412Z] [2021-02-18T13:30:02.412Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T13:30:02.412Z] #40 sha256:96d36f83ffd1a84d671ab94559fd83e1a4c20a58e9dea3058171a37e4951096a [2021-02-18T13:30:02.412Z] #40 DONE 0.7s [2021-02-18T13:30:02.412Z] [2021-02-18T13:30:02.412Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:02.412Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:02.621Z] #42 145.2 CC criu/protobuf-desc.o [2021-02-18T13:30:02.669Z] #42 149.6 CC criu/servicefd.o [2021-02-18T13:30:03.172Z] #42 ... [2021-02-18T13:30:03.172Z] [2021-02-18T13:30:03.173Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-18T13:30:03.173Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-18T13:30:03.173Z] #19 62.49 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:30:03.173Z] #19 62.53 Processing triggers for mime-support (3.62) ... [2021-02-18T13:30:03.189Z] #42 145.9 CC criu/protobuf.o [2021-02-18T13:30:03.231Z] #42 149.9 CC criu/shmem.o [2021-02-18T13:30:03.434Z] #19 DONE 63.1s [2021-02-18T13:30:03.434Z] [2021-02-18T13:30:03.434Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:30:03.434Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:30:03.449Z] #42 146.1 CC criu/pstree.o [2021-02-18T13:30:03.697Z] #48 ... [2021-02-18T13:30:03.697Z] [2021-02-18T13:30:03.698Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-18T13:30:03.698Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-18T13:30:03.708Z] #42 ... [2021-02-18T13:30:03.708Z] [2021-02-18T13:30:03.708Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:30:03.708Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:30:03.708Z] #39 DONE 214.7s [2021-02-18T13:30:03.708Z] [2021-02-18T13:30:03.708Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:30:03.708Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:30:03.793Z] #42 150.6 CC criu/sigframe.o [2021-02-18T13:30:03.793Z] #42 150.7 CC criu/signalfd.o [2021-02-18T13:30:04.050Z] #42 150.9 CC criu/sk-inet.o [2021-02-18T13:30:04.646Z] #48 ... [2021-02-18T13:30:04.646Z] [2021-02-18T13:30:04.646Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:04.646Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:04.646Z] #42 147.3 CC criu/rbtree.o [2021-02-18T13:30:04.906Z] #42 147.5 CC criu/rst-malloc.o [2021-02-18T13:30:04.978Z] #42 151.6 CC criu/sk-netlink.o [2021-02-18T13:30:05.165Z] #42 147.7 CC criu/seccomp.o [2021-02-18T13:30:05.235Z] #42 151.9 CC criu/sk-packet.o [2021-02-18T13:30:05.425Z] #42 ... [2021-02-18T13:30:05.425Z] [2021-02-18T13:30:05.425Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T13:30:05.425Z] #40 sha256:792610bc6cc68aa03a4c213f4e02b0c9eaecef5b6275d8e8aaf245e6bdf311e1 [2021-02-18T13:30:05.425Z] #40 DONE 0.7s [2021-02-18T13:30:05.425Z] [2021-02-18T13:30:05.425Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:05.425Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:05.425Z] #42 148.1 CC criu/seize.o [2021-02-18T13:30:05.491Z] #42 152.3 CC criu/sk-queue.o [2021-02-18T13:30:05.606Z] #20 1.995 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-18T13:30:05.606Z] #20 1.999 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-18T13:30:05.606Z] #20 2.003 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-18T13:30:05.606Z] #20 DONE 2.1s [2021-02-18T13:30:05.606Z] [2021-02-18T13:30:05.606Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:05.606Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:05.746Z] #42 152.6 CC criu/sk-tcp.o [2021-02-18T13:30:05.746Z] #42 ... [2021-02-18T13:30:05.746Z] [2021-02-18T13:30:05.746Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:30:05.746Z] #48 sha256:75fa797522b82dc0838ec49910c0700d74b8c346b376323736629ee770d06586 [2021-02-18T13:30:05.746Z] #48 220.8 + /build/golangci-lint --version [2021-02-18T13:30:05.746Z] #48 221.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T13:30:05.746Z] #48 DONE 221.6s [2021-02-18T13:30:05.866Z] #42 ... [2021-02-18T13:30:05.866Z] [2021-02-18T13:30:05.866Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:30:05.866Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:30:06.002Z] [2021-02-18T13:30:06.002Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:06.002Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:06.257Z] #42 153.0 CC criu/sk-unix.o [2021-02-18T13:30:06.363Z] #42 148.7 CC criu/servicefd.o [2021-02-18T13:30:06.363Z] #42 149.0 CC criu/shmem.o [2021-02-18T13:30:07.315Z] #42 149.7 CC criu/sigframe.o [2021-02-18T13:30:07.315Z] #42 149.8 CC criu/signalfd.o [2021-02-18T13:30:07.574Z] #42 150.0 CC criu/sk-inet.o [2021-02-18T13:30:07.574Z] #42 ... [2021-02-18T13:30:07.574Z] [2021-02-18T13:30:07.574Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:30:07.574Z] #48 sha256:5c22f8bdbf2382292954784b21696516558a6134f81a031f2d0e26af31810e10 [2021-02-18T13:30:07.574Z] #48 219.1 + /build/golangci-lint --version [2021-02-18T13:30:07.574Z] #48 219.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T13:30:07.574Z] #48 DONE 219.5s [2021-02-18T13:30:07.619Z] #42 154.2 CC criu/sockets.o [2021-02-18T13:30:07.834Z] [2021-02-18T13:30:07.834Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:07.834Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:07.875Z] #42 154.6 CC criu/stats.o [2021-02-18T13:30:07.875Z] #42 154.8 CC criu/string.o [2021-02-18T13:30:07.875Z] #42 154.8 CC criu/sysctl.o [2021-02-18T13:30:08.131Z] #42 155.1 CC criu/sysfs_parse.o [2021-02-18T13:30:08.403Z] #42 150.8 CC criu/sk-netlink.o [2021-02-18T13:30:08.662Z] #42 151.1 CC criu/sk-packet.o [2021-02-18T13:30:08.691Z] #42 155.3 CC criu/timens.o [2021-02-18T13:30:08.691Z] #42 155.5 CC criu/timerfd.o [2021-02-18T13:30:08.921Z] #42 151.6 CC criu/sk-queue.o [2021-02-18T13:30:08.946Z] #42 155.7 CC criu/tty.o [2021-02-18T13:30:09.489Z] #42 152.0 CC criu/sk-tcp.o [2021-02-18T13:30:09.748Z] #42 152.3 CC criu/sk-unix.o [2021-02-18T13:30:09.873Z] #42 156.6 CC criu/tun.o [2021-02-18T13:30:09.873Z] #42 156.8 CC criu/uffd.o [2021-02-18T13:30:10.435Z] #42 157.4 CC criu/util.o [2021-02-18T13:30:10.685Z] #42 153.2 CC criu/sockets.o [2021-02-18T13:30:10.945Z] #42 153.6 CC criu/stats.o [2021-02-18T13:30:11.205Z] #42 153.8 CC criu/string.o [2021-02-18T13:30:11.205Z] #42 153.9 CC criu/sysctl.o [2021-02-18T13:30:11.363Z] #42 158.2 CC criu/uts_ns.o [2021-02-18T13:30:11.464Z] #42 154.2 CC criu/sysfs_parse.o [2021-02-18T13:30:11.620Z] #42 158.4 CC criu/vdso-compat.o [2021-02-18T13:30:11.620Z] #42 158.5 CC criu/vdso.o [2021-02-18T13:30:11.729Z] #42 154.4 CC criu/timens.o [2021-02-18T13:30:11.988Z] #42 154.6 CC criu/timerfd.o [2021-02-18T13:30:11.988Z] #42 154.8 CC criu/tty.o [2021-02-18T13:30:12.183Z] #42 158.8 LINK criu/built-in.o [2021-02-18T13:30:12.183Z] #42 158.9 LINK criu/criu [2021-02-18T13:30:12.183Z] #42 159.2 DEP lib/c/criu.d [2021-02-18T13:30:12.183Z] #42 159.2 CC images/rpc.pb-c.o [2021-02-18T13:30:12.439Z] #21 6.157 Collecting yamllint==1.16.0 [2021-02-18T13:30:12.699Z] #21 ... [2021-02-18T13:30:12.699Z] [2021-02-18T13:30:12.699Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:12.699Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:12.699Z] #42 130.6 CC criu/namespaces.o [2021-02-18T13:30:12.699Z] #42 132.5 CC criu/net.o [2021-02-18T13:30:12.699Z] #42 136.2 CC criu/netfilter.o [2021-02-18T13:30:12.699Z] #42 136.6 CC criu/page-pipe.o [2021-02-18T13:30:12.699Z] #42 137.1 CC criu/page-xfer.o [2021-02-18T13:30:12.746Z] #42 159.5 CC lib/c/criu.o [2021-02-18T13:30:13.309Z] #42 160.0 LINK lib/c/built-in.o [2021-02-18T13:30:13.309Z] #42 160.1 LINK lib/c/libcriu.so [2021-02-18T13:30:13.309Z] #42 160.1 LINK lib/c/libcriu.a [2021-02-18T13:30:13.309Z] #42 160.1 GEN magic.py [2021-02-18T13:30:13.367Z] #42 155.7 CC criu/tun.o [2021-02-18T13:30:13.367Z] #42 155.9 CC criu/uffd.o [2021-02-18T13:30:13.567Z] #42 160.2 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:30:13.567Z] #42 160.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:30:13.567Z] #42 160.2 Note: Building without GnuTLS support [2021-02-18T13:30:13.567Z] #42 160.2 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:30:13.567Z] #42 160.2 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:30:13.823Z] #42 160.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:30:13.937Z] #42 156.6 CC criu/util.o [2021-02-18T13:30:14.079Z] #42 161.1 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:14.642Z] #42 161.5 make[1]: 'images/built-in.o' is up to date. [2021-02-18T13:30:14.642Z] #42 161.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T13:30:14.642Z] #42 161.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T13:30:14.642Z] #42 161.5 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T13:30:14.642Z] #42 161.6 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T13:30:14.642Z] #42 161.6 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:14.642Z] #42 161.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:30:14.642Z] #42 161.7 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:14.656Z] #42 138.7 CC criu/pagemap-cache.o [2021-02-18T13:30:14.656Z] #42 139.1 CC criu/pagemap.o [2021-02-18T13:30:14.874Z] #42 157.2 CC criu/uts_ns.o [2021-02-18T13:30:14.874Z] #42 157.3 CC criu/vdso-compat.o [2021-02-18T13:30:14.874Z] #42 157.5 CC criu/vdso.o [2021-02-18T13:30:14.901Z] #42 161.7 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:14.901Z] #42 161.7 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:14.901Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:14.901Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:15.134Z] #42 157.8 LINK criu/built-in.o [2021-02-18T13:30:15.134Z] #42 157.9 LINK criu/criu [2021-02-18T13:30:15.157Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:15.157Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:15.157Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:15.157Z] #42 161.9 INSTALL criu/criu [2021-02-18T13:30:15.393Z] #42 158.1 DEP lib/c/criu.d [2021-02-18T13:30:15.393Z] #42 158.1 CC images/rpc.pb-c.o [2021-02-18T13:30:15.413Z] #42 DONE 162.2s [2021-02-18T13:30:15.413Z] [2021-02-18T13:30:15.413Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:15.413Z] #55 sha256:987114d2c554d720f6725a786251168661a6802a8697e366fbfb8b330b0f04fc [2021-02-18T13:30:15.593Z] #42 140.0 CC criu/parasite-syscall.o [2021-02-18T13:30:15.852Z] #42 ... [2021-02-18T13:30:15.852Z] [2021-02-18T13:30:15.852Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-18T13:30:15.852Z] #52 sha256:828736c8eba745f1976be3ffaea4a73207d9a6be5b3838ee7b129c4dbe66c664 [2021-02-18T13:30:15.852Z] #52 92.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 contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-18T13:30:15.962Z] #42 158.4 CC lib/c/criu.o [2021-02-18T13:30:16.530Z] #42 159.0 LINK lib/c/built-in.o [2021-02-18T13:30:16.530Z] #42 159.0 LINK lib/c/libcriu.so [2021-02-18T13:30:16.530Z] #42 159.0 LINK lib/c/libcriu.a [2021-02-18T13:30:16.530Z] #42 159.1 GEN magic.py [2021-02-18T13:30:16.530Z] #42 159.2 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:30:16.530Z] #42 159.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:30:16.530Z] #42 159.2 Note: Building without GnuTLS support [2021-02-18T13:30:16.530Z] #42 159.2 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:30:16.530Z] #42 159.2 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:30:16.780Z] #55 ... [2021-02-18T13:30:16.780Z] [2021-02-18T13:30:16.780Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T13:30:16.780Z] #43 sha256:f81e52d0c30a9c5580f8a72882ac76acc2bd8085e4cae35040ff35b2ab3dc072 [2021-02-18T13:30:16.780Z] #43 DONE 0.1s [2021-02-18T13:30:16.780Z] [2021-02-18T13:30:16.780Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T13:30:16.780Z] #45 sha256:dbb120e735e180fef6d84f385eec9005ca6e2d7c4f1a6f2d36927bf596f98adb [2021-02-18T13:30:17.037Z] #45 DONE 0.2s [2021-02-18T13:30:17.037Z] [2021-02-18T13:30:17.037Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T13:30:17.037Z] #47 sha256:c4f4a8677e533c1140942d9cdc940c01b049edcf8c4fa8a77438bbe693e3af81 [2021-02-18T13:30:17.037Z] #47 DONE 0.2s [2021-02-18T13:30:17.037Z] [2021-02-18T13:30:17.037Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T13:30:17.037Z] #49 sha256:ec67e12639bb7c577c1f044bb36f459c05d820095101b9faa7e36c241de452f6 [2021-02-18T13:30:17.099Z] #42 159.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:30:17.239Z] #55 183.5 + bin/containerd-stress [2021-02-18T13:30:17.600Z] #49 DONE 0.3s [2021-02-18T13:30:17.600Z] [2021-02-18T13:30:17.600Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T13:30:17.600Z] #51 sha256:e443098a300e15e97a32eccf89842f4be445e768a0d88d935237fa2702fa9ed2 [2021-02-18T13:30:17.600Z] #51 DONE 0.1s [2021-02-18T13:30:17.600Z] [2021-02-18T13:30:17.600Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:17.600Z] #55 sha256:987114d2c554d720f6725a786251168661a6802a8697e366fbfb8b330b0f04fc [2021-02-18T13:30:17.600Z] #55 ... [2021-02-18T13:30:17.600Z] [2021-02-18T13:30:17.600Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T13:30:17.600Z] #53 sha256:fd4a861e1353ec771ad108eff33750d1c3e84c6b8f2fc788881eb90ec53c0a70 [2021-02-18T13:30:17.667Z] #42 160.1 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:17.926Z] #42 160.5 make[1]: 'images/built-in.o' is up to date. [2021-02-18T13:30:17.926Z] #42 160.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T13:30:17.926Z] #42 160.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T13:30:17.926Z] #42 160.6 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T13:30:17.926Z] #42 160.6 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T13:30:18.160Z] #53 DONE 0.5s [2021-02-18T13:30:18.160Z] [2021-02-18T13:30:18.160Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:18.160Z] #55 sha256:987114d2c554d720f6725a786251168661a6802a8697e366fbfb8b330b0f04fc [2021-02-18T13:30:18.160Z] #55 188.9 + bin/containerd [2021-02-18T13:30:18.185Z] #42 160.6 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:18.185Z] #42 160.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:30:18.185Z] #42 160.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.185Z] #42 160.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.185Z] #42 160.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.185Z] #42 160.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.385Z] #52 94.42 + mkdir -p /build [2021-02-18T13:30:18.385Z] #52 94.42 + cp runc /build/runc [2021-02-18T13:30:18.445Z] #42 160.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.445Z] #42 160.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.445Z] #42 161.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.445Z] #42 161.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:18.445Z] #42 161.0 INSTALL criu/criu [2021-02-18T13:30:18.623Z] #55 186.6 + bin/containerd-shim [2021-02-18T13:30:18.704Z] #42 DONE 161.3s [2021-02-18T13:30:18.704Z] [2021-02-18T13:30:18.704Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:18.704Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:30:18.960Z] #52 DONE 95.3s [2021-02-18T13:30:18.960Z] [2021-02-18T13:30:18.960Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-18T13:30:18.960Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-18T13:30:18.960Z] #21 11.52 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-18T13:30:18.960Z] #21 11.63 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-18T13:30:18.960Z] #21 11.67 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-18T13:30:18.960Z] #21 11.72 Collecting pyyaml (from yamllint==1.16.0) [2021-02-18T13:30:18.960Z] #21 11.95 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-18T13:30:18.960Z] #21 12.25 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-18T13:30:18.960Z] #21 12.67 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-18T13:30:18.960Z] #21 DONE 13.1s [2021-02-18T13:30:18.960Z] [2021-02-18T13:30:18.960Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-18T13:30:18.960Z] #24 sha256:dcda02df0182b89551081f0ad08f6c7dd4b04f4c3ef3a9454db7a3ee87dea941 [2021-02-18T13:30:19.643Z] #55 ... [2021-02-18T13:30:19.643Z] [2021-02-18T13:30:19.643Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T13:30:19.643Z] #43 sha256:5dee19b3afd0d11bbebb44649e95eff447c853fe9b54b6393ca8dc5645d34bbb [2021-02-18T13:30:19.643Z] #43 DONE 0.1s [2021-02-18T13:30:19.643Z] [2021-02-18T13:30:19.643Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T13:30:19.643Z] #45 sha256:59fd9edf99ed19c8e106cf3d426311d1a6d98798216f0942593e356db0263899 [2021-02-18T13:30:19.898Z] #24 DONE 0.9s [2021-02-18T13:30:19.898Z] [2021-02-18T13:30:19.898Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:30:19.898Z] #29 sha256:f637d8d372b17071ae63621d17ce66c30ac7e0179237656b58cf05a513849003 [2021-02-18T13:30:19.902Z] #45 DONE 0.2s [2021-02-18T13:30:19.902Z] [2021-02-18T13:30:19.902Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:19.902Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:30:19.902Z] #55 ... [2021-02-18T13:30:19.902Z] [2021-02-18T13:30:19.902Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T13:30:19.902Z] #47 sha256:f2374ccafdeaba8e3cdb7f6293dc8c8c3b799b563faafaacbf12935ee2d954a0 [2021-02-18T13:30:19.902Z] #47 DONE 0.1s [2021-02-18T13:30:19.902Z] [2021-02-18T13:30:19.902Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T13:30:19.902Z] #49 sha256:81c88970b397878019bc189972337b471c9dc288f27e8ddce512e6e74b1ff9f0 [2021-02-18T13:30:20.469Z] #49 DONE 0.5s [2021-02-18T13:30:20.469Z] [2021-02-18T13:30:20.469Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T13:30:20.469Z] #51 sha256:c2cda101eea6ad61de597f2024a29a7c67b531a5e222101560686707a2b03c80 [2021-02-18T13:30:20.469Z] #51 DONE 0.1s [2021-02-18T13:30:20.469Z] [2021-02-18T13:30:20.469Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:20.469Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:30:20.469Z] #55 ... [2021-02-18T13:30:20.469Z] [2021-02-18T13:30:20.469Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T13:30:20.469Z] #53 sha256:e4788b3d6a7ec4d9e73f308da8ba2a0c800bef5d9f7ee9da80d9f4f3c70e5d46 [2021-02-18T13:30:20.727Z] #53 DONE 0.4s [2021-02-18T13:30:20.727Z] [2021-02-18T13:30:20.727Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:20.727Z] #55 sha256:dceb7acb710489475c2990eca3f8b7ee2af9445b9c342fbb39c0b4a4001cc0a4 [2021-02-18T13:30:21.702Z] #55 187.2 + bin/containerd [2021-02-18T13:30:25.170Z] #29 ... [2021-02-18T13:30:25.170Z] [2021-02-18T13:30:25.170Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-18T13:30:25.170Z] #48 sha256:7e0e48bd83b181edf629952f33f0dbd60a9d685cfb012e1b23b6cee64bf7bdde [2021-02-18T13:30:25.170Z] #48 222.1 + /build/golangci-lint --version [2021-02-18T13:30:25.218Z] #55 192.2 + bin/containerd-shim-runc-v1 [2021-02-18T13:30:25.428Z] #48 222.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-18T13:30:25.999Z] #48 DONE 223.0s [2021-02-18T13:30:25.999Z] [2021-02-18T13:30:25.999Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-18T13:30:25.999Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-18T13:30:25.999Z] #39 DONE 222.5s [2021-02-18T13:30:25.999Z] [2021-02-18T13:30:25.999Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-18T13:30:25.999Z] #29 sha256:f637d8d372b17071ae63621d17ce66c30ac7e0179237656b58cf05a513849003 [2021-02-18T13:30:25.999Z] #29 DONE 6.3s [2021-02-18T13:30:25.999Z] [2021-02-18T13:30:25.999Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:30:25.999Z] #32 sha256:6d410cbfd557e991736ee48dcee38071534f0023781ff1f38367879d585e7a55 [2021-02-18T13:30:26.566Z] #32 ... [2021-02-18T13:30:26.566Z] [2021-02-18T13:30:26.566Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:26.566Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:26.566Z] #42 140.9 CC criu/path.o [2021-02-18T13:30:26.566Z] #42 141.2 CC criu/pie-util-vdso-elf32.o [2021-02-18T13:30:26.566Z] #42 141.6 CC criu/pie-util-vdso.o [2021-02-18T13:30:26.566Z] #42 142.1 CC criu/pie-util.o [2021-02-18T13:30:26.566Z] #42 142.4 CC criu/pipes.o [2021-02-18T13:30:26.566Z] #42 143.2 CC criu/plugin.o [2021-02-18T13:30:26.566Z] #42 143.7 CC criu/proc_parse.o [2021-02-18T13:30:26.566Z] #42 146.1 CC criu/protobuf-desc.o [2021-02-18T13:30:26.566Z] #42 146.9 CC criu/protobuf.o [2021-02-18T13:30:26.566Z] #42 147.3 CC criu/pstree.o [2021-02-18T13:30:26.566Z] #42 148.1 CC criu/rbtree.o [2021-02-18T13:30:26.566Z] #42 148.3 CC criu/rst-malloc.o [2021-02-18T13:30:26.566Z] #42 148.5 CC criu/seccomp.o [2021-02-18T13:30:26.566Z] #42 149.0 CC criu/seize.o [2021-02-18T13:30:26.566Z] #42 149.5 CC criu/servicefd.o [2021-02-18T13:30:26.566Z] #42 149.9 CC criu/shmem.o [2021-02-18T13:30:26.566Z] #42 150.4 CC criu/sigframe.o [2021-02-18T13:30:26.566Z] #42 150.5 CC criu/signalfd.o [2021-02-18T13:30:26.566Z] #42 150.7 CC criu/sk-inet.o [2021-02-18T13:30:26.566Z] #42 ... [2021-02-18T13:30:26.566Z] [2021-02-18T13:30:26.566Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-18T13:30:26.566Z] #32 sha256:6d410cbfd557e991736ee48dcee38071534f0023781ff1f38367879d585e7a55 [2021-02-18T13:30:26.566Z] #32 DONE 0.6s [2021-02-18T13:30:26.825Z] [2021-02-18T13:30:26.825Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-18T13:30:26.825Z] #34 sha256:6e199eccc6301b1f3ff72bf2c7a47521901a3e5131b3caebd631723656ae38dd [2021-02-18T13:30:27.084Z] #34 DONE 0.3s [2021-02-18T13:30:27.084Z] [2021-02-18T13:30:27.084Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:27.084Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:27.084Z] #42 151.5 CC criu/sk-netlink.o [2021-02-18T13:30:27.084Z] #42 ... [2021-02-18T13:30:27.084Z] [2021-02-18T13:30:27.084Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-18T13:30:27.084Z] #37 sha256:1045a26d445c623e6d7e84795b482b4b1c0a3caed6baa21937d4c8f224bacd79 [2021-02-18T13:30:27.084Z] #37 DONE 0.3s [2021-02-18T13:30:27.343Z] [2021-02-18T13:30:27.343Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:27.343Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:27.343Z] #42 151.8 CC criu/sk-packet.o [2021-02-18T13:30:27.910Z] #42 152.1 CC criu/sk-queue.o [2021-02-18T13:30:27.910Z] #42 152.5 CC criu/sk-tcp.o [2021-02-18T13:30:28.169Z] #42 152.8 CC criu/sk-unix.o [2021-02-18T13:30:28.538Z] #55 196.1 + bin/containerd-shim-runc-v2 [2021-02-18T13:30:29.547Z] #42 153.9 CC criu/sockets.o [2021-02-18T13:30:29.924Z] #55 197.6 + binaries [2021-02-18T13:30:29.924Z] #55 197.6 + install -D bin/containerd /build/containerd [2021-02-18T13:30:29.924Z] #55 197.6 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T13:30:29.924Z] #55 197.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T13:30:29.924Z] #55 197.7 + install -D bin/ctr /build/ctr [2021-02-18T13:30:30.115Z] #42 154.6 CC criu/stats.o [2021-02-18T13:30:30.374Z] #42 154.9 CC criu/string.o [2021-02-18T13:30:30.633Z] #42 154.9 CC criu/sysctl.o [2021-02-18T13:30:30.892Z] #42 ... [2021-02-18T13:30:30.892Z] [2021-02-18T13:30:30.892Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-18T13:30:30.892Z] #40 sha256:5f6803eb5a292a366d0a83a4cf5798d35d85d6e07f107052c480eaee024c2f5f [2021-02-18T13:30:30.892Z] #40 DONE 0.7s [2021-02-18T13:30:30.892Z] [2021-02-18T13:30:30.893Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-18T13:30:30.893Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-18T13:30:30.893Z] #42 155.2 CC criu/sysfs_parse.o [2021-02-18T13:30:30.893Z] #42 155.4 CC criu/timens.o [2021-02-18T13:30:31.154Z] #42 155.6 CC criu/timerfd.o [2021-02-18T13:30:31.413Z] #42 155.8 CC criu/tty.o [2021-02-18T13:30:32.349Z] #42 156.7 CC criu/tun.o [2021-02-18T13:30:32.608Z] #42 156.9 CC criu/uffd.o [2021-02-18T13:30:33.176Z] #42 157.6 CC criu/util.o [2021-02-18T13:30:33.745Z] #42 158.3 CC criu/uts_ns.o [2021-02-18T13:30:34.004Z] #42 158.4 CC criu/vdso-compat.o [2021-02-18T13:30:34.124Z] #55 DONE 201.2s [2021-02-18T13:30:34.264Z] #42 158.6 CC criu/vdso.o [2021-02-18T13:30:34.523Z] #42 158.9 LINK criu/built-in.o [2021-02-18T13:30:34.523Z] #42 159.0 LINK criu/criu [2021-02-18T13:30:34.698Z] [2021-02-18T13:30:34.698Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T13:30:34.698Z] #56 sha256:458c09db1326234d5be50a4b4ac4c776f207dc302e200c5860eff36aebb48b84 [2021-02-18T13:30:34.782Z] #42 159.2 DEP lib/c/criu.d [2021-02-18T13:30:34.782Z] #42 159.2 CC images/rpc.pb-c.o [2021-02-18T13:30:35.042Z] #42 159.5 CC lib/c/criu.o [2021-02-18T13:30:35.611Z] #42 160.0 LINK lib/c/built-in.o [2021-02-18T13:30:35.611Z] #42 160.0 LINK lib/c/libcriu.so [2021-02-18T13:30:35.611Z] #42 160.1 LINK lib/c/libcriu.a [2021-02-18T13:30:35.870Z] #42 160.2 GEN magic.py [2021-02-18T13:30:35.870Z] #42 160.3 Note: Building without setproctitle() and strlcpy() support. [2021-02-18T13:30:35.870Z] #42 160.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-18T13:30:35.870Z] #42 160.3 Note: Building without GnuTLS support [2021-02-18T13:30:35.870Z] #42 160.3 Makefile.config:39: Warn: you have no libnftables installed [2021-02-18T13:30:35.870Z] #42 160.3 Makefile.config:40: Warn: Building without nftables support [2021-02-18T13:30:36.439Z] #42 160.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-18T13:30:36.607Z] #56 DONE 1.9s [2021-02-18T13:30:36.607Z] [2021-02-18T13:30:36.607Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T13:30:36.607Z] #60 sha256:442a243b3a11f185976de86f8d0b71dc05721ada8303ad3f8da021b646151219 [2021-02-18T13:30:36.698Z] #42 161.2 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:37.177Z] #60 DONE 0.5s [2021-02-18T13:30:37.177Z] [2021-02-18T13:30:37.177Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T13:30:37.177Z] #62 sha256:cf0c93f8c4eb7f373b6d19e393c9d7e0b1d5094447229a2459d8f54758ef7433 [2021-02-18T13:30:37.267Z] #42 161.6 make[1]: 'images/built-in.o' is up to date. [2021-02-18T13:30:37.267Z] #42 161.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-18T13:30:37.267Z] #42 161.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-18T13:30:37.267Z] #42 161.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-18T13:30:37.267Z] #42 161.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-18T13:30:37.267Z] #42 161.7 make[1]: Nothing to be done for 'all'. [2021-02-18T13:30:37.267Z] #42 161.7 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-18T13:30:37.267Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 161.8 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 161.9 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 162.0 make[2]: Nothing to be done for 'all'. [2021-02-18T13:30:37.527Z] #42 162.1 INSTALL criu/criu [2021-02-18T13:30:37.786Z] #42 DONE 162.3s [2021-02-18T13:30:37.786Z] [2021-02-18T13:30:37.786Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:37.786Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:30:38.117Z] #62 DONE 1.0s [2021-02-18T13:30:38.117Z] [2021-02-18T13:30:38.117Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T13:30:38.117Z] #64 sha256:5beb3011637652862f66754ecbab7dcf4563758685a158e6b18786c9b01765b8 [2021-02-18T13:30:38.117Z] #64 DONE 0.1s [2021-02-18T13:30:38.117Z] [2021-02-18T13:30:38.117Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T13:30:38.117Z] #65 sha256:04374c87f2be087be6b128caba4044e5d6682b5d7be1562d74d622259f307597 [2021-02-18T13:30:38.117Z] #65 DONE 0.1s [2021-02-18T13:30:38.378Z] [2021-02-18T13:30:38.378Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T13:30:38.378Z] #66 sha256:ef007495be0c3ad0bbc845896bfa523844f1bdda28258221d960ec52f7d3074f [2021-02-18T13:30:38.723Z] #55 ... [2021-02-18T13:30:38.723Z] [2021-02-18T13:30:38.723Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-18T13:30:38.723Z] #43 sha256:37cf280c242349398b31d115be4f5e8e0b67ee406f9620a3a268ae33340cce34 [2021-02-18T13:30:38.723Z] #43 DONE 0.1s [2021-02-18T13:30:38.723Z] [2021-02-18T13:30:38.723Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:38.723Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:30:38.982Z] #55 ... [2021-02-18T13:30:38.982Z] [2021-02-18T13:30:38.982Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-18T13:30:38.982Z] #45 sha256:0f3bd06649e187eea43bfc61d14d280ac61d2f848bba82e835eae3d6563f996d [2021-02-18T13:30:39.241Z] #45 DONE 0.3s [2021-02-18T13:30:39.241Z] [2021-02-18T13:30:39.241Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:39.241Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:30:39.241Z] #55 ... [2021-02-18T13:30:39.241Z] [2021-02-18T13:30:39.241Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-18T13:30:39.241Z] #47 sha256:640a7f3611aa9abfd62ea785b0cd7c0777e479d52a77434b61d2d59ec667297e [2021-02-18T13:30:39.241Z] #47 DONE 0.1s [2021-02-18T13:30:39.500Z] [2021-02-18T13:30:39.500Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-18T13:30:39.500Z] #49 sha256:c8003b859d5c9f92ff4d605e25c3230d3e8f1e09d9b3a729e6973b29e37a4f95 [2021-02-18T13:30:40.067Z] #49 DONE 0.6s [2021-02-18T13:30:40.067Z] [2021-02-18T13:30:40.067Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-18T13:30:40.067Z] #51 sha256:d96e456b202909792f5f7312f8311792591da10d3611d4eb65f900b3d92d8444 [2021-02-18T13:30:40.067Z] #51 DONE 0.3s [2021-02-18T13:30:40.067Z] [2021-02-18T13:30:40.068Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:40.068Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:30:40.292Z] #66 DONE 1.7s [2021-02-18T13:30:40.292Z] [2021-02-18T13:30:40.292Z] #67 exporting to image [2021-02-18T13:30:40.292Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T13:30:40.292Z] #67 exporting layers [2021-02-18T13:30:40.328Z] #55 ... [2021-02-18T13:30:40.328Z] [2021-02-18T13:30:40.328Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-18T13:30:40.328Z] #53 sha256:b8d5c53a909d1b782a9a7f43b425f69fc9f819ce11621518aa788384e3f25ffc [2021-02-18T13:30:40.896Z] #53 DONE 0.6s [2021-02-18T13:30:40.896Z] [2021-02-18T13:30:40.896Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-18T13:30:40.896Z] #55 sha256:018798601636ddf2aef27b95dfb5531b1e2c6daa6481076fabf36c53b2baaf01 [2021-02-18T13:30:40.896Z] #55 187.9 + bin/containerd [2021-02-18T13:30:45.585Z] #67 exporting layers 5.7s done [2021-02-18T13:30:45.585Z] #67 writing image sha256:eb37aaaa82e25b21b1b3c267faea68fe0272c637aaf2ddae172fe6b6f02677bf done [2021-02-18T13:30:45.585Z] #67 naming to docker.io/library/docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a done [2021-02-18T13:30:45.585Z] #67 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-18T13:30:45.925Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/test/unit [2021-02-18T13:30:50.185Z] #55 216.9 + bin/containerd-stress [2021-02-18T13:30:50.185Z] #55 218.9 + bin/containerd-shim [2021-02-18T13:30:51.213Z] ? github.com/docker/docker/api [no test files] [2021-02-18T13:30:53.796Z] #55 215.6 + bin/containerd-stress [2021-02-18T13:30:53.796Z] #55 217.6 + bin/containerd-shim [2021-02-18T13:30:54.352Z] #55 225.6 + bin/containerd-shim-runc-v1 [2021-02-18T13:30:59.066Z] #55 224.3 + bin/containerd-shim-runc-v1 [2021-02-18T13:30:59.598Z] #55 230.0 + bin/containerd-shim-runc-v2 [2021-02-18T13:30:59.853Z] #55 231.1 + binaries [2021-02-18T13:31:00.110Z] #55 231.1 + install -D bin/containerd /build/containerd [2021-02-18T13:31:00.110Z] #55 231.1 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T13:31:00.110Z] #55 231.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T13:31:00.110Z] #55 231.1 + install -D bin/ctr /build/ctr [2021-02-18T13:31:01.035Z] #55 DONE 232.1s [2021-02-18T13:31:01.962Z] [2021-02-18T13:31:01.962Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T13:31:01.962Z] #56 sha256:3801c22d2a28376f9065f449270dc36819c521e15578f86b863441acb33f5692 [2021-02-18T13:31:02.887Z] #56 DONE 0.9s [2021-02-18T13:31:02.887Z] [2021-02-18T13:31:02.887Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T13:31:02.887Z] #60 sha256:6afc5fe64851ec953052c451c27f49e28c69cb8b116d4c040906bbf3a4a097a5 [2021-02-18T13:31:02.887Z] #60 DONE 0.2s [2021-02-18T13:31:02.887Z] [2021-02-18T13:31:02.887Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T13:31:02.887Z] #62 sha256:8be373d9ec03fe70f56717e4976b72e56c5f201f0d1fee751cf920e054a6e4ad [2021-02-18T13:31:03.260Z] #55 228.9 + bin/containerd-shim-runc-v2 [2021-02-18T13:31:03.447Z] #62 DONE 0.4s [2021-02-18T13:31:03.447Z] [2021-02-18T13:31:03.447Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T13:31:03.447Z] #64 sha256:bea3f65053c3ecf9ee308eb46feb01b115ceb65549d003e9c8bca7235630e12f [2021-02-18T13:31:03.447Z] #64 DONE 0.0s [2021-02-18T13:31:03.447Z] [2021-02-18T13:31:03.447Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T13:31:03.447Z] #65 sha256:e1b4e51020a2fda76ba9e5b49148620f9396c55f8465785c4a618a6292c17e12 [2021-02-18T13:31:03.447Z] #65 DONE 0.0s [2021-02-18T13:31:03.447Z] [2021-02-18T13:31:03.447Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T13:31:03.447Z] #66 sha256:3311864aeea8f67ffdb7de502fa82070c8e7b1a8b6f4e239596f1074956109be [2021-02-18T13:31:03.469Z] ok github.com/docker/docker/api/server 0.041s coverage: 9.0% of statements [2021-02-18T13:31:04.009Z] #66 DONE 0.6s [2021-02-18T13:31:04.009Z] [2021-02-18T13:31:04.009Z] #67 exporting to image [2021-02-18T13:31:04.009Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T13:31:04.009Z] #67 exporting layers [2021-02-18T13:31:04.196Z] #55 229.8 + binaries [2021-02-18T13:31:04.196Z] #55 229.8 + install -D bin/containerd /build/containerd [2021-02-18T13:31:04.196Z] #55 229.8 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T13:31:04.196Z] #55 229.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T13:31:04.196Z] #55 229.8 + install -D bin/ctr /build/ctr [2021-02-18T13:31:06.099Z] #55 DONE 231.4s [2021-02-18T13:31:06.667Z] [2021-02-18T13:31:06.667Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T13:31:06.667Z] #56 sha256:21c4de433917a095c44048ceff014d4fcfa3a10867b1da190443ea3ca593bb5b [2021-02-18T13:31:07.600Z] #56 DONE 0.8s [2021-02-18T13:31:07.600Z] [2021-02-18T13:31:07.600Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T13:31:07.600Z] #60 sha256:67980319fa3718700d4dc585d54ab9d9554c6f5bb12794d5939cc2b6ac307ea6 [2021-02-18T13:31:07.857Z] #60 DONE 0.2s [2021-02-18T13:31:07.857Z] [2021-02-18T13:31:07.857Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T13:31:07.857Z] #62 sha256:01eed4e190e5cbbbcac5459951d0c03b7dcd9b4d4c8c2d22b0419d6bb9727599 [2021-02-18T13:31:08.423Z] #62 DONE 0.4s [2021-02-18T13:31:08.423Z] [2021-02-18T13:31:08.423Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T13:31:08.423Z] #64 sha256:d64efd94e66f15ae5f2c0a82f11768897ddc39381432b4576014b70323a48a5d [2021-02-18T13:31:08.423Z] #64 DONE 0.0s [2021-02-18T13:31:08.423Z] [2021-02-18T13:31:08.423Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T13:31:08.423Z] #65 sha256:05c9530d45f4511925ddebffbfc200dcaf349b006f1e69fcbecfc308f4061128 [2021-02-18T13:31:08.423Z] #65 DONE 0.0s [2021-02-18T13:31:08.423Z] [2021-02-18T13:31:08.423Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T13:31:08.423Z] #66 sha256:c5c426e9fac7deea3534bfe4bc88b03e0de7572ce06735f0f163153ef5a48235 [2021-02-18T13:31:08.990Z] #66 DONE 0.6s [2021-02-18T13:31:08.990Z] [2021-02-18T13:31:08.990Z] #67 exporting to image [2021-02-18T13:31:08.990Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T13:31:08.990Z] #67 exporting layers [2021-02-18T13:31:10.541Z] #67 exporting layers 6.4s done [2021-02-18T13:31:10.541Z] #67 writing image sha256:ff42af0d8d520401446401a8a2cfc1135a6be0f4f98a191d842ba7edaf6093f4 done [2021-02-18T13:31:10.541Z] #67 naming to docker.io/library/docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a done [2021-02-18T13:31:10.541Z] #67 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-18T13:31:10.889Z] + trap exit INT TERM [2021-02-18T13:31:10.889Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-18T13:31:10.889Z] + CONTAINER_NAME=docker-pr6 [2021-02-18T13:31:10.889Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh dynbinary-daemon [2021-02-18T13:31:11.815Z] [2021-02-18T13:31:11.815Z] Removing bundles/ [2021-02-18T13:31:11.815Z] [2021-02-18T13:31:11.815Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T13:31:12.071Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:31:12.071Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:31:12.982Z] #55 216.6 + bin/containerd-stress [2021-02-18T13:31:12.982Z] #55 218.7 + bin/containerd-shim [2021-02-18T13:31:15.570Z] #67 exporting layers 6.5s done [2021-02-18T13:31:15.570Z] #67 writing image sha256:561886191b605106aa5ef08faf6e9a03d36c766dbb88e26767cfa81c3630f5f1 done [2021-02-18T13:31:15.570Z] #67 naming to docker.io/library/docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a done [2021-02-18T13:31:15.570Z] #67 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T13:31:15.985Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -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=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh dynbinary test-integration [2021-02-18T13:31:16.919Z] [2021-02-18T13:31:16.919Z] Removing bundles/ [2021-02-18T13:31:16.919Z] [2021-02-18T13:31:16.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T13:31:16.919Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:31:16.919Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:31:18.261Z] #55 225.5 + bin/containerd-shim-runc-v1 [2021-02-18T13:31:23.540Z] #55 230.1 + bin/containerd-shim-runc-v2 [2021-02-18T13:31:24.109Z] #55 231.1 + binaries [2021-02-18T13:31:24.109Z] #55 231.1 + install -D bin/containerd /build/containerd [2021-02-18T13:31:24.109Z] #55 231.2 + install -D bin/containerd-shim /build/containerd-shim [2021-02-18T13:31:24.109Z] #55 231.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-18T13:31:24.109Z] #55 231.2 + install -D bin/ctr /build/ctr [2021-02-18T13:31:25.484Z] #55 DONE 232.6s [2021-02-18T13:31:26.430Z] [2021-02-18T13:31:26.430Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-18T13:31:26.430Z] #56 sha256:e83e611cda435742f82c06cfdf3d827e13394b075d399ff84b5a551c704b9dec [2021-02-18T13:31:27.400Z] #56 DONE 0.9s [2021-02-18T13:31:27.400Z] [2021-02-18T13:31:27.400Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-18T13:31:27.400Z] #60 sha256:3445d2b9964a394074bb9611d14cf95c63a863c54e5935730c90cdc3938da9a3 [2021-02-18T13:31:27.664Z] #60 DONE 0.2s [2021-02-18T13:31:27.664Z] [2021-02-18T13:31:27.664Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-18T13:31:27.664Z] #62 sha256:42a46a58afd053225877e762735cace472d79b60c692e4fdfe4eeb38b58657a9 [2021-02-18T13:31:28.233Z] #62 DONE 0.5s [2021-02-18T13:31:28.233Z] [2021-02-18T13:31:28.233Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-18T13:31:28.233Z] #64 sha256:a6833169e89437594cabdf14c6b1b829127205455552885cbcdfcf349f994abd [2021-02-18T13:31:28.233Z] #64 DONE 0.1s [2021-02-18T13:31:28.233Z] [2021-02-18T13:31:28.233Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-18T13:31:28.233Z] #65 sha256:a06051fb5b1c986624f3342bb9998d5f1a8270a37374b049a1adfa9b28fbc4e4 [2021-02-18T13:31:28.233Z] #65 DONE 0.0s [2021-02-18T13:31:28.233Z] [2021-02-18T13:31:28.233Z] #66 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-02-18T13:31:28.233Z] #66 sha256:6adb458dea75af97dfc7bdcad5d84a368515eed04b4c65958294467e6df8abf0 [2021-02-18T13:31:29.169Z] #66 0.796 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-02-18T13:31:29.169Z] #66 0.796 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-02-18T13:31:29.169Z] #66 0.796 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-02-18T13:31:29.995Z] #66 1.070 Reading package lists... [2021-02-18T13:31:30.564Z] #66 1.690 Reading package lists... [2021-02-18T13:31:30.564Z] #66 2.298 Building dependency tree... [2021-02-18T13:31:30.564Z] #66 2.432 Reading state information... [2021-02-18T13:31:30.822Z] #66 2.542 The following additional packages will be installed: [2021-02-18T13:31:30.822Z] #66 2.543 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-02-18T13:31:30.822Z] #66 2.543 libpam-systemd [2021-02-18T13:31:30.822Z] #66 2.544 Suggested packages: [2021-02-18T13:31:30.822Z] #66 2.544 systemd-container policykit-1 [2021-02-18T13:31:30.822Z] #66 2.544 Recommended packages: [2021-02-18T13:31:30.822Z] #66 2.544 libnss-systemd [2021-02-18T13:31:30.822Z] #66 2.623 The following NEW packages will be installed: [2021-02-18T13:31:30.822Z] #66 2.624 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-02-18T13:31:30.822Z] #66 2.625 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-02-18T13:31:31.080Z] #66 2.890 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-02-18T13:31:31.080Z] #66 2.890 Need to get 4761 kB of archives. [2021-02-18T13:31:31.080Z] #66 2.890 After this operation, 16.6 MB of additional disk space will be used. [2021-02-18T13:31:31.080Z] #66 2.890 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-02-18T13:31:31.340Z] #66 2.976 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-02-18T13:31:31.340Z] #66 2.985 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-02-18T13:31:31.340Z] #66 2.988 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-02-18T13:31:31.340Z] #66 2.989 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-02-18T13:31:31.340Z] #66 2.990 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-02-18T13:31:31.340Z] #66 3.055 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-02-18T13:31:31.340Z] #66 3.056 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-02-18T13:31:31.340Z] #66 3.058 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-02-18T13:31:31.340Z] #66 3.060 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-02-18T13:31:31.340Z] #66 3.062 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-02-18T13:31:31.340Z] #66 3.216 debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T13:31:31.340Z] #66 3.247 Fetched 4761 kB in 0s (11.1 MB/s) [2021-02-18T13:31:31.340Z] #66 3.289 Selecting previously unselected package libargon2-1:amd64. [2021-02-18T13:31:31.599Z] #66 3.289 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28054 files and directories currently installed.) [2021-02-18T13:31:31.599Z] #66 3.306 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-02-18T13:31:31.599Z] #66 3.323 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-18T13:31:31.599Z] #66 3.377 Selecting previously unselected package libjson-c3:amd64. [2021-02-18T13:31:31.599Z] #66 3.380 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-02-18T13:31:31.599Z] #66 3.385 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-18T13:31:31.599Z] #66 3.425 Selecting previously unselected package libcryptsetup12:amd64. [2021-02-18T13:31:31.599Z] #66 3.428 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-02-18T13:31:31.599Z] #66 3.434 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-18T13:31:31.599Z] #66 3.489 Selecting previously unselected package libidn11:amd64. [2021-02-18T13:31:31.599Z] #66 3.492 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-02-18T13:31:31.599Z] #66 3.497 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-02-18T13:31:31.599Z] #66 3.546 Selecting previously unselected package libkmod2:amd64. [2021-02-18T13:31:31.857Z] #66 3.548 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-02-18T13:31:31.857Z] #66 3.555 Unpacking libkmod2:amd64 (26-1) ... [2021-02-18T13:31:31.857Z] #66 3.613 Selecting previously unselected package systemd. [2021-02-18T13:31:31.857Z] #66 3.615 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-02-18T13:31:31.857Z] #66 3.656 Unpacking systemd (241-7~deb10u6) ... [2021-02-18T13:31:32.424Z] #66 4.159 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-18T13:31:32.424Z] #66 4.182 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-18T13:31:32.424Z] #66 4.200 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-18T13:31:32.424Z] #66 4.213 Setting up libidn11:amd64 (1.33-2.2) ... [2021-02-18T13:31:32.424Z] #66 4.228 Setting up libkmod2:amd64 (26-1) ... [2021-02-18T13:31:32.424Z] #66 4.247 Setting up systemd (241-7~deb10u6) ... [2021-02-18T13:31:32.424Z] #66 4.319 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-02-18T13:31:32.683Z] #66 4.321 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-02-18T13:31:32.683Z] #66 4.325 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-18T13:31:32.683Z] #66 4.325 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-18T13:31:32.941Z] #66 4.861 Selecting previously unselected package systemd-sysv. [2021-02-18T13:31:33.200Z] #66 4.861 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28851 files and directories currently installed.) [2021-02-18T13:31:33.200Z] #66 4.875 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-02-18T13:31:33.200Z] #66 4.881 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-02-18T13:31:33.200Z] #66 4.944 Selecting previously unselected package libdbus-1-3:amd64. [2021-02-18T13:31:33.200Z] #66 4.947 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T13:31:33.200Z] #66 4.953 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.459Z] #66 5.026 Selecting previously unselected package dbus. [2021-02-18T13:31:33.459Z] #66 5.028 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T13:31:33.459Z] #66 5.041 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.459Z] #66 5.110 Selecting previously unselected package libpam-systemd:amd64. [2021-02-18T13:31:33.459Z] #66 5.113 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-02-18T13:31:33.459Z] #66 5.119 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-18T13:31:33.459Z] #66 5.165 Selecting previously unselected package dbus-user-session. [2021-02-18T13:31:33.459Z] #66 5.168 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-02-18T13:31:33.459Z] #66 5.172 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.459Z] #66 5.256 Setting up systemd-sysv (241-7~deb10u6) ... [2021-02-18T13:31:33.459Z] #66 5.272 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.720Z] #66 5.284 Setting up dbus (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.720Z] #66 5.422 invoke-rc.d: could not determine current runlevel [2021-02-18T13:31:33.720Z] #66 5.425 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T13:31:33.720Z] #66 5.430 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-18T13:31:33.984Z] #66 5.578 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-18T13:31:33.984Z] #66 5.600 Processing triggers for systemd (241-7~deb10u6) ... [2021-02-18T13:31:33.984Z] #66 5.609 Processing triggers for libc-bin (2.28-10) ... [2021-02-18T13:31:33.984Z] #66 DONE 5.8s [2021-02-18T13:31:33.984Z] [2021-02-18T13:31:33.984Z] #67 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-02-18T13:31:33.984Z] #67 sha256:2f8d734463896430a05f153530c5d0fbe3c0bfccd49c08e29974dd6b4d23c9c2 [2021-02-18T13:31:34.554Z] #67 0.476 % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T13:31:34.554Z] #67 0.477 Dload Upload Total Spent Left Speed [2021-02-18T13:31:34.554Z] #67 0.478 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 18414 0 --:--:-- --:--:-- --:--:-- 18414 [2021-02-18T13:31:34.814Z] #67 DONE 0.6s [2021-02-18T13:31:34.814Z] [2021-02-18T13:31:34.814Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-18T13:31:34.814Z] #68 sha256:c4ebb9aa557723574bfedfc353e41b92dd40ed7ff1ede7bb500601805c0bb1c9 [2021-02-18T13:31:35.386Z] #68 DONE 0.9s [2021-02-18T13:31:35.645Z] [2021-02-18T13:31:35.645Z] #69 exporting to image [2021-02-18T13:31:35.645Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-18T13:31:35.645Z] #69 exporting layers [2021-02-18T13:31:42.211Z] #69 exporting layers 6.7s done [2021-02-18T13:31:42.211Z] #69 writing image sha256:138dccd8713f76a5b84b43e22ed6bb72b37c73aa65defae923f30cb2bd37975a done [2021-02-18T13:31:42.211Z] #69 naming to docker.io/library/docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a done [2021-02-18T13:31:42.211Z] #69 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T13:31:42.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh dynbinary test-integration [2021-02-18T13:31:45.109Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-02-18T13:31:45.109Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-02-18T13:31:45.109Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-02-18T13:31:45.109Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-02-18T13:31:45.109Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-02-18T13:31:45.109Z] Detected virtualization docker. [2021-02-18T13:31:45.109Z] Detected architecture x86-64. [2021-02-18T13:31:45.109Z] Set hostname to <4e11673d984d>. [2021-02-18T13:31:45.109Z] + source /etc/docker-entrypoint-cmd [2021-02-18T13:31:45.109Z] ++ hack/make.sh dynbinary test-integration [2021-02-18T13:31:45.109Z] [2021-02-18T13:31:45.109Z] Removing bundles/ [2021-02-18T13:31:45.109Z] [2021-02-18T13:31:45.109Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T13:31:45.109Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:31:45.109Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:31:46.898Z] 4612f6d0b889: Pull complete [2021-02-18T13:31:59.760Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T13:31:59.760Z] ok github.com/docker/docker/api/server/middleware 0.043s coverage: 37.7% of statements [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T13:31:59.760Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T13:32:00.023Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 92.2% of statements [2021-02-18T13:32:00.342Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2021-02-18T13:32:00.342Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 5.7% of statements [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T13:32:00.342Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T13:32:00.626Z] ok github.com/docker/docker/api/types/time 0.034s coverage: 100.0% of statements [2021-02-18T13:32:00.626Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T13:32:00.626Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T13:32:03.221Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|name|compiled_files|deps|exports_file|imports) took 2m2.240766574s [2021-02-18T13:32:03.222Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.619966ms [2021-02-18T13:32:03.273Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-02-18T13:32:04.696Z] ok github.com/docker/docker/builder/remotecontext 0.369s coverage: 13.7% of statements [2021-02-18T13:32:05.639Z] ok github.com/docker/docker/builder/dockerfile 0.860s coverage: 48.3% of statements [2021-02-18T13:32:05.639Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T13:32:05.964Z] ok github.com/docker/docker/builder/remotecontext/git 3.525s coverage: 86.3% of statements [2021-02-18T13:32:05.964Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T13:32:05.964Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T13:32:11.265Z] ok github.com/docker/docker/client 0.215s coverage: 75.4% of statements [2021-02-18T13:32:37.864Z] ok github.com/docker/docker/cmd/dockerd 0.125s coverage: 29.1% of statements [2021-02-18T13:32:38.436Z] ok github.com/docker/docker/container 0.156s coverage: 34.7% of statements [2021-02-18T13:32:38.436Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T13:32:38.436Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T13:32:38.436Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T13:32:38.436Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T13:32:41.745Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2021-02-18T13:32:42.321Z] ok github.com/docker/docker/daemon/cluster/convert 0.024s coverage: 35.9% of statements [2021-02-18T13:32:46.540Z] ok github.com/docker/docker/daemon/cluster 0.127s coverage: 0.5% of statements [2021-02-18T13:32:48.465Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2021-02-18T13:32:48.470Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:32:48.471Z] [2021-02-18T13:32:48.471Z] + TEST_INTEGRATION_DEST=1 [2021-02-18T13:32:48.471Z] + CONTAINER_NAME=docker-pr6-1 [2021-02-18T13:32:48.471Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:32:48.471Z] + run_tests test-integration-flaky [2021-02-18T13:32:48.471Z] + '[' -n 0 ']' [2021-02-18T13:32:48.471Z] + rm= [2021-02-18T13:32:48.471Z] + c=0 [2021-02-18T13:32:48.471Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41974/.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=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh test-integration-flaky test-integration [2021-02-18T13:32:48.471Z] ++ jobs -p [2021-02-18T13:32:48.471Z] + TEST_INTEGRATION_DEST=3 [2021-02-18T13:32:48.471Z] + CONTAINER_NAME=docker-pr6-3 [2021-02-18T13:32:48.471Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T13:32:48.471Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-18T13:32:48.471Z] + run_tests [2021-02-18T13:32:48.471Z] + '[' -n 0 ']' [2021-02-18T13:32:48.471Z] + rm= [2021-02-18T13:32:48.471Z] + TEST_INTEGRATION_DEST=2 [2021-02-18T13:32:48.471Z] + CONTAINER_NAME=docker-pr6-2 [2021-02-18T13:32:48.471Z] + TEST_SKIP_INTEGRATION=1 [2021-02-18T13:32:48.471Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41974/.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=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh '' test-integration [2021-02-18T13:32:48.471Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-18T13:32:48.471Z] + run_tests [2021-02-18T13:32:48.471Z] + '[' -n 0 ']' [2021-02-18T13:32:48.471Z] + rm= [2021-02-18T13:32:48.471Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41974/.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=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh '' test-integration [2021-02-18T13:32:48.471Z] + for job in $(jobs -p) [2021-02-18T13:32:48.471Z] + wait 1875 [2021-02-18T13:32:48.471Z] [2021-02-18T13:32:48.471Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:32:48.471Z] [2021-02-18T13:32:48.471Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:32:48.471Z] HOSTNAME=d61b24792abb [2021-02-18T13:32:48.471Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T13:32:48.471Z] TESTDEBUG=0 [2021-02-18T13:32:48.471Z] DEST=bundles/test-integration [2021-02-18T13:32:48.471Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:32:48.471Z] KEEPBUNDLE=1 [2021-02-18T13:32:48.471Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:32:48.471Z] container=docker [2021-02-18T13:32:48.471Z] HOME=/root [2021-02-18T13:32:48.471Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:32:48.471Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:32:48.471Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:32:48.471Z] TERM=xterm [2021-02-18T13:32:48.471Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:32:48.471Z] SHLVL=1 [2021-02-18T13:32:48.471Z] TIMEOUT=120m [2021-02-18T13:32:48.471Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:32:48.471Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:32:48.471Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-18T13:32:48.471Z] GO111MODULE=off [2021-02-18T13:32:48.471Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:32:48.471Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:32:48.471Z] GOPATH=/go [2021-02-18T13:32:48.471Z] PKG_CONFIG=pkg-config [2021-02-18T13:32:48.471Z] _=/usr/bin/env [2021-02-18T13:32:48.471Z] Building test suite binary ./integration-cli/test.main [2021-02-18T13:32:48.471Z] [2021-02-18T13:32:48.471Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:32:48.471Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:32:48.471Z] HOSTNAME=a5609d922d86 [2021-02-18T13:32:48.471Z] TEST_SKIP_INTEGRATION=1 [2021-02-18T13:32:48.471Z] TESTDEBUG=0 [2021-02-18T13:32:48.471Z] DEST=bundles/test-integration [2021-02-18T13:32:48.471Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:32:48.471Z] KEEPBUNDLE=1 [2021-02-18T13:32:48.471Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:32:48.471Z] container=docker [2021-02-18T13:32:48.471Z] HOME=/root [2021-02-18T13:32:48.471Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:32:48.471Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:32:48.471Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:32:48.471Z] TERM=xterm [2021-02-18T13:32:48.471Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:32:48.471Z] SHLVL=1 [2021-02-18T13:32:48.471Z] TIMEOUT=120m [2021-02-18T13:32:48.471Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:32:48.471Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:32:48.471Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-18T13:32:48.471Z] GO111MODULE=off [2021-02-18T13:32:48.471Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:32:48.471Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:32:48.471Z] GOPATH=/go [2021-02-18T13:32:48.471Z] PKG_CONFIG=pkg-config [2021-02-18T13:32:48.471Z] _=/usr/bin/env [2021-02-18T13:32:48.471Z] Building test suite binary ./integration-cli/test.main [2021-02-18T13:32:48.471Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-18T13:32:48.471Z] [2021-02-18T13:32:48.471Z] Found new integrations tests: [2021-02-18T13:32:48.471Z] +func TestPluginsWithRuntimes(t *testing.T) { [2021-02-18T13:32:48.471Z] Running stress test for them. [2021-02-18T13:32:48.471Z] Using test flags: -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:32:48.471Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:32:48.471Z] HOSTNAME=0eff3f2b91aa [2021-02-18T13:32:48.471Z] TESTDEBUG=0 [2021-02-18T13:32:48.471Z] DEST=bundles/test-integration-flaky [2021-02-18T13:32:48.471Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:32:48.471Z] KEEPBUNDLE=1 [2021-02-18T13:32:48.471Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:32:48.471Z] container=docker [2021-02-18T13:32:48.471Z] HOME=/root [2021-02-18T13:32:48.471Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:32:48.471Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:32:48.471Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:32:48.471Z] TERM=xterm [2021-02-18T13:32:48.471Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:32:48.471Z] SHLVL=1 [2021-02-18T13:32:48.471Z] TIMEOUT=120m [2021-02-18T13:32:48.471Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:32:48.471Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:32:48.471Z] TESTFLAGS=-test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:32:48.471Z] GO111MODULE=off [2021-02-18T13:32:48.471Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:32:48.471Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:32:48.471Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:32:48.471Z] TEST_REPEAT=5 [2021-02-18T13:32:48.471Z] GOPATH=/go [2021-02-18T13:32:48.471Z] PKG_CONFIG=pkg-config [2021-02-18T13:32:48.471Z] _=/usr/bin/env [2021-02-18T13:32:48.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T13:32:48.728Z] ok github.com/docker/docker/daemon/config 0.131s coverage: 81.8% of statements [2021-02-18T13:32:49.678Z] ok github.com/docker/docker/daemon/events 0.091s coverage: 50.0% of statements [2021-02-18T13:32:50.625Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2021-02-18T13:32:53.373Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:32:53.373Z] [2021-02-18T13:32:53.373Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:32:53.373Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:32:53.373Z] HOSTNAME=40ae5568d791 [2021-02-18T13:32:53.373Z] DEST=bundles/test-integration [2021-02-18T13:32:53.373Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:32:53.373Z] DOCKER_ROOTLESS=1 [2021-02-18T13:32:53.373Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:32:53.373Z] container=docker [2021-02-18T13:32:53.373Z] HOME=/root [2021-02-18T13:32:53.373Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:32:53.373Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:32:53.373Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:32:53.373Z] TERM=xterm [2021-02-18T13:32:53.373Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:32:53.373Z] SHLVL=1 [2021-02-18T13:32:53.373Z] TIMEOUT=120m [2021-02-18T13:32:53.373Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:32:53.373Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:32:53.373Z] GO111MODULE=off [2021-02-18T13:32:53.373Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T13:32:53.373Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:32:53.373Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:32:53.373Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:32:53.373Z] GOPATH=/go [2021-02-18T13:32:53.373Z] PKG_CONFIG=pkg-config [2021-02-18T13:32:53.373Z] _=/usr/bin/env [2021-02-18T13:32:53.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T13:32:54.836Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2021-02-18T13:32:55.097Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 14.1% of statements [2021-02-18T13:32:55.671Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.703s coverage: 56.2% of statements [2021-02-18T13:32:58.222Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.019s coverage: 1.9% of statements [2021-02-18T13:33:00.770Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.911s coverage: 46.2% of statements [2021-02-18T13:33:00.770Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.743s coverage: 73.3% of statements [2021-02-18T13:33:02.158Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.882s coverage: 49.4% of statements [2021-02-18T13:33:02.731Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 57.5% of statements [2021-02-18T13:33:03.677Z] ok github.com/docker/docker/daemon 12.294s coverage: 17.1% of statements [2021-02-18T13:33:03.678Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T13:33:03.678Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T13:33:03.678Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T13:33:03.678Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T13:33:03.678Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T13:33:03.940Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2021-02-18T13:33:04.514Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2021-02-18T13:33:06.434Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 6.5% of statements [2021-02-18T13:33:06.434Z] ok github.com/docker/docker/daemon/logger 0.245s coverage: 43.2% of statements [2021-02-18T13:33:07.380Z] ok github.com/docker/docker/daemon/logger/awslogs 0.279s coverage: 77.8% of statements [2021-02-18T13:33:07.643Z] ok github.com/docker/docker/daemon/logger/gelf 0.041s coverage: 67.0% of statements [2021-02-18T13:33:07.905Z] ok github.com/docker/docker/daemon/logger/journald 0.028s coverage: 23.9% of statements [2021-02-18T13:33:08.480Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.959s coverage: 57.7% of statements [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T13:33:08.480Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T13:33:08.480Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.034s coverage: 87.2% of statements [2021-02-18T13:33:09.055Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.062s coverage: 61.6% of statements [2021-02-18T13:33:10.002Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 75.2% of statements [2021-02-18T13:33:10.002Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T13:33:10.575Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.090s coverage: 58.6% of statements [2021-02-18T13:33:10.575Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 31.5% of statements [2021-02-18T13:33:11.524Z] ok github.com/docker/docker/daemon/logger/templates 0.026s coverage: 8.3% of statements [2021-02-18T13:33:11.786Z] ok github.com/docker/docker/daemon/logger/syslog 0.020s coverage: 46.8% of statements [2021-02-18T13:33:12.365Z] ok github.com/docker/docker/daemon/network 0.051s coverage: 63.8% of statements [2021-02-18T13:33:13.310Z] ok github.com/docker/docker/daemon/logger/splunk 1.841s coverage: 82.5% of statements [2021-02-18T13:33:13.310Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T13:33:13.310Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T13:33:13.573Z] ok github.com/docker/docker/distribution/metadata 0.098s coverage: 48.2% of statements [2021-02-18T13:33:14.966Z] ok github.com/docker/docker/errdefs 0.015s coverage: 53.1% of statements [2021-02-18T13:33:15.228Z] ok github.com/docker/docker/distribution 0.293s coverage: 25.0% of statements [2021-02-18T13:33:15.228Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T13:33:15.802Z] ok github.com/docker/docker/image 0.050s coverage: 86.4% of statements [2021-02-18T13:33:16.379Z] ok github.com/docker/docker/distribution/xfer 1.772s coverage: 85.1% of statements [2021-02-18T13:33:16.379Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T13:33:16.641Z] ok github.com/docker/docker/image/cache 0.032s coverage: 19.2% of statements [2021-02-18T13:33:16.641Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T13:33:16.904Z] ok github.com/docker/docker/image/v1 0.041s coverage: 25.0% of statements [2021-02-18T13:33:16.904Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T13:33:17.166Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2021-02-18T13:33:18.115Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 52.9% of statements [2021-02-18T13:33:18.115Z] ok github.com/docker/docker/oci 0.032s coverage: 8.2% of statements [2021-02-18T13:33:18.690Z] ok github.com/docker/docker/opts 0.076s coverage: 67.1% of statements [2021-02-18T13:33:20.078Z] ok github.com/docker/docker/pkg/authorization 0.398s coverage: 68.3% of statements [2021-02-18T13:33:20.078Z] ok github.com/docker/docker/pkg/broadcaster 0.023s coverage: 100.0% of statements [2021-02-18T13:33:20.652Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2021-02-18T13:33:21.224Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2021-02-18T13:33:21.579Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:33:21.579Z] [2021-02-18T13:33:21.579Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:33:21.579Z] DOCKER_SYSTEMD=1 [2021-02-18T13:33:21.579Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:33:21.579Z] HOSTNAME=4e11673d984d [2021-02-18T13:33:21.579Z] DEST=bundles/test-integration [2021-02-18T13:33:21.579Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:33:21.579Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:33:21.579Z] container=docker [2021-02-18T13:33:21.579Z] HOME=/root [2021-02-18T13:33:21.579Z] LANG=C.UTF-8 [2021-02-18T13:33:21.579Z] INVOCATION_ID=e55eb8d6534f4767953bff0419661860 [2021-02-18T13:33:21.579Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:33:21.579Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:33:21.579Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:33:21.579Z] TERM=xterm [2021-02-18T13:33:21.579Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:33:21.579Z] SHLVL=3 [2021-02-18T13:33:21.579Z] TIMEOUT=120m [2021-02-18T13:33:21.579Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:33:21.579Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:33:21.579Z] GO111MODULE=off [2021-02-18T13:33:21.579Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T13:33:21.579Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:33:21.579Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:33:21.579Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:33:21.579Z] GOPATH=/go [2021-02-18T13:33:21.579Z] PKG_CONFIG=pkg-config [2021-02-18T13:33:21.579Z] _=/usr/bin/env [2021-02-18T13:33:21.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T13:33:21.797Z] ok github.com/docker/docker/pkg/archive 1.295s coverage: 76.9% of statements [2021-02-18T13:33:22.058Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2021-02-18T13:33:22.320Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2021-02-18T13:33:22.892Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-02-18T13:33:23.465Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-02-18T13:33:24.037Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-02-18T13:33:24.608Z] ok github.com/docker/docker/pkg/chrootarchive 3.418s coverage: 43.2% of statements [2021-02-18T13:33:24.683Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.206424078s with top 10 stages: buildssa: 1m41.149923832s, goimports: 22.581440315s, unconvert: 13.428342038s, gosec: 10.754463515s, golint: 6.520015975s, misspell: 4.739106448s, ineffassign: 4.555804939s, inspect: 3.560289179s, vrp: 2.481605862s, printf: 1.847853481s [2021-02-18T13:33:25.179Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-02-18T13:33:25.179Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2021-02-18T13:33:25.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T13:33:25.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T13:33:25.754Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-02-18T13:33:25.754Z] ok github.com/docker/docker/pkg/fsutils 0.279s coverage: 85.1% of statements [2021-02-18T13:33:26.327Z] ok github.com/docker/docker/pkg/discovery/kv 3.103s coverage: 84.1% of statements [2021-02-18T13:33:27.272Z] ok github.com/docker/docker/layer 7.948s coverage: 68.8% of statements [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T13:33:27.272Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T13:33:27.272Z] ok github.com/docker/docker/pkg/idtools 0.685s coverage: 69.5% of statements [2021-02-18T13:33:27.272Z] ok github.com/docker/docker/pkg/jsonmessage 0.020s coverage: 91.7% of statements [2021-02-18T13:33:27.534Z] ok github.com/docker/docker/pkg/ioutils 0.638s coverage: 69.3% of statements [2021-02-18T13:33:27.534Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T13:33:27.796Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2021-02-18T13:33:27.796Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T13:33:27.796Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T13:33:27.796Z] ok github.com/docker/docker/pkg/namesgenerator 0.016s coverage: 85.7% of statements [2021-02-18T13:33:27.796Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T13:33:28.058Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2021-02-18T13:33:28.058Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2021-02-18T13:33:28.235Z] db4edcf0861f: Pull complete [2021-02-18T13:33:28.235Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-18T13:33:28.235Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:33:28.235Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:33:28.235Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-02-18T13:33:28.235Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-02-18T13:33:28.235Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-18T13:33:28.235Z] INFO: Docker version of control daemon [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Client: Docker Engine - Enterprise [2021-02-18T13:33:28.235Z] Version: 19.03.12 [2021-02-18T13:33:28.235Z] API version: 1.40 [2021-02-18T13:33:28.235Z] Go version: go1.13.13 [2021-02-18T13:33:28.235Z] Git commit: 4306744 [2021-02-18T13:33:28.235Z] Built: 08/05/2020 19:27:53 [2021-02-18T13:33:28.235Z] OS/Arch: windows/amd64 [2021-02-18T13:33:28.235Z] Experimental: false [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Server: Docker Engine - Enterprise [2021-02-18T13:33:28.235Z] Engine: [2021-02-18T13:33:28.235Z] Version: 19.03.12 [2021-02-18T13:33:28.235Z] API version: 1.40 (minimum version 1.24) [2021-02-18T13:33:28.235Z] Go version: go1.13.13 [2021-02-18T13:33:28.235Z] Git commit: f295753ffd [2021-02-18T13:33:28.235Z] Built: 08/05/2020 19:26:41 [2021-02-18T13:33:28.235Z] OS/Arch: windows/amd64 [2021-02-18T13:33:28.235Z] Experimental: true [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] INFO: Docker info of control daemon [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Client: [2021-02-18T13:33:28.235Z] Debug Mode: false [2021-02-18T13:33:28.235Z] Plugins: [2021-02-18T13:33:28.235Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Server: [2021-02-18T13:33:28.235Z] Containers: 0 [2021-02-18T13:33:28.235Z] Running: 0 [2021-02-18T13:33:28.235Z] Paused: 0 [2021-02-18T13:33:28.235Z] Stopped: 0 [2021-02-18T13:33:28.235Z] Images: 1 [2021-02-18T13:33:28.235Z] Server Version: 19.03.12 [2021-02-18T13:33:28.235Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-18T13:33:28.235Z] Windows: [2021-02-18T13:33:28.235Z] LCOW: [2021-02-18T13:33:28.235Z] Logging Driver: json-file [2021-02-18T13:33:28.235Z] Plugins: [2021-02-18T13:33:28.235Z] Volume: local [2021-02-18T13:33:28.235Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T13:33:28.235Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T13:33:28.235Z] Swarm: inactive [2021-02-18T13:33:28.235Z] Default Isolation: process [2021-02-18T13:33:28.235Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T13:33:28.235Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T13:33:28.235Z] OSType: windows [2021-02-18T13:33:28.235Z] Architecture: x86_64 [2021-02-18T13:33:28.235Z] CPUs: 4 [2021-02-18T13:33:28.235Z] Total Memory: 32GiB [2021-02-18T13:33:28.235Z] Name: azwin-2-75e650 [2021-02-18T13:33:28.235Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-18T13:33:28.235Z] Docker Root Dir: D:\docker [2021-02-18T13:33:28.235Z] Debug Mode: false [2021-02-18T13:33:28.235Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:33:28.235Z] Labels: [2021-02-18T13:33:28.235Z] Experimental: true [2021-02-18T13:33:28.235Z] Insecure Registries: [2021-02-18T13:33:28.235Z] 10.0.0.4:5000 [2021-02-18T13:33:28.235Z] 127.0.0.0/8 [2021-02-18T13:33:28.235Z] Registry Mirrors: [2021-02-18T13:33:28.235Z] http://10.0.0.4:5000/ [2021-02-18T13:33:28.235Z] Live Restore Enabled: false [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] INFO: Commit hash is 1f26a10af1 [2021-02-18T13:33:28.235Z] INFO: Nuke-Everything... [2021-02-18T13:33:28.235Z] INFO: Container count on control daemon to delete is 0 [2021-02-18T13:33:28.235Z] INFO: Nuking d:\CI [2021-02-18T13:33:28.235Z] INFO: Zapped successfully [2021-02-18T13:33:28.235Z] INFO: Location for testing is d:\CI\PR-41974\6 [2021-02-18T13:33:28.235Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] INFO: Building the image from Dockerfile.windows at 02/18/2021 13:33:15... [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Sending build context to Docker daemon 58.24MB [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-18T13:33:28.235Z] ---> 31902e4b25a6 [2021-02-18T13:33:28.235Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-18T13:33:28.235Z] ---> Running in 1a4567ec3465 [2021-02-18T13:33:28.235Z] Removing intermediate container 1a4567ec3465 [2021-02-18T13:33:28.235Z] ---> ec086694c7a8 [2021-02-18T13:33:28.235Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-18T13:33:28.235Z] ---> Running in 2ec88c9331c7 [2021-02-18T13:33:28.235Z] Removing intermediate container 2ec88c9331c7 [2021-02-18T13:33:28.235Z] ---> 6216e1a67a59 [2021-02-18T13:33:28.235Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-18T13:33:28.235Z] ---> Running in 235820bee8d6 [2021-02-18T13:33:28.235Z] Removing intermediate container 235820bee8d6 [2021-02-18T13:33:28.235Z] ---> fcff5c8f6816 [2021-02-18T13:33:28.235Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-02-18T13:33:28.235Z] ---> Running in 8f60c6c71ecc [2021-02-18T13:33:28.235Z] Removing intermediate container 8f60c6c71ecc [2021-02-18T13:33:28.235Z] ---> ca5c37b2a0f1 [2021-02-18T13:33:28.235Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-02-18T13:33:28.235Z] ---> Running in 9fc2f08e98f3 [2021-02-18T13:33:28.235Z] [2021-02-18T13:33:28.235Z] SUCCESS: Specified value was saved. [2021-02-18T13:33:28.235Z] INFO: Downloading git... [2021-02-18T13:33:28.632Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2021-02-18T13:33:28.632Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.045s coverage: 86.7% of statements [2021-02-18T13:33:28.632Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T13:33:28.632Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T13:33:29.205Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.056s coverage: 56.8% of statements [2021-02-18T13:33:29.778Z] ok github.com/docker/docker/pkg/plugins/transport 0.015s coverage: 85.7% of statements [2021-02-18T13:33:29.778Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2021-02-18T13:33:29.778Z] ok github.com/docker/docker/pkg/progress 0.018s coverage: 75.9% of statements [2021-02-18T13:33:29.782Z] INFO: Downloading go... [2021-02-18T13:33:30.353Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2021-02-18T13:33:31.296Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-02-18T13:33:31.296Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2021-02-18T13:33:31.868Z] ok github.com/docker/docker/pkg/streamformatter 0.022s coverage: 66.2% of statements [2021-02-18T13:33:31.868Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2021-02-18T13:33:32.833Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 54.2% of statements [2021-02-18T13:33:32.833Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2021-02-18T13:33:33.407Z] ok github.com/docker/docker/pkg/tailfile 0.110s coverage: 88.6% of statements [2021-02-18T13:33:33.407Z] ok github.com/docker/docker/pkg/signal 2.809s coverage: 61.0% of statements [2021-02-18T13:33:33.980Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2021-02-18T13:33:33.980Z] testing: warning: no tests to run [2021-02-18T13:33:33.980Z] coverage: [no statements] [2021-02-18T13:33:33.980Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-02-18T13:33:34.241Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-02-18T13:33:34.241Z] ok github.com/docker/docker/pkg/urlutil 0.013s coverage: 100.0% of statements [2021-02-18T13:33:34.241Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2021-02-18T13:33:35.630Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2021-02-18T13:33:35.893Z] ok github.com/docker/docker/profiles/seccomp 0.020s coverage: 85.4% of statements [2021-02-18T13:33:36.466Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2021-02-18T13:33:37.038Z] ok github.com/docker/docker/plugin 0.570s coverage: 23.2% of statements [2021-02-18T13:33:38.390Z] INFO: Downloading compiler 1 of 3... [2021-02-18T13:33:38.852Z] INFO: Downloading compiler 2 of 3... [2021-02-18T13:33:38.852Z] INFO: Downloading compiler 3 of 3... [2021-02-18T13:33:38.960Z] ok github.com/docker/docker/registry/resumable 0.042s coverage: 100.0% of statements [2021-02-18T13:33:38.960Z] ok github.com/docker/docker/quota 0.608s coverage: 71.4% of statements [2021-02-18T13:33:38.960Z] ok github.com/docker/docker/registry 0.175s coverage: 57.2% of statements [2021-02-18T13:33:38.960Z] ok github.com/docker/docker/restartmanager 0.019s coverage: 45.3% of statements [2021-02-18T13:33:39.314Z] INFO: Extracting git... [2021-02-18T13:33:39.536Z] ok github.com/docker/docker/testutil 0.016s coverage: 62.5% of statements [2021-02-18T13:33:39.582Z] INFO [runner/unused/goanalysis] analyzers took 27.162791556s with top 10 stages: buildssa: 23.103459532s, U1000: 4.059332024s [2021-02-18T13:33:39.582Z] INFO [runner] Issues before processing: 2263, after processing: 0 [2021-02-18T13:33:39.582Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, exclude: 1578/1578, cgo: 1683/2263, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683 [2021-02-18T13:33:39.582Z] INFO [runner] processing took 172.06275ms with stages: nolint: 77.579845ms, identifier_marker: 59.112074ms, path_prettifier: 14.956581ms, autogenerated_exclude: 8.595155ms, exclude-rules: 6.416641ms, skip_dirs: 3.708819ms, cgo: 946.231µs, filename_unadjuster: 741.319µs, max_same_issues: 1.593µs, max_from_linter: 964ns, diff: 700ns, uniq_by_line: 635ns, source_code: 507ns, exclude: 499ns, skip_files: 495ns, path_shortener: 410ns, max_per_file_from_linter: 282ns [2021-02-18T13:33:39.582Z] INFO [runner] linters took 1m40.178745541s with stages: goanalysis_metalinter: 1m19.898804372s, unused: 20.106611204s [2021-02-18T13:33:39.582Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2021-02-18T13:33:39.798Z] ok github.com/docker/docker/runconfig 0.027s coverage: 66.1% of statements [2021-02-18T13:33:40.963Z] INFO Memory: 1685 samples, avg is 254.8MB, max is 3428.7MB [2021-02-18T13:33:40.963Z] INFO Execution took 3m44.073609875s [2021-02-18T13:33:40.963Z] Congratulations! The shell scripts are properly formatted. [2021-02-18T13:33:41.718Z] ok github.com/docker/docker/volume/drivers 0.020s coverage: 36.1% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-18T13:33:42.241Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh dynbinary-daemon test-docker-py [2021-02-18T13:33:42.666Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.0% of statements [2021-02-18T13:33:42.810Z] [2021-02-18T13:33:42.927Z] ok github.com/docker/docker/volume/local 0.203s coverage: 76.4% of statements [2021-02-18T13:33:43.069Z] Removing bundles/ [2021-02-18T13:33:43.069Z] [2021-02-18T13:33:43.069Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-18T13:33:43.069Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:33:43.069Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:33:43.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T13:33:44.312Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.1% of statements [2021-02-18T13:33:51.740Z] INFO: Expanding go... [2021-02-18T13:33:53.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T13:33:53.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T13:33:53.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T13:33:54.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T13:33:55.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T13:33:56.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T13:33:56.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T13:33:57.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T13:34:01.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T13:34:02.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T13:34:04.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T13:34:04.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T13:34:06.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T13:34:06.260Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.6% of statements [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T13:34:06.260Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === Skipped [2021-02-18T13:34:06.260Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T13:34:06.260Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T13:34:06.260Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T13:34:06.260Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T13:34:06.260Z] time="2021-02-18T13:32:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T13:34:06.260Z] time="2021-02-18T13:32:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:34:06.260Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:34:06.260Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:34:06.260Z] [2021-02-18T13:34:06.260Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T13:34:06.261Z] time="2021-02-18T13:32:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T13:34:06.261Z] time="2021-02-18T13:32:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T13:34:06.261Z] time="2021-02-18T13:32:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T13:34:06.261Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T13:34:06.261Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T13:34:06.261Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:34:06.261Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T13:34:06.261Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T13:34:06.261Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T13:34:06.261Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] [2021-02-18T13:34:06.261Z] DONE 2193 tests, 26 skipped in 194.479s Post stage [Pipeline] junit [2021-02-18T13:34:06.275Z] Recording test results [2021-02-18T13:34:06.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T13:34:08.130Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-18T13:34:08.526Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh dynbinary test-integration [2021-02-18T13:34:08.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T13:34:09.476Z] [2021-02-18T13:34:09.476Z] Removing bundles/ [2021-02-18T13:34:09.476Z] [2021-02-18T13:34:09.476Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-18T13:34:09.476Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:34:09.476Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:34:09.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T13:34:10.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T13:34:11.807Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:34:11.807Z] Using test binary docker [2021-02-18T13:34:11.807Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T13:34:11.807Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:34:11.807Z] INFO: Waiting for daemon to start... [2021-02-18T13:34:11.807Z] Starting dockerd [2021-02-18T13:34:12.888Z] INFO: Expanding compiler 1 of 3... [2021-02-18T13:34:12.888Z] INFO: Expanding compiler 2 of 3... [2021-02-18T13:34:15.087Z] . [2021-02-18T13:34:15.087Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:34:15.087Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:34:15.087Z] Error: No such image: emptyfs [2021-02-18T13:34:15.087Z] Running integration-test (iteration 1) [2021-02-18T13:34:15.087Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T13:34:15.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T13:34:15.809Z] INFO: Expanding compiler 3 of 3... [2021-02-18T13:34:16.784Z] INFO: Removing downloaded files... [2021-02-18T13:34:16.784Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-02-18T13:34:16.784Z] INFO: Configuring git core.autocrlf... [2021-02-18T13:34:25.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T13:34:25.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T13:34:26.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T13:34:27.288Z] Loaded image: buildpack-deps:buster [2021-02-18T13:34:27.288Z] Loaded image: busybox:latest [2021-02-18T13:34:27.288Z] Loaded image: busybox:glibc [2021-02-18T13:34:27.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T13:34:28.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T13:34:29.818Z] Loaded image: debian:bullseye [2021-02-18T13:34:29.818Z] Loaded image: hello-world:latest [2021-02-18T13:34:29.818Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:34:29.818Z] INFO: Testing against a local daemon [2021-02-18T13:34:29.818Z] === RUN TestCgroupNamespacesBuild [2021-02-18T13:34:30.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T13:34:33.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T13:34:34.000Z] --- PASS: TestCgroupNamespacesBuild (3.58s) [2021-02-18T13:34:34.000Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T13:34:35.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T13:34:35.900Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.18s) [2021-02-18T13:34:35.900Z] === RUN TestBuildWithSession [2021-02-18T13:34:35.900Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T13:34:35.900Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:34:35.900Z] === RUN TestBuildSquashParent [2021-02-18T13:34:36.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T13:34:37.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T13:34:39.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T13:34:39.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T13:34:39.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T13:34:40.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T13:34:42.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T13:34:42.459Z] --- PASS: TestBuildSquashParent (6.66s) [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:34:42.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:34:42.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:34:42.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:34:42.459Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:34:43.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T13:34:43.833Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:34:43.833Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:34:44.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T13:34:45.723Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:34:45.723Z] Using test binary docker [2021-02-18T13:34:45.723Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T13:34:45.723Z] Starting apparmor (via systemctl): apparmor.service. [2021-02-18T13:34:45.723Z] Starting dockerd [2021-02-18T13:34:45.723Z] INFO: Waiting for daemon to start... [2021-02-18T13:34:45.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:34:45.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:34:48.254Z] . [2021-02-18T13:34:48.254Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:34:48.254Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:34:48.254Z] Error: No such image: emptyfs [2021-02-18T13:34:48.254Z] Running integration-test (iteration 1) [2021-02-18T13:34:48.254Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.64s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.68s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.98s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2021-02-18T13:34:48.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2021-02-18T13:34:48.262Z] === RUN TestBuildMultiStageCopy [2021-02-18T13:34:48.262Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T13:34:51.542Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T13:34:52.108Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T13:34:53.042Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T13:34:54.416Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s) [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-02-18T13:34:55.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-02-18T13:34:55.349Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T13:35:00.617Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-02-18T13:35:00.617Z] === RUN TestBuildLabelWithTargets [2021-02-18T13:35:03.135Z] Loaded image: buildpack-deps:buster [2021-02-18T13:35:03.135Z] Loaded image: busybox:latest [2021-02-18T13:35:03.135Z] Loaded image: busybox:glibc [2021-02-18T13:35:03.701Z] Loaded image: debian:bullseye [2021-02-18T13:35:03.960Z] Loaded image: hello-world:latest [2021-02-18T13:35:04.527Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:35:04.786Z] INFO: Testing against a local daemon [2021-02-18T13:35:04.786Z] === RUN TestCgroupNamespacesBuild [2021-02-18T13:35:07.317Z] --- PASS: TestCgroupNamespacesBuild (2.58s) [2021-02-18T13:35:07.317Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T13:35:08.694Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2021-02-18T13:35:08.694Z] === RUN TestBuildWithSession [2021-02-18T13:35:08.694Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T13:35:08.694Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:35:08.694Z] === RUN TestBuildSquashParent [2021-02-18T13:35:08.723Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-18T13:35:08.723Z] === RUN TestBuildWithEmptyLayers [2021-02-18T13:35:11.252Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-02-18T13:35:11.252Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T13:35:13.968Z] --- PASS: TestBuildSquashParent (4.58s) [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:35:13.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:35:13.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:35:13.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:35:13.968Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:35:14.907Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:35:15.165Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:35:16.516Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-02-18T13:35:16.516Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T13:35:16.542Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:35:16.801Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:35:17.128Z] --- PASS: TestBuildUncleanTarFilenames (0.74s) [2021-02-18T13:35:17.128Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.52s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.83s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.76s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.69s) [2021-02-18T13:35:18.705Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.58s) [2021-02-18T13:35:18.705Z] === RUN TestBuildMultiStageCopy [2021-02-18T13:35:18.705Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T13:35:19.544Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:35:19.544Z] [2021-02-18T13:35:19.544Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-18T13:35:19.544Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-18T13:35:19.544Z] Using test binary docker [2021-02-18T13:35:19.544Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T13:35:19.544Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:35:19.544Z] INFO: Waiting for daemon to start... [2021-02-18T13:35:19.544Z] Starting dockerd [2021-02-18T13:35:19.544Z] . [2021-02-18T13:35:19.544Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-18T13:35:20.082Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T13:35:20.082Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T13:35:20.345Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T13:35:20.641Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy (2.70s) [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s) [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.35s) [2021-02-18T13:35:21.229Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2021-02-18T13:35:21.229Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T13:35:21.341Z] --- PASS: TestBuildMultiStageLayerLeak (4.25s) [2021-02-18T13:35:21.341Z] === RUN TestBuildWithHugeFile [2021-02-18T13:35:21.825Z] --- PASS: TestBuildMultiStageParentConfig (0.79s) [2021-02-18T13:35:21.825Z] === RUN TestBuildLabelWithTargets [2021-02-18T13:35:23.202Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2021-02-18T13:35:23.202Z] === RUN TestBuildWithEmptyLayers [2021-02-18T13:35:23.770Z] --- PASS: TestBuildWithEmptyLayers (0.52s) [2021-02-18T13:35:23.770Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T13:35:25.674Z] --- PASS: TestBuildMultiStageOnBuild (1.72s) [2021-02-18T13:35:25.674Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T13:35:26.242Z] --- PASS: TestBuildUncleanTarFilenames (0.72s) [2021-02-18T13:35:26.242Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T13:35:28.146Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2021-02-18T13:35:28.146Z] === RUN TestBuildWithHugeFile [2021-02-18T13:35:28.955Z] Removing intermediate container 9fc2f08e98f3 [2021-02-18T13:35:28.955Z] ---> 73de627ada47 [2021-02-18T13:35:28.955Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-02-18T13:35:28.955Z] ---> Running in 64d8ee4f5acc [2021-02-18T13:35:28.955Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-02-18T13:35:28.955Z] go: finding gotest.tools v0.5.3 [2021-02-18T13:35:28.955Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-02-18T13:35:28.955Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-18T13:35:28.955Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-18T13:35:29.420Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-02-18T13:35:29.420Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-18T13:35:29.420Z] go: downloading github.com/pkg/errors v0.9.1 [2021-02-18T13:35:29.420Z] go: extracting github.com/pkg/errors v0.9.1 [2021-02-18T13:35:29.420Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-02-18T13:35:29.420Z] go: extracting github.com/fatih/color v1.9.0 [2021-02-18T13:35:29.420Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:35:29.420Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:35:29.420Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:35:29.420Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:35:29.420Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:35:29.420Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:35:29.420Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:35:29.420Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:35:29.420Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:35:29.420Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:35:29.420Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:35:29.420Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:35:29.420Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:35:29.884Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:35:29.884Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:35:30.346Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:35:30.808Z] go: finding github.com/fatih/color v1.9.0 [2021-02-18T13:35:30.808Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-18T13:35:30.808Z] go: finding github.com/pkg/errors v0.9.1 [2021-02-18T13:35:30.808Z] go: finding github.com/spf13/pflag v1.0.3 [2021-02-18T13:35:31.119Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-18T13:35:31.119Z] [2021-02-18T13:35:31.119Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:35:31.119Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:35:31.119Z] HOSTNAME=fc1bc92db993 [2021-02-18T13:35:31.119Z] TESTDEBUG=0 [2021-02-18T13:35:31.119Z] DEST=bundles/test-integration [2021-02-18T13:35:31.119Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:35:31.119Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:35:31.119Z] container=docker [2021-02-18T13:35:31.119Z] HOME=/root [2021-02-18T13:35:31.119Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:35:31.119Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:35:31.119Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:35:31.119Z] TERM=xterm [2021-02-18T13:35:31.119Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:35:31.119Z] SHLVL=1 [2021-02-18T13:35:31.119Z] TIMEOUT=120m [2021-02-18T13:35:31.119Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:35:31.119Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:35:31.119Z] GO111MODULE=off [2021-02-18T13:35:31.119Z] DOCKER_EXPERIMENTAL=1 [2021-02-18T13:35:31.119Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:35:31.119Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:35:31.119Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:35:31.119Z] GOPATH=/go [2021-02-18T13:35:31.119Z] PKG_CONFIG=pkg-config [2021-02-18T13:35:31.119Z] _=/usr/bin/env [2021-02-18T13:35:31.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T13:35:31.273Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-18T13:35:31.273Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-18T13:35:31.273Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-18T13:35:31.273Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-18T13:35:31.273Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T13:35:31.273Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-18T13:35:31.273Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-18T13:35:34.199Z] INFO: Build done for gotestsum... [2021-02-18T13:35:46.642Z] Removing intermediate container 64d8ee4f5acc [2021-02-18T13:35:46.642Z] ---> c774201ea70b [2021-02-18T13:35:46.642Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-18T13:35:46.642Z] ---> Running in a3a4774ea82b [2021-02-18T13:35:47.104Z] Removing intermediate container a3a4774ea82b [2021-02-18T13:35:47.104Z] ---> ba3f1f9c1fa3 [2021-02-18T13:35:47.104Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-18T13:35:47.104Z] ---> Running in 1987b75ad4ac [2021-02-18T13:35:47.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T13:35:47.566Z] Removing intermediate container 1987b75ad4ac [2021-02-18T13:35:47.566Z] ---> 4d54ba64f527 [2021-02-18T13:35:47.566Z] Step 10/10 : COPY . . [2021-02-18T13:35:49.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T13:35:50.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T13:36:06.241Z] sha256:80b9c0f81b9441fe7862630a93a6751ff13e9a4cb9ea4ae2723574484accd398 [2021-02-18T13:36:06.249Z] INFO: Starting docker-py tests... [2021-02-18T13:36:06.249Z] ============================= test session starts ============================== [2021-02-18T13:36:06.249Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-18T13:36:06.249Z] rootdir: /src, inifile: pytest.ini [2021-02-18T13:36:06.249Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-18T13:36:06.249Z] collected 389 items / 1 deselected / 388 selected [2021-02-18T13:36:06.249Z] [2021-02-18T13:36:08.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T13:36:08.726Z] ---> d4fe7caed4b4 [2021-02-18T13:36:09.700Z] Successfully built d4fe7caed4b4 [2021-02-18T13:36:09.700Z] Successfully tagged docker:latest [2021-02-18T13:36:09.700Z] INFO: Image build ended at 02/18/2021 13:36:09. Duration:00:02:53.4345845 [2021-02-18T13:36:09.700Z] [2021-02-18T13:36:09.700Z] [2021-02-18T13:36:09.700Z] INFO: Building the test binaries at 02/18/2021 13:36:09... [2021-02-18T13:36:14.414Z] INFO: make.ps1 starting at 02/18/2021 13:36:13 [2021-02-18T13:36:14.414Z] INFO: Git commit (1f26a10af1) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T13:36:14.414Z] INFO: Invoking autogen... [2021-02-18T13:36:14.876Z] INFO: Building daemon... [2021-02-18T13:36:16.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T13:36:17.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T13:36:17.754Z] --- PASS: TestBuildWithHugeFile (52.68s) [2021-02-18T13:36:17.754Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T13:36:17.754Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:17.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:17.754Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:17.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:17.754Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:17.754Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:17.754Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:17.754Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:17.754Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:17.754Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2021-02-18T13:36:17.754Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-02-18T13:36:17.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-02-18T13:36:17.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-18T13:36:17.754Z] === RUN TestBuildPreserveOwnership [2021-02-18T13:36:17.754Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T13:36:18.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T13:36:19.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T13:36:19.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T13:36:19.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T13:36:20.289Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T13:36:20.608Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-18T13:36:21.441Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-18T13:36:21.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T13:36:22.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T13:36:22.947Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-18T13:36:24.397Z] --- PASS: TestBuildWithHugeFile (53.79s) [2021-02-18T13:36:24.397Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T13:36:24.397Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:24.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:24.397Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:24.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:24.397Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:24.397Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:24.397Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:36:24.397Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:36:24.397Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:36:24.397Z] --- PASS: TestBuildWithEmptyDockerfile (0.30s) [2021-02-18T13:36:24.397Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-02-18T13:36:24.397Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-02-18T13:36:24.397Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-18T13:36:24.397Z] === RUN TestBuildPreserveOwnership [2021-02-18T13:36:24.397Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T13:36:24.472Z] --- PASS: TestBuildPreserveOwnership (9.97s) [2021-02-18T13:36:24.472Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.96s) [2021-02-18T13:36:24.472Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-18T13:36:24.472Z] === RUN TestBuildPlatformInvalid [2021-02-18T13:36:24.472Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-18T13:36:24.472Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T13:36:24.472Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-18T13:36:24.472Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-18T13:36:24.472Z] PASS [2021-02-18T13:36:24.472Z] [2021-02-18T13:36:24.472Z] === Skipped [2021-02-18T13:36:24.472Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T13:36:24.472Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:36:24.472Z] [2021-02-18T13:36:24.472Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-18T13:36:24.472Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-18T13:36:24.472Z] [2021-02-18T13:36:24.472Z] [2021-02-18T13:36:24.472Z] DONE 33 tests, 2 skipped in 129.323s [2021-02-18T13:36:24.472Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T13:36:24.472Z] INFO: Testing against a local daemon [2021-02-18T13:36:24.472Z] === RUN TestConfigInspect [2021-02-18T13:36:24.472Z] --- SKIP: TestConfigInspect (0.02s) [2021-02-18T13:36:24.472Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestConfigList [2021-02-18T13:36:24.472Z] --- SKIP: TestConfigList (0.02s) [2021-02-18T13:36:24.472Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestConfigsCreateAndDelete [2021-02-18T13:36:24.472Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-02-18T13:36:24.472Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestConfigsUpdate [2021-02-18T13:36:24.472Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-02-18T13:36:24.472Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestTemplatedConfig [2021-02-18T13:36:24.472Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-18T13:36:24.472Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestConfigCreateResolve [2021-02-18T13:36:24.472Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-02-18T13:36:24.472Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:24.472Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T13:36:24.964Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T13:36:25.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T13:36:26.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T13:36:26.342Z] --- PASS: TestBuildPreserveOwnership (4.01s) [2021-02-18T13:36:26.342Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.62s) [2021-02-18T13:36:26.342Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2021-02-18T13:36:26.342Z] === RUN TestBuildPlatformInvalid [2021-02-18T13:36:26.342Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-02-18T13:36:26.342Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T13:36:26.372Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2021-02-18T13:36:26.372Z] PASS [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === Skipped [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-02-18T13:36:26.372Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-02-18T13:36:26.372Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-02-18T13:36:26.372Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-02-18T13:36:26.372Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-18T13:36:26.372Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-02-18T13:36:26.372Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] [2021-02-18T13:36:26.372Z] DONE 7 tests, 6 skipped in 1.724s [2021-02-18T13:36:26.372Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T13:36:26.372Z] INFO: Testing against a local daemon [2021-02-18T13:36:26.372Z] === RUN TestCheckpoint [2021-02-18T13:36:26.372Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T13:36:26.372Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:36:26.372Z] === RUN TestContainerInvalidJSON [2021-02-18T13:36:26.372Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:36:26.372Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:36:26.372Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:36:26.372Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:36:26.372Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:36:26.372Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:36:26.372Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:36:26.372Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:36:26.372Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:36:26.372Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-18T13:36:26.372Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T13:36:26.372Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T13:36:26.372Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T13:36:26.372Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T13:36:26.372Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-02-18T13:36:26.372Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T13:36:26.372Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-02-18T13:36:26.372Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T13:36:26.372Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-02-18T13:36:26.372Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T13:36:26.372Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-18T13:36:26.372Z] === RUN TestCopyFromContainer [2021-02-18T13:36:26.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T13:36:28.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T13:36:28.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T13:36:29.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T13:36:29.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer// [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T13:36:30.559Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T13:36:30.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T13:36:30.818Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer (4.42s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-18T13:36:30.818Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-18T13:36:30.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T13:36:30.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:36:30.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:36:30.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:36:30.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:36:30.818Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:36:30.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:36:30.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:36:30.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:36:30.818Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:36:30.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T13:36:30.818Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T13:36:30.818Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-18T13:36:30.818Z] === RUN TestCreateWithInvalidEnv [2021-02-18T13:36:30.818Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T13:36:30.818Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T13:36:30.818Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T13:36:30.818Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T13:36:30.818Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T13:36:30.818Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T13:36:30.818Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T13:36:30.818Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T13:36:30.818Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T13:36:30.818Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T13:36:30.818Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T13:36:30.818Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T13:36:30.818Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-18T13:36:30.818Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T13:36:32.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T13:36:32.201Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2021-02-18T13:36:32.201Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:36:33.576Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:36:33.576Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:36:33.576Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:36:33.576Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:36:33.576Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:36:33.576Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:36:33.576Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:36:33.576Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:36:33.576Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:36:33.576Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:36:33.576Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T13:36:33.576Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-18T13:36:33.576Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T13:36:33.834Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-02-18T13:36:33.834Z] === RUN TestCreateDifferentPlatform [2021-02-18T13:36:33.834Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T13:36:33.834Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T13:36:33.834Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-18T13:36:33.834Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T13:36:33.834Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T13:36:33.834Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T13:36:33.834Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-02-18T13:36:33.834Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T13:36:33.834Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-02-18T13:36:33.834Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T13:36:33.834Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-18T13:36:33.834Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-18T13:36:33.834Z] === RUN TestDaemonRestartIpcMode [2021-02-18T13:36:33.834Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T13:36:33.834Z] === RUN TestDaemonHostGatewayIP [2021-02-18T13:36:33.834Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-18T13:36:33.834Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:36:33.834Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T13:36:33.834Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T13:36:33.834Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T13:36:33.834Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-18T13:36:33.834Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-18T13:36:33.834Z] === RUN TestDiff [2021-02-18T13:36:34.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T13:36:34.404Z] --- PASS: TestDiff (0.45s) [2021-02-18T13:36:34.404Z] === RUN TestExecWithCloseStdin [2021-02-18T13:36:34.662Z] --- PASS: TestExecWithCloseStdin (0.46s) [2021-02-18T13:36:34.662Z] === RUN TestExec [2021-02-18T13:36:34.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T13:36:35.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T13:36:35.229Z] --- PASS: TestExec (0.48s) [2021-02-18T13:36:35.229Z] === RUN TestExecUser [2021-02-18T13:36:35.795Z] --- PASS: TestExecUser (0.47s) [2021-02-18T13:36:35.795Z] === RUN TestExportContainerAndImportImage [2021-02-18T13:36:36.362Z] --- PASS: TestExportContainerAndImportImage (0.62s) [2021-02-18T13:36:36.362Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T13:36:36.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T13:36:37.819Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:36:37.819Z] Using test binary docker [2021-02-18T13:36:37.819Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-18T13:36:37.819Z] +++ /etc/init.d/apparmor start [2021-02-18T13:36:37.819Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:36:37.819Z] INFO: Waiting for daemon to start... [2021-02-18T13:36:37.819Z] Starting dockerd [2021-02-18T13:36:37.819Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-02-18T13:36:39.643Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s) [2021-02-18T13:36:39.643Z] === RUN TestHealthCheckWorkdir [2021-02-18T13:36:40.209Z] --- PASS: TestHealthCheckWorkdir (0.57s) [2021-02-18T13:36:40.209Z] === RUN TestHealthKillContainer [2021-02-18T13:36:42.541Z] --- PASS: TestHealthKillContainer (2.49s) [2021-02-18T13:36:42.541Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T13:36:42.546Z] Loaded image: buildpack-deps:buster [2021-02-18T13:36:42.546Z] Loaded image: busybox:latest [2021-02-18T13:36:42.546Z] Loaded image: busybox:glibc [2021-02-18T13:36:42.546Z] Loaded image: debian:bullseye [2021-02-18T13:36:42.805Z] Loaded image: hello-world:latest [2021-02-18T13:36:42.805Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:36:43.109Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2021-02-18T13:36:43.109Z] === RUN TestIpcModeNone [2021-02-18T13:36:43.367Z] --- PASS: TestIpcModeNone (0.44s) [2021-02-18T13:36:43.367Z] === RUN TestIpcModePrivate [2021-02-18T13:36:43.450Z] . [2021-02-18T13:36:43.450Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:36:43.711Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:36:43.711Z] Error: No such image: emptyfs [2021-02-18T13:36:43.711Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T13:36:43.711Z] ++++ docker load [2021-02-18T13:36:43.934Z] --- PASS: TestIpcModePrivate (0.47s) [2021-02-18T13:36:43.934Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-02-18T13:36:43.934Z] === RUN TestIpcModeShareable [2021-02-18T13:36:43.934Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-18T13:36:43.934Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:36:43.934Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T13:36:43.972Z] Running integration-test (iteration 1) [2021-02-18T13:36:43.972Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T13:36:43.972Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:36:43.972Z] ++ set -e [2021-02-18T13:36:43.972Z] ++ '[' -n 0 ']' [2021-02-18T13:36:43.972Z] ++ set -x [2021-02-18T13:36:43.972Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:36:44.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T13:36:45.309Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2021-02-18T13:36:45.309Z] === RUN TestAPIIpcModeHost [2021-02-18T13:36:45.309Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-18T13:36:45.309Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:36:45.309Z] === RUN TestDaemonIpcModeShareable [2021-02-18T13:36:45.309Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-18T13:36:45.309Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:36:45.309Z] === RUN TestDaemonIpcModePrivate [2021-02-18T13:36:47.838Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2021-02-18T13:36:47.838Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-02-18T13:36:47.838Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T13:36:47.838Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-18T13:36:47.838Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:36:47.838Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T13:36:47.838Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-18T13:36:47.838Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:36:47.838Z] === RUN TestIpcModeOlderClient [2021-02-18T13:36:47.838Z] === PAUSE TestIpcModeOlderClient [2021-02-18T13:36:47.838Z] === RUN TestKillContainerInvalidSignal [2021-02-18T13:36:47.838Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2021-02-18T13:36:47.838Z] === RUN TestKillContainer [2021-02-18T13:36:47.838Z] === RUN TestKillContainer/no_signal [2021-02-18T13:36:48.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T13:36:48.404Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T13:36:48.681Z] === RUN TestKillContainer/killing_signal [2021-02-18T13:36:49.271Z] --- PASS: TestKillContainer (1.27s) [2021-02-18T13:36:49.271Z] --- PASS: TestKillContainer/no_signal (0.39s) [2021-02-18T13:36:49.271Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2021-02-18T13:36:49.271Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2021-02-18T13:36:49.271Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T13:36:49.271Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T13:36:49.541Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T13:36:50.107Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2021-02-18T13:36:50.107Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-02-18T13:36:50.107Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2021-02-18T13:36:50.107Z] === RUN TestKillStoppedContainer [2021-02-18T13:36:50.107Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-18T13:36:50.107Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T13:36:50.107Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-02-18T13:36:50.107Z] === RUN TestKillDifferentUserContainer [2021-02-18T13:36:50.673Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2021-02-18T13:36:50.673Z] === RUN TestInspectOomKilledTrue [2021-02-18T13:36:50.673Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T13:36:50.673Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:36:50.673Z] === RUN TestInspectOomKilledFalse [2021-02-18T13:36:50.673Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T13:36:50.673Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:36:50.673Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T13:36:50.673Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-18T13:36:50.673Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-18T13:36:50.673Z] === RUN TestLinksContainerNames [2021-02-18T13:36:50.919Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.72s) [2021-02-18T13:36:50.919Z] PASS [2021-02-18T13:36:50.919Z] [2021-02-18T13:36:50.919Z] === Skipped [2021-02-18T13:36:50.919Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T13:36:50.919Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:36:50.919Z] [2021-02-18T13:36:50.919Z] [2021-02-18T13:36:50.919Z] DONE 33 tests, 1 skipped in 122.062s [2021-02-18T13:36:50.919Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T13:36:50.919Z] INFO: Testing against a local daemon [2021-02-18T13:36:50.919Z] === RUN TestConfigInspect [2021-02-18T13:36:51.240Z] --- PASS: TestLinksContainerNames (0.82s) [2021-02-18T13:36:51.240Z] === RUN TestLogsFollowTailEmpty [2021-02-18T13:36:51.807Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2021-02-18T13:36:51.807Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T13:36:52.066Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/default [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/private [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/slave [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/shared [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T13:36:52.066Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T13:36:52.066Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/default [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/shared [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/slave [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/private [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T13:36:52.325Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:36:52.325Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:36:52.325Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:36:52.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T13:36:52.586Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-18T13:36:52.586Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-18T13:36:52.586Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T13:36:52.586Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-02-18T13:36:52.586Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:36:52.586Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T13:36:52.586Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-18T13:36:52.586Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:36:52.586Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T13:36:52.586Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-18T13:36:52.586Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:36:52.586Z] === RUN TestNetworkNat [2021-02-18T13:36:52.859Z] --- PASS: TestConfigInspect (2.54s) [2021-02-18T13:36:52.859Z] === RUN TestConfigList [2021-02-18T13:36:53.153Z] --- PASS: TestNetworkNat (0.53s) [2021-02-18T13:36:53.153Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T13:36:53.718Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2021-02-18T13:36:53.718Z] === RUN TestNetworkLoopbackNat [2021-02-18T13:36:54.096Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-18T13:36:54.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T13:36:55.389Z] --- PASS: TestConfigList (2.34s) [2021-02-18T13:36:55.389Z] === RUN TestConfigsCreateAndDelete [2021-02-18T13:36:56.245Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2021-02-18T13:36:56.245Z] === RUN TestPause [2021-02-18T13:36:56.245Z] --- SKIP: TestPause (0.00s) [2021-02-18T13:36:56.245Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:36:56.245Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T13:36:56.245Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:36:56.245Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:36:56.245Z] === RUN TestPauseStopPausedContainer [2021-02-18T13:36:56.245Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-18T13:36:56.245Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:36:56.245Z] === RUN TestPsFilter [2021-02-18T13:36:56.245Z] --- PASS: TestPsFilter (0.10s) [2021-02-18T13:36:56.245Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T13:36:56.504Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2021-02-18T13:36:56.504Z] === RUN TestRemoveContainerWithVolume [2021-02-18T13:36:57.070Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2021-02-18T13:36:57.070Z] === RUN TestRemoveContainerRunning [2021-02-18T13:36:57.293Z] --- PASS: TestConfigsCreateAndDelete (2.28s) [2021-02-18T13:36:57.293Z] === RUN TestConfigsUpdate [2021-02-18T13:36:57.328Z] --- PASS: TestRemoveContainerRunning (0.40s) [2021-02-18T13:36:57.328Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T13:36:57.896Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2021-02-18T13:36:57.896Z] === RUN TestRemoveInvalidContainer [2021-02-18T13:36:57.896Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T13:36:57.896Z] === RUN TestRenameLinkedContainer [2021-02-18T13:36:58.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T13:36:58.879Z] Loaded image: buildpack-deps:buster [2021-02-18T13:36:58.879Z] Loaded image: busybox:latest [2021-02-18T13:36:58.879Z] Loaded image: busybox:glibc [2021-02-18T13:36:59.797Z] --- PASS: TestRenameLinkedContainer (1.62s) [2021-02-18T13:36:59.797Z] === RUN TestRenameStoppedContainer [2021-02-18T13:36:59.825Z] --- PASS: TestConfigsUpdate (2.25s) [2021-02-18T13:36:59.825Z] === RUN TestTemplatedConfig [2021-02-18T13:37:00.055Z] --- PASS: TestRenameStoppedContainer (0.41s) [2021-02-18T13:37:00.056Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T13:37:00.788Z] Loaded image: debian:bullseye [2021-02-18T13:37:00.788Z] Loaded image: hello-world:latest [2021-02-18T13:37:00.990Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2021-02-18T13:37:00.990Z] === RUN TestRenameInvalidName [2021-02-18T13:37:01.248Z] --- PASS: TestRenameInvalidName (0.42s) [2021-02-18T13:37:01.248Z] === RUN TestRenameAnonymousContainer [2021-02-18T13:37:01.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T13:37:02.170Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:37:02.359Z] --- PASS: TestTemplatedConfig (2.72s) [2021-02-18T13:37:02.359Z] === RUN TestConfigCreateResolve [2021-02-18T13:37:02.622Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2021-02-18T13:37:02.622Z] === RUN TestRenameContainerWithSameName [2021-02-18T13:37:02.739Z] INFO: Testing against a local daemon [2021-02-18T13:37:02.740Z] === RUN TestCgroupNamespacesBuild [2021-02-18T13:37:03.189Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2021-02-18T13:37:03.189Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T13:37:04.123Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2021-02-18T13:37:04.123Z] === RUN TestResize [2021-02-18T13:37:04.381Z] --- PASS: TestResize (0.45s) [2021-02-18T13:37:04.381Z] === RUN TestResizeWithInvalidSize [2021-02-18T13:37:04.897Z] --- PASS: TestConfigCreateResolve (2.30s) [2021-02-18T13:37:04.897Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T13:37:04.947Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2021-02-18T13:37:04.947Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T13:37:05.156Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-02-18T13:37:05.156Z] PASS [2021-02-18T13:37:05.156Z] [2021-02-18T13:37:05.156Z] DONE 7 tests in 14.991s [2021-02-18T13:37:05.156Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T13:37:05.156Z] INFO: Testing against a local daemon [2021-02-18T13:37:05.156Z] === RUN TestCheckpoint [2021-02-18T13:37:05.156Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T13:37:05.156Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:37:05.156Z] === RUN TestContainerInvalidJSON [2021-02-18T13:37:05.156Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:37:05.156Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:37:05.156Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:37:05.156Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:37:05.156Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:37:05.156Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:37:05.156Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:37:05.156Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:37:05.156Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:37:05.156Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-18T13:37:05.156Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T13:37:05.156Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T13:37:05.156Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T13:37:05.156Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T13:37:05.206Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-02-18T13:37:05.206Z] === RUN TestDaemonRestartKillContainers [2021-02-18T13:37:05.206Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:37:05.206Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-18T13:37:05.206Z] === RUN TestCgroupNamespacesRun [2021-02-18T13:37:05.414Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-18T13:37:05.414Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T13:37:05.414Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-02-18T13:37:05.414Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T13:37:05.414Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-18T13:37:05.414Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T13:37:05.414Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-02-18T13:37:05.414Z] === RUN TestCopyFromContainer [2021-02-18T13:37:06.037Z] --- PASS: TestCgroupNamespacesBuild (2.99s) [2021-02-18T13:37:06.037Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T13:37:06.790Z] === RUN TestCopyFromContainer// [2021-02-18T13:37:06.790Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T13:37:06.790Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T13:37:06.790Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T13:37:07.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T13:37:07.049Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T13:37:07.049Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T13:37:07.049Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T13:37:07.049Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T13:37:07.308Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T13:37:07.308Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer (1.90s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-18T13:37:07.308Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-18T13:37:07.308Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T13:37:07.308Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:37:07.308Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:37:07.308Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:37:07.308Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:37:07.308Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:37:07.308Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:37:07.308Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:37:07.308Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:37:07.308Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:37:07.308Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-18T13:37:07.308Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T13:37:07.308Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T13:37:07.308Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T13:37:07.308Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T13:37:07.308Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-02-18T13:37:07.568Z] === RUN TestCreateWithInvalidEnv [2021-02-18T13:37:07.568Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T13:37:07.568Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T13:37:07.568Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T13:37:07.568Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T13:37:07.568Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T13:37:07.568Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T13:37:07.568Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T13:37:07.568Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T13:37:07.568Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T13:37:07.568Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-18T13:37:07.568Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T13:37:07.568Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T13:37:07.568Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T13:37:07.568Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T13:37:07.568Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-02-18T13:37:07.568Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T13:37:07.733Z] --- PASS: TestCgroupNamespacesRun (2.18s) [2021-02-18T13:37:07.733Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T13:37:07.954Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.89s) [2021-02-18T13:37:07.954Z] === RUN TestBuildWithSession [2021-02-18T13:37:07.954Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T13:37:07.954Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:37:07.954Z] === RUN TestBuildSquashParent [2021-02-18T13:37:09.470Z] --- PASS: TestCreateWithCustomMaskedPaths (1.70s) [2021-02-18T13:37:09.470Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T13:37:09.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T13:37:09.632Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2021-02-18T13:37:09.632Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T13:37:10.847Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.76s) [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:37:10.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:37:10.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:37:10.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:37:10.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:37:10.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:37:10.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:37:10.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:37:10.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:37:10.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:37:10.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:37:10.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T13:37:11.106Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-18T13:37:11.106Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T13:37:11.534Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2021-02-18T13:37:11.534Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T13:37:11.673Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2021-02-18T13:37:11.673Z] === RUN TestCreateDifferentPlatform [2021-02-18T13:37:11.673Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T13:37:11.673Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T13:37:11.673Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-18T13:37:11.673Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T13:37:11.673Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T13:37:11.673Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T13:37:11.673Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-02-18T13:37:11.673Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T13:37:11.673Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-18T13:37:11.673Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T13:37:11.673Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T13:37:11.673Z] === RUN TestDaemonRestartIpcMode [2021-02-18T13:37:11.673Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T13:37:11.673Z] === RUN TestDaemonHostGatewayIP [2021-02-18T13:37:11.673Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T13:37:11.673Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T13:37:11.673Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T13:37:11.673Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T13:37:11.673Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T13:37:11.673Z] === RUN TestDiff [2021-02-18T13:37:12.242Z] --- PASS: TestDiff (0.56s) [2021-02-18T13:37:12.242Z] === RUN TestExecWithCloseStdin [2021-02-18T13:37:12.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T13:37:12.809Z] --- PASS: TestExecWithCloseStdin (0.66s) [2021-02-18T13:37:12.809Z] === RUN TestExec [2021-02-18T13:37:13.376Z] --- PASS: TestExec (0.62s) [2021-02-18T13:37:13.376Z] === RUN TestExecUser [2021-02-18T13:37:14.063Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s) [2021-02-18T13:37:14.063Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T13:37:14.312Z] --- PASS: TestExecUser (0.64s) [2021-02-18T13:37:14.312Z] === RUN TestExportContainerAndImportImage [2021-02-18T13:37:14.532Z] --- PASS: TestBuildSquashParent (6.51s) [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:37:14.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:37:14.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:37:14.532Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:37:14.532Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:37:14.532Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:37:14.532Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:37:14.880Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2021-02-18T13:37:14.880Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T13:37:15.962Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.17s) [2021-02-18T13:37:15.962Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T13:37:16.062Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky) [2021-02-18T13:37:16.062Z] Using test binary docker [2021-02-18T13:37:16.062Z] ++++ /etc/init.d/apparmor start [2021-02-18T13:37:16.062Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:37:16.062Z] INFO: Waiting for daemon to start... [2021-02-18T13:37:16.062Z] Starting dockerd [2021-02-18T13:37:16.062Z] ++++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration-flaky/docker.pid --userland-proxy=true [2021-02-18T13:37:16.256Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-02-18T13:37:16.256Z] === RUN TestHealthCheckWorkdir [2021-02-18T13:37:17.079Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:37:17.079Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:37:17.192Z] --- PASS: TestHealthCheckWorkdir (0.75s) [2021-02-18T13:37:17.192Z] === RUN TestHealthKillContainer [2021-02-18T13:37:17.955Z] . [2021-02-18T13:37:17.955Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky) [2021-02-18T13:37:18.210Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky) [2021-02-18T13:37:18.210Z] Error: No such image: emptyfs [2021-02-18T13:37:18.210Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs . [2021-02-18T13:37:18.210Z] +++++ docker load [2021-02-18T13:37:18.465Z] Running integration-test (iteration 1) [2021-02-18T13:37:18.495Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.12s) [2021-02-18T13:37:18.495Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T13:37:18.721Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:37:18.721Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:37:18.721Z] +++ set -e [2021-02-18T13:37:18.721Z] +++ '[' -n 0 ']' [2021-02-18T13:37:18.721Z] +++ set -x [2021-02-18T13:37:18.721Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:37:18.753Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-02-18T13:37:18.753Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.79s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.83s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.93s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.05s) [2021-02-18T13:37:18.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.29s) [2021-02-18T13:37:18.992Z] === RUN TestBuildMultiStageCopy [2021-02-18T13:37:18.992Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T13:37:19.722Z] --- PASS: TestHealthKillContainer (2.66s) [2021-02-18T13:37:19.722Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T13:37:20.289Z] --- PASS: TestInspectCpusetInConfigPre120 (0.61s) [2021-02-18T13:37:20.289Z] === RUN TestIpcModeNone [2021-02-18T13:37:20.864Z] --- PASS: TestIpcModeNone (0.70s) [2021-02-18T13:37:20.864Z] === RUN TestIpcModePrivate [2021-02-18T13:37:21.281Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2021-02-18T13:37:21.281Z] === RUN TestKernelTCPMemory [2021-02-18T13:37:21.281Z] --- SKIP: TestKernelTCPMemory (0.03s) [2021-02-18T13:37:21.281Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:21.281Z] === RUN TestNISDomainname [2021-02-18T13:37:21.281Z] --- SKIP: TestNISDomainname (0.01s) [2021-02-18T13:37:21.281Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-18T13:37:21.281Z] === RUN TestHostnameDnsResolution [2021-02-18T13:37:21.534Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T13:37:21.795Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T13:37:21.800Z] --- PASS: TestIpcModePrivate (0.66s) [2021-02-18T13:37:21.800Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2021-02-18T13:37:21.800Z] === RUN TestIpcModeShareable [2021-02-18T13:37:21.847Z] --- PASS: TestHostnameDnsResolution (0.67s) [2021-02-18T13:37:21.847Z] === RUN TestStats [2021-02-18T13:37:21.847Z] --- SKIP: TestStats (0.00s) [2021-02-18T13:37:21.847Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:21.847Z] === RUN TestStopContainerWithTimeout [2021-02-18T13:37:21.847Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T13:37:21.847Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T13:37:21.847Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T13:37:21.847Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T13:37:21.847Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T13:37:21.847Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T13:37:21.847Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T13:37:21.847Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T13:37:21.847Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T13:37:21.847Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T13:37:22.366Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T13:37:22.367Z] --- PASS: TestIpcModeShareable (0.68s) [2021-02-18T13:37:22.368Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true [2021-02-18T13:37:22.368Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T13:37:22.416Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T13:37:22.936Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy (4.50s) [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.32s) [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2021-02-18T13:37:23.506Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-02-18T13:37:23.506Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T13:37:24.272Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s) [2021-02-18T13:37:24.272Z] === RUN TestAPIIpcModeHost [2021-02-18T13:37:24.319Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T13:37:24.532Z] --- PASS: TestAPIIpcModeHost (0.47s) [2021-02-18T13:37:24.532Z] === RUN TestDaemonIpcModeShareable [2021-02-18T13:37:25.417Z] --- PASS: TestBuildMultiStageParentConfig (1.52s) [2021-02-18T13:37:25.417Z] === RUN TestBuildLabelWithTargets [2021-02-18T13:37:25.696Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T13:37:25.696Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2021-02-18T13:37:25.696Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2021-02-18T13:37:25.696Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2021-02-18T13:37:25.696Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2021-02-18T13:37:25.696Z] === RUN TestDeleteDevicemapper [2021-02-18T13:37:25.696Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T13:37:25.696Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:37:25.696Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T13:37:25.908Z] --- PASS: TestDaemonIpcModeShareable (1.25s) [2021-02-18T13:37:25.908Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-02-18T13:37:25.908Z] === RUN TestDaemonIpcModePrivate [2021-02-18T13:37:27.072Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s) [2021-02-18T13:37:27.072Z] === RUN TestUpdateMemory [2021-02-18T13:37:27.072Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T13:37:27.072Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:27.072Z] === RUN TestUpdateCPUQuota [2021-02-18T13:37:27.072Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-18T13:37:27.072Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:27.072Z] === RUN TestUpdatePidsLimit [2021-02-18T13:37:27.072Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-18T13:37:27.072Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:27.072Z] === RUN TestUpdateRestartPolicy [2021-02-18T13:37:27.155Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-18T13:37:27.155Z] [2021-02-18T13:37:27.155Z] ________ ____ __. [2021-02-18T13:37:27.155Z] \_____ \ | |/ _| [2021-02-18T13:37:27.155Z] / | \| < [2021-02-18T13:37:27.155Z] / | \ | \ [2021-02-18T13:37:27.155Z] \_______ /____|__ \ [2021-02-18T13:37:27.155Z] \/ \/ [2021-02-18T13:37:27.155Z] [2021-02-18T13:37:27.155Z] INFO: make.ps1 ended at 02/18/2021 13:37:23 [2021-02-18T13:37:27.155Z] INFO: Binaries build ended at 02/18/2021 13:37:24. Duration:00:01:15.1846310 [2021-02-18T13:37:27.155Z] INFO: Copying the built daemon binary to d:\CI\PR-41974\6\binary\dockerd-1f26a10af1.exe... [2021-02-18T13:37:27.155Z] INFO: Copying the built client binary to d:\CI\PR-41974\6\binary\docker-1f26a10af1.exe... [2021-02-18T13:37:27.155Z] INFO: Copying dockerversion from the container... [2021-02-18T13:37:27.155Z] INFO: Copying the golang package from the container to d:\CI\PR-41974\6\installer\go.zip... [2021-02-18T13:37:27.284Z] --- PASS: TestDaemonIpcModePrivate (1.26s) [2021-02-18T13:37:27.284Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-02-18T13:37:27.284Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T13:37:27.329Z] --- PASS: TestBuildLabelWithTargets (2.36s) [2021-02-18T13:37:27.329Z] === RUN TestBuildWithEmptyLayers [2021-02-18T13:37:27.617Z] INFO: Extracting go.zip to d:\CI\PR-41974\6\go [2021-02-18T13:37:28.665Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.28s) [2021-02-18T13:37:28.665Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-02-18T13:37:28.665Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T13:37:28.713Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-02-18T13:37:28.713Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T13:37:29.603Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.26s) [2021-02-18T13:37:29.603Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-02-18T13:37:29.603Z] === RUN TestIpcModeOlderClient [2021-02-18T13:37:29.603Z] === PAUSE TestIpcModeOlderClient [2021-02-18T13:37:29.603Z] === RUN TestKillContainerInvalidSignal [2021-02-18T13:37:30.169Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2021-02-18T13:37:30.169Z] === RUN TestKillContainer [2021-02-18T13:37:30.169Z] === RUN TestKillContainer/no_signal [2021-02-18T13:37:30.737Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T13:37:30.995Z] === RUN TestKillContainer/killing_signal [2021-02-18T13:37:31.254Z] --- PASS: TestBuildMultiStageOnBuild (2.76s) [2021-02-18T13:37:31.254Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T13:37:31.932Z] --- PASS: TestKillContainer (1.57s) [2021-02-18T13:37:31.932Z] --- PASS: TestKillContainer/no_signal (0.46s) [2021-02-18T13:37:31.932Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2021-02-18T13:37:31.932Z] --- PASS: TestKillContainer/killing_signal (0.57s) [2021-02-18T13:37:31.932Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T13:37:31.932Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T13:37:32.191Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T13:37:32.636Z] --- PASS: TestBuildUncleanTarFilenames (1.45s) [2021-02-18T13:37:32.636Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T13:37:32.759Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.00s) [2021-02-18T13:37:32.759Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s) [2021-02-18T13:37:32.759Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2021-02-18T13:37:32.759Z] === RUN TestKillStoppedContainer [2021-02-18T13:37:32.759Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-18T13:37:32.759Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T13:37:32.759Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-18T13:37:32.759Z] === RUN TestKillDifferentUserContainer [2021-02-18T13:37:33.326Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2021-02-18T13:37:33.326Z] === RUN TestInspectOomKilledTrue [2021-02-18T13:37:33.326Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T13:37:33.326Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-18T13:37:33.326Z] === RUN TestInspectOomKilledFalse [2021-02-18T13:37:33.892Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2021-02-18T13:37:33.892Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T13:37:34.151Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2021-02-18T13:37:34.151Z] === RUN TestLinksContainerNames [2021-02-18T13:37:35.086Z] --- PASS: TestLinksContainerNames (1.00s) [2021-02-18T13:37:35.086Z] === RUN TestLogsFollowTailEmpty [2021-02-18T13:37:35.656Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2021-02-18T13:37:35.656Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T13:37:35.933Z] --- PASS: TestBuildMultiStageLayerLeak (3.05s) [2021-02-18T13:37:35.933Z] === RUN TestBuildWithHugeFile [2021-02-18T13:37:36.226Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/default [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/private [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/slave [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/shared [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/default [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/shared [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/slave [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/private [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T13:37:36.226Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:37:36.226Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T13:37:36.226Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T13:37:36.485Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-18T13:37:36.743Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-18T13:37:36.743Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T13:37:38.120Z] --- PASS: TestContainerBindMountNonRecursive (1.46s) [2021-02-18T13:37:38.120Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T13:37:38.687Z] --- PASS: TestContainerVolumesMountedAsShared (0.51s) [2021-02-18T13:37:38.687Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T13:37:38.946Z] --- PASS: TestContainerVolumesMountedAsSlave (0.39s) [2021-02-18T13:37:38.946Z] === RUN TestNetworkNat [2021-02-18T13:37:39.267Z] --- PASS: TestUpdateRestartPolicy (10.93s) [2021-02-18T13:37:39.267Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T13:37:39.267Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2021-02-18T13:37:39.267Z] === RUN TestWaitNonBlocked [2021-02-18T13:37:39.267Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:37:39.267Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:37:39.267Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:37:39.267Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:37:39.267Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:37:39.267Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:37:39.267Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-18T13:37:39.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2021-02-18T13:37:39.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2021-02-18T13:37:39.267Z] === RUN TestWaitBlocked [2021-02-18T13:37:39.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:37:39.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:37:39.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:37:39.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:37:39.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:37:39.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:37:39.513Z] --- PASS: TestNetworkNat (0.51s) [2021-02-18T13:37:39.513Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T13:37:39.833Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-18T13:37:39.833Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2021-02-18T13:37:39.833Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2021-02-18T13:37:39.833Z] === CONT TestDaemonRestartIpcMode [2021-02-18T13:37:39.833Z] === CONT TestIpcModeOlderClient [2021-02-18T13:37:39.833Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-02-18T13:37:39.833Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T13:37:40.126Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s) [2021-02-18T13:37:40.126Z] === RUN TestNetworkLoopbackNat [2021-02-18T13:37:42.690Z] --- PASS: TestNetworkLoopbackNat (2.76s) [2021-02-18T13:37:42.690Z] === RUN TestPause [2021-02-18T13:37:43.257Z] --- PASS: TestPause (0.51s) [2021-02-18T13:37:43.257Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T13:37:43.257Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:37:43.257Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:37:43.257Z] === RUN TestPauseStopPausedContainer [2021-02-18T13:37:43.824Z] --- PASS: TestPauseStopPausedContainer (0.50s) [2021-02-18T13:37:43.824Z] === RUN TestPsFilter [2021-02-18T13:37:43.824Z] --- PASS: TestPsFilter (0.13s) [2021-02-18T13:37:43.824Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T13:37:44.392Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s) [2021-02-18T13:37:44.392Z] === RUN TestRemoveContainerWithVolume [2021-02-18T13:37:44.961Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2021-02-18T13:37:44.961Z] === RUN TestRemoveContainerRunning [2021-02-18T13:37:45.103Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.27s) [2021-02-18T13:37:45.103Z] --- PASS: TestDaemonRestartIpcMode (4.62s) [2021-02-18T13:37:45.103Z] PASS [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === Skipped [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T13:37:45.103Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-18T13:37:45.103Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-18T13:37:45.103Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-18T13:37:45.103Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-18T13:37:45.103Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-18T13:37:45.103Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-18T13:37:45.103Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-18T13:37:45.103Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-18T13:37:45.103Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T13:37:45.103Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T13:37:45.103Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-18T13:37:45.103Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-02-18T13:37:45.103Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-18T13:37:45.103Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-18T13:37:45.103Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-18T13:37:45.103Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:37:45.103Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-18T13:37:45.103Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:37:45.103Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2021-02-18T13:37:45.103Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-02-18T13:37:45.103Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-18T13:37:45.103Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T13:37:45.103Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-18T13:37:45.103Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-18T13:37:45.103Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-18T13:37:45.103Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] [2021-02-18T13:37:45.103Z] DONE 177 tests, 26 skipped in 78.461s [2021-02-18T13:37:45.103Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T13:37:45.103Z] INFO: Testing against a local daemon [2021-02-18T13:37:45.103Z] === RUN TestCommitInheritsEnv [2021-02-18T13:37:45.221Z] --- PASS: TestRemoveContainerRunning (0.46s) [2021-02-18T13:37:45.221Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T13:37:45.792Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.51s) [2021-02-18T13:37:45.792Z] === RUN TestRemoveInvalidContainer [2021-02-18T13:37:45.792Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T13:37:45.792Z] === RUN TestRenameLinkedContainer [2021-02-18T13:37:46.037Z] --- PASS: TestCommitInheritsEnv (1.44s) [2021-02-18T13:37:46.037Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T13:37:46.037Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T13:37:46.037Z] === RUN TestImagesFilterMultiReference [2021-02-18T13:37:46.294Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-02-18T13:37:46.294Z] === RUN TestImagePullPlatformInvalid [2021-02-18T13:37:46.294Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-18T13:37:46.294Z] === RUN TestRemoveImageOrphaning [2021-02-18T13:37:47.695Z] --- PASS: TestRenameLinkedContainer (1.97s) [2021-02-18T13:37:47.695Z] === RUN TestRenameStoppedContainer [2021-02-18T13:37:48.193Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2021-02-18T13:37:48.193Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T13:37:48.193Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T13:37:48.193Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-18T13:37:48.193Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T13:37:48.193Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-18T13:37:48.193Z] === RUN TestTagInvalidReference [2021-02-18T13:37:48.193Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-18T13:37:48.193Z] === RUN TestTagValidPrefixedRepo [2021-02-18T13:37:48.193Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-02-18T13:37:48.193Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T13:37:48.193Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T13:37:48.193Z] === RUN TestTagOfficialNames [2021-02-18T13:37:48.193Z] --- PASS: TestTagOfficialNames (0.04s) [2021-02-18T13:37:48.193Z] === RUN TestTagMatchesDigest [2021-02-18T13:37:48.263Z] --- PASS: TestRenameStoppedContainer (0.47s) [2021-02-18T13:37:48.263Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T13:37:48.452Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-18T13:37:48.452Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T13:37:48.764Z] INFO: Extraction ended at 02/18/2021 13:37:48. Duration:00:00:20.7840387 [2021-02-18T13:37:48.764Z] INFO: Updating the golang and path environment variables [2021-02-18T13:37:48.764Z] INFO: GOPATH=d:\gopath [2021-02-18T13:37:48.764Z] INFO: go version go1.13.15 windows/amd64 [2021-02-18T13:37:48.764Z] INFO: Running the daemon under test in debug mode [2021-02-18T13:37:48.764Z] INFO: Starting a daemon under test... [2021-02-18T13:37:48.764Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41974\6\daemon --pidfile d:\CI\PR-41974\6\docker.pid -D [2021-02-18T13:37:48.764Z] INFO: Process started successfully. [2021-02-18T13:37:48.764Z] INFO: Start tailing logs of the daemon under tests [2021-02-18T13:37:48.764Z] INFO: Waiting for the daemon under test to start... [2021-02-18T13:37:49.199Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s) [2021-02-18T13:37:49.199Z] === RUN TestRenameInvalidName [2021-02-18T13:37:49.768Z] --- PASS: TestRenameInvalidName (0.48s) [2021-02-18T13:37:49.768Z] === RUN TestRenameAnonymousContainer [2021-02-18T13:37:50.187Z] ..........................xx.................... [ 29%] [2021-02-18T13:37:51.672Z] --- PASS: TestRenameAnonymousContainer (1.78s) [2021-02-18T13:37:51.672Z] === RUN TestRenameContainerWithSameName [2021-02-18T13:37:51.930Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2021-02-18T13:37:51.930Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T13:37:52.866Z] --- PASS: TestRenameContainerWithLinkedContainer (0.97s) [2021-02-18T13:37:52.866Z] === RUN TestResize [2021-02-18T13:37:53.434Z] --- PASS: TestResize (0.48s) [2021-02-18T13:37:53.434Z] === RUN TestResizeWithInvalidSize [2021-02-18T13:37:54.000Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2021-02-18T13:37:54.000Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T13:37:54.259Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2021-02-18T13:37:54.259Z] === RUN TestDaemonRestartKillContainers [2021-02-18T13:37:54.259Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:37:54.259Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:37:54.259Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:37:54.259Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:54.260Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:54.260Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:54.260Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:37:54.260Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:37:56.163Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:56.422Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:57.801Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:37:57.801Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:37:58.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:37:59.304Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:38:00.682Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:38:00.940Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:38:02.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:38:03.414Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.96s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.20s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.85s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.86s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.25s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.43s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.92s) [2021-02-18T13:38:05.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.92s) [2021-02-18T13:38:05.318Z] === RUN TestCgroupNamespacesRun [2021-02-18T13:38:05.338Z] Loaded image: buildpack-deps:buster [2021-02-18T13:38:05.338Z] Loaded image: busybox:latest [2021-02-18T13:38:05.338Z] Loaded image: busybox:glibc [2021-02-18T13:38:06.695Z] --- PASS: TestCgroupNamespacesRun (1.25s) [2021-02-18T13:38:06.695Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T13:38:06.695Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-18T13:38:06.695Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-18T13:38:06.695Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T13:38:06.702Z] Loaded image: debian:bullseye [2021-02-18T13:38:06.702Z] Loaded image: hello-world:latest [2021-02-18T13:38:06.958Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:38:06.958Z] INFO: Testing against a local daemon [2021-02-18T13:38:06.958Z] testing: warning: no tests to run [2021-02-18T13:38:06.958Z] PASS [2021-02-18T13:38:06.958Z] [2021-02-18T13:38:06.958Z] DONE 0 tests in 48.434s [2021-02-18T13:38:06.958Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:06.958Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:06.958Z] +++ set -e [2021-02-18T13:38:06.958Z] +++ '[' -n 0 ']' [2021-02-18T13:38:06.958Z] +++ set -x [2021-02-18T13:38:06.958Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.214Z] INFO: Testing against a local daemon [2021-02-18T13:38:07.214Z] testing: warning: no tests to run [2021-02-18T13:38:07.214Z] PASS [2021-02-18T13:38:07.214Z] [2021-02-18T13:38:07.214Z] DONE 0 tests in 0.189s [2021-02-18T13:38:07.214Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.214Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.214Z] +++ set -e [2021-02-18T13:38:07.214Z] +++ '[' -n 0 ']' [2021-02-18T13:38:07.214Z] +++ set -x [2021-02-18T13:38:07.214Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.381Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-18T13:38:07.470Z] INFO: Testing against a local daemon [2021-02-18T13:38:07.470Z] testing: warning: no tests to run [2021-02-18T13:38:07.470Z] PASS [2021-02-18T13:38:07.470Z] [2021-02-18T13:38:07.470Z] DONE 0 tests in 0.221s [2021-02-18T13:38:07.470Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.470Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.470Z] +++ set -e [2021-02-18T13:38:07.470Z] +++ '[' -n 0 ']' [2021-02-18T13:38:07.470Z] +++ set -x [2021-02-18T13:38:07.470Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.727Z] INFO: Testing against a local daemon [2021-02-18T13:38:07.727Z] testing: warning: no tests to run [2021-02-18T13:38:07.727Z] PASS [2021-02-18T13:38:07.727Z] [2021-02-18T13:38:07.727Z] DONE 0 tests in 0.230s [2021-02-18T13:38:07.727Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.727Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.727Z] +++ set -e [2021-02-18T13:38:07.727Z] +++ '[' -n 0 ']' [2021-02-18T13:38:07.727Z] +++ set -x [2021-02-18T13:38:07.727Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.983Z] INFO: Testing against a local daemon [2021-02-18T13:38:07.983Z] testing: warning: no tests to run [2021-02-18T13:38:07.983Z] PASS [2021-02-18T13:38:07.983Z] [2021-02-18T13:38:07.983Z] DONE 0 tests in 0.180s [2021-02-18T13:38:07.983Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.983Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:07.983Z] +++ set -e [2021-02-18T13:38:07.983Z] +++ '[' -n 0 ']' [2021-02-18T13:38:07.983Z] +++ set -x [2021-02-18T13:38:07.984Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.071Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.26s) [2021-02-18T13:38:08.071Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T13:38:08.239Z] INFO: Testing against a local daemon [2021-02-18T13:38:08.239Z] testing: warning: no tests to run [2021-02-18T13:38:08.239Z] PASS [2021-02-18T13:38:08.239Z] [2021-02-18T13:38:08.239Z] DONE 0 tests in 0.161s [2021-02-18T13:38:08.239Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.239Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.239Z] +++ set -e [2021-02-18T13:38:08.239Z] +++ '[' -n 0 ']' [2021-02-18T13:38:08.239Z] +++ set -x [2021-02-18T13:38:08.240Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.240Z] INFO: Testing against a local daemon [2021-02-18T13:38:08.240Z] testing: warning: no tests to run [2021-02-18T13:38:08.240Z] PASS [2021-02-18T13:38:08.240Z] [2021-02-18T13:38:08.240Z] DONE 0 tests in 0.152s [2021-02-18T13:38:08.497Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.497Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.497Z] +++ set -e [2021-02-18T13:38:08.497Z] +++ '[' -n 0 ']' [2021-02-18T13:38:08.497Z] +++ set -x [2021-02-18T13:38:08.497Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.497Z] testing: warning: no tests to run [2021-02-18T13:38:08.497Z] PASS [2021-02-18T13:38:08.497Z] [2021-02-18T13:38:08.497Z] DONE 0 tests in 0.031s [2021-02-18T13:38:08.497Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.497Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.497Z] +++ set -e [2021-02-18T13:38:08.497Z] +++ '[' -n 0 ']' [2021-02-18T13:38:08.497Z] +++ set -x [2021-02-18T13:38:08.497Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.753Z] INFO: Testing against a local daemon [2021-02-18T13:38:08.753Z] testing: warning: no tests to run [2021-02-18T13:38:08.753Z] PASS [2021-02-18T13:38:08.753Z] [2021-02-18T13:38:08.753Z] DONE 0 tests in 0.234s [2021-02-18T13:38:08.753Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.753Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.753Z] +++ set -e [2021-02-18T13:38:08.753Z] +++ '[' -n 0 ']' [2021-02-18T13:38:08.753Z] +++ set -x [2021-02-18T13:38:08.754Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:08.754Z] INFO: Testing against a local daemon [2021-02-18T13:38:08.754Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:09.449Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s) [2021-02-18T13:38:09.449Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T13:38:09.905Z] .....INFO: Daemon under test started and replied! [2021-02-18T13:38:09.905Z] INFO: Docker version of the daemon under test [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] Client: [2021-02-18T13:38:09.905Z] Version: 17.06.2-ce [2021-02-18T13:38:09.905Z] API version: 1.30 [2021-02-18T13:38:09.905Z] Go version: go1.8.3 [2021-02-18T13:38:09.905Z] Git commit: cec0b72 [2021-02-18T13:38:09.905Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-18T13:38:09.905Z] OS/Arch: windows/amd64 [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] Server: [2021-02-18T13:38:09.905Z] Version: 0.0.0-dev [2021-02-18T13:38:09.905Z] API version: 1.41 (minimum version 1.24) [2021-02-18T13:38:09.905Z] Go version: go1.13.15 [2021-02-18T13:38:09.905Z] Git commit: 1f26a10af1 [2021-02-18T13:38:09.905Z] Built: 02/18/2021 13:36:14 [2021-02-18T13:38:09.905Z] OS/Arch: windows/amd64 [2021-02-18T13:38:09.905Z] Experimental: false [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] INFO: Docker info of the daemon under test [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] Containers: 0 [2021-02-18T13:38:09.905Z] Running: 0 [2021-02-18T13:38:09.905Z] Paused: 0 [2021-02-18T13:38:09.905Z] Stopped: 0 [2021-02-18T13:38:09.905Z] Images: 0 [2021-02-18T13:38:09.905Z] Server Version: 0.0.0-dev [2021-02-18T13:38:09.905Z] Storage Driver: windowsfilter [2021-02-18T13:38:09.905Z] Windows: [2021-02-18T13:38:09.905Z] Logging Driver: json-file [2021-02-18T13:38:09.905Z] Plugins: [2021-02-18T13:38:09.905Z] Volume: local [2021-02-18T13:38:09.905Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T13:38:09.905Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T13:38:09.905Z] Swarm: inactive [2021-02-18T13:38:09.905Z] Default Isolation: process [2021-02-18T13:38:09.905Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T13:38:09.905Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T13:38:09.905Z] OSType: windows [2021-02-18T13:38:09.905Z] Architecture: x86_64 [2021-02-18T13:38:09.905Z] CPUs: 4 [2021-02-18T13:38:09.905Z] Total Memory: 32GiB [2021-02-18T13:38:09.905Z] Name: azwin-2-75e650 [2021-02-18T13:38:09.905Z] ID: OQPD:3RUT:K27S:3WSV:MQP3:XHEZ:COXX:CISR:3SLG:WVOH:UOOK:ZQIM [2021-02-18T13:38:09.905Z] Docker Root Dir: D:\CI\PR-41974\6\daemon [2021-02-18T13:38:09.905Z] Debug Mode (client): false [2021-02-18T13:38:09.905Z] Debug Mode (server): true [2021-02-18T13:38:09.905Z] File Descriptors: -1 [2021-02-18T13:38:09.905Z] Goroutines: 16 [2021-02-18T13:38:09.905Z] System Time: 2021-02-18T13:38:07.7533152Z [2021-02-18T13:38:09.905Z] EventsListeners: 0 [2021-02-18T13:38:09.905Z] Registry: https://index.docker.io/v1/ [2021-02-18T13:38:09.905Z] Labels: [2021-02-18T13:38:09.905Z] Experimental: false [2021-02-18T13:38:09.905Z] Insecure Registries: [2021-02-18T13:38:09.905Z] 127.0.0.0/8 [2021-02-18T13:38:09.905Z] Live Restore Enabled: false [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] INFO: Docker images of the daemon under test [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T13:38:09.905Z] [2021-02-18T13:38:09.905Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-18T13:38:09.905Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-18T13:38:09.905Z] ltsc2019: Pulling from windows/servercore [2021-02-18T13:38:09.905Z] 4612f6d0b889: Pulling fs layer [2021-02-18T13:38:09.905Z] db4edcf0861f: Pulling fs layer [2021-02-18T13:38:10.385Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.28s) [2021-02-18T13:38:10.385Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T13:38:11.762Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.25s) [2021-02-18T13:38:11.762Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T13:38:12.329Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-02-18T13:38:12.329Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T13:38:13.706Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s) [2021-02-18T13:38:13.706Z] === RUN TestKernelTCPMemory [2021-02-18T13:38:13.706Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-18T13:38:13.706Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-18T13:38:13.706Z] === RUN TestNISDomainname [2021-02-18T13:38:14.038Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:14.273Z] --- PASS: TestNISDomainname (0.60s) [2021-02-18T13:38:14.273Z] === RUN TestHostnameDnsResolution [2021-02-18T13:38:14.963Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:15.210Z] --- PASS: TestHostnameDnsResolution (0.78s) [2021-02-18T13:38:15.210Z] === RUN TestStats [2021-02-18T13:38:15.382Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-18T13:38:15.722Z] db4edcf0861f: Download complete [2021-02-18T13:38:16.327Z] --- PASS: TestPluginsWithRuntimes (7.55s) [2021-02-18T13:38:16.327Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.36s) [2021-02-18T13:38:16.327Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.34s) [2021-02-18T13:38:16.327Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:17.740Z] --- PASS: TestStats (2.55s) [2021-02-18T13:38:17.740Z] === RUN TestStopContainerWithTimeout [2021-02-18T13:38:17.740Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T13:38:17.740Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T13:38:17.740Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T13:38:17.740Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T13:38:17.740Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T13:38:17.740Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T13:38:17.740Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T13:38:17.740Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T13:38:17.740Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T13:38:17.740Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T13:38:18.307Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T13:38:18.840Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:19.264Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-18T13:38:20.204Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:20.209Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T13:38:21.570Z] --- PASS: TestPluginsWithRuntimes (5.27s) [2021-02-18T13:38:21.570Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.31s) [2021-02-18T13:38:21.570Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.35s) [2021-02-18T13:38:21.570Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:22.110Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T13:38:22.111Z] --- PASS: TestStopContainerWithTimeout/0 (0.76s) [2021-02-18T13:38:22.111Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2021-02-18T13:38:22.111Z] --- PASS: TestStopContainerWithTimeout/3 (2.44s) [2021-02-18T13:38:22.111Z] --- PASS: TestStopContainerWithTimeout/1 (1.51s) [2021-02-18T13:38:22.111Z] === RUN TestDeleteDevicemapper [2021-02-18T13:38:22.111Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T13:38:22.111Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:38:22.111Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T13:38:23.522Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.73s) [2021-02-18T13:38:23.522Z] === RUN TestUpdateMemory [2021-02-18T13:38:24.085Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:24.107Z] --- PASS: TestUpdateMemory (0.63s) [2021-02-18T13:38:24.107Z] === RUN TestUpdateCPUQuota [2021-02-18T13:38:25.042Z] --- PASS: TestUpdateCPUQuota (0.94s) [2021-02-18T13:38:25.043Z] === RUN TestUpdatePidsLimit [2021-02-18T13:38:25.043Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T13:38:25.301Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T13:38:25.453Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:25.561Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T13:38:25.819Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T13:38:26.076Z] 4612f6d0b889: Verifying Checksum [2021-02-18T13:38:26.076Z] 4612f6d0b889: Download complete [2021-02-18T13:38:26.078Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T13:38:26.337Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T13:38:26.596Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T13:38:26.820Z] --- PASS: TestPluginsWithRuntimes (5.17s) [2021-02-18T13:38:26.820Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.27s) [2021-02-18T13:38:26.820Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.30s) [2021-02-18T13:38:26.820Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit (2.24s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-02-18T13:38:27.532Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2021-02-18T13:38:27.532Z] === RUN TestUpdateRestartPolicy [2021-02-18T13:38:29.420Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:30.786Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:32.152Z] --- PASS: TestPluginsWithRuntimes (5.18s) [2021-02-18T13:38:32.152Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.36s) [2021-02-18T13:38:32.152Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.29s) [2021-02-18T13:38:32.152Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:32.210Z] --- PASS: TestBuildWithHugeFile (52.54s) [2021-02-18T13:38:32.210Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T13:38:32.210Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:38:32.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:38:32.210Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:38:32.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:38:32.210Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:38:32.210Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:38:32.210Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:38:32.210Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:38:32.210Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:38:32.210Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2021-02-18T13:38:32.210Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2021-02-18T13:38:32.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2021-02-18T13:38:32.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-18T13:38:32.210Z] === RUN TestBuildPreserveOwnership [2021-02-18T13:38:32.210Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T13:38:32.780Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T13:38:34.690Z] --- PASS: TestBuildPreserveOwnership (6.07s) [2021-02-18T13:38:34.690Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.93s) [2021-02-18T13:38:34.690Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2021-02-18T13:38:34.690Z] === RUN TestBuildPlatformInvalid [2021-02-18T13:38:34.691Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:34.950Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-02-18T13:38:34.950Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T13:38:36.059Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:36.722Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-18T13:38:37.447Z] --- PASS: TestPluginsWithRuntimes (5.47s) [2021-02-18T13:38:37.447Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.43s) [2021-02-18T13:38:37.447Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.32s) [2021-02-18T13:38:37.447Z] PASS [2021-02-18T13:38:37.447Z] [2021-02-18T13:38:37.447Z] DONE 15 tests in 28.800s [2021-02-18T13:38:37.447Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.447Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.447Z] +++ set -e [2021-02-18T13:38:37.447Z] +++ '[' -n 0 ']' [2021-02-18T13:38:37.447Z] +++ set -x [2021-02-18T13:38:37.447Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.703Z] INFO: Testing against a local daemon [2021-02-18T13:38:37.703Z] testing: warning: no tests to run [2021-02-18T13:38:37.703Z] PASS [2021-02-18T13:38:37.703Z] [2021-02-18T13:38:37.703Z] DONE 0 tests in 0.189s [2021-02-18T13:38:37.703Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.703Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.703Z] +++ set -e [2021-02-18T13:38:37.703Z] +++ '[' -n 0 ']' [2021-02-18T13:38:37.703Z] +++ set -x [2021-02-18T13:38:37.703Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] INFO: Testing against a local daemon [2021-02-18T13:38:37.959Z] testing: warning: no tests to run [2021-02-18T13:38:37.959Z] PASS [2021-02-18T13:38:37.959Z] [2021-02-18T13:38:37.959Z] DONE 0 tests in 0.168s [2021-02-18T13:38:37.959Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] +++ set -e [2021-02-18T13:38:37.959Z] +++ '[' -n 0 ']' [2021-02-18T13:38:37.959Z] +++ set -x [2021-02-18T13:38:37.959Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] testing: warning: no tests to run [2021-02-18T13:38:37.959Z] PASS [2021-02-18T13:38:37.959Z] [2021-02-18T13:38:37.959Z] DONE 0 tests in 0.045s [2021-02-18T13:38:37.959Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:37.959Z] +++ set -e [2021-02-18T13:38:37.959Z] +++ '[' -n 0 ']' [2021-02-18T13:38:37.959Z] +++ set -x [2021-02-18T13:38:37.959Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.215Z] INFO: Testing against a local daemon [2021-02-18T13:38:38.215Z] testing: warning: no tests to run [2021-02-18T13:38:38.215Z] PASS [2021-02-18T13:38:38.215Z] [2021-02-18T13:38:38.215Z] DONE 0 tests in 0.190s [2021-02-18T13:38:38.215Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.215Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.215Z] +++ set -e [2021-02-18T13:38:38.215Z] +++ '[' -n 0 ']' [2021-02-18T13:38:38.215Z] +++ set -x [2021-02-18T13:38:38.215Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.470Z] INFO: Testing against a local daemon [2021-02-18T13:38:38.470Z] testing: warning: no tests to run [2021-02-18T13:38:38.470Z] PASS [2021-02-18T13:38:38.470Z] [2021-02-18T13:38:38.470Z] DONE 0 tests in 0.142s [2021-02-18T13:38:38.470Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.470Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.470Z] +++ set -e [2021-02-18T13:38:38.470Z] +++ '[' -n 0 ']' [2021-02-18T13:38:38.470Z] +++ set -x [2021-02-18T13:38:38.471Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] INFO: Testing against a local daemon [2021-02-18T13:38:38.727Z] testing: warning: no tests to run [2021-02-18T13:38:38.727Z] PASS [2021-02-18T13:38:38.727Z] [2021-02-18T13:38:38.727Z] DONE 0 tests in 0.186s [2021-02-18T13:38:38.727Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] +++ set -e [2021-02-18T13:38:38.727Z] +++ '[' -n 0 ']' [2021-02-18T13:38:38.727Z] +++ set -x [2021-02-18T13:38:38.727Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] INFO: Testing against a local daemon [2021-02-18T13:38:38.727Z] testing: warning: no tests to run [2021-02-18T13:38:38.727Z] PASS [2021-02-18T13:38:38.727Z] [2021-02-18T13:38:38.727Z] DONE 0 tests in 0.177s [2021-02-18T13:38:38.727Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.727Z] +++ set -e [2021-02-18T13:38:38.727Z] +++ '[' -n 0 ']' [2021-02-18T13:38:38.727Z] +++ set -x [2021-02-18T13:38:38.727Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.983Z] INFO: Testing against a local daemon [2021-02-18T13:38:38.983Z] testing: warning: no tests to run [2021-02-18T13:38:38.983Z] PASS [2021-02-18T13:38:38.983Z] [2021-02-18T13:38:38.983Z] DONE 0 tests in 0.175s [2021-02-18T13:38:38.983Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.983Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:38.983Z] +++ set -e [2021-02-18T13:38:38.983Z] +++ '[' -n 0 ']' [2021-02-18T13:38:38.983Z] +++ set -x [2021-02-18T13:38:38.983Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.239Z] INFO: Testing against a local daemon [2021-02-18T13:38:39.239Z] testing: warning: no tests to run [2021-02-18T13:38:39.239Z] PASS [2021-02-18T13:38:39.239Z] [2021-02-18T13:38:39.239Z] DONE 0 tests in 0.185s [2021-02-18T13:38:39.239Z] Running integration-test (iteration 2) [2021-02-18T13:38:39.239Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.239Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.239Z] +++ set -e [2021-02-18T13:38:39.239Z] +++ '[' -n 0 ']' [2021-02-18T13:38:39.239Z] +++ set -x [2021-02-18T13:38:39.239Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.495Z] INFO: Testing against a local daemon [2021-02-18T13:38:39.495Z] testing: warning: no tests to run [2021-02-18T13:38:39.495Z] PASS [2021-02-18T13:38:39.495Z] [2021-02-18T13:38:39.495Z] DONE 0 tests in 0.109s [2021-02-18T13:38:39.495Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.495Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.495Z] +++ set -e [2021-02-18T13:38:39.495Z] +++ '[' -n 0 ']' [2021-02-18T13:38:39.495Z] +++ set -x [2021-02-18T13:38:39.495Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.495Z] INFO: Testing against a local daemon [2021-02-18T13:38:39.495Z] testing: warning: no tests to run [2021-02-18T13:38:39.495Z] PASS [2021-02-18T13:38:39.495Z] [2021-02-18T13:38:39.495Z] DONE 0 tests in 0.106s [2021-02-18T13:38:39.495Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.496Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.496Z] +++ set -e [2021-02-18T13:38:39.496Z] +++ '[' -n 0 ']' [2021-02-18T13:38:39.496Z] +++ set -x [2021-02-18T13:38:39.496Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] INFO: Testing against a local daemon [2021-02-18T13:38:39.752Z] testing: warning: no tests to run [2021-02-18T13:38:39.752Z] PASS [2021-02-18T13:38:39.752Z] [2021-02-18T13:38:39.752Z] DONE 0 tests in 0.110s [2021-02-18T13:38:39.752Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] +++ set -e [2021-02-18T13:38:39.752Z] +++ '[' -n 0 ']' [2021-02-18T13:38:39.752Z] +++ set -x [2021-02-18T13:38:39.752Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] INFO: Testing against a local daemon [2021-02-18T13:38:39.752Z] testing: warning: no tests to run [2021-02-18T13:38:39.752Z] PASS [2021-02-18T13:38:39.752Z] [2021-02-18T13:38:39.752Z] DONE 0 tests in 0.124s [2021-02-18T13:38:39.752Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.752Z] +++ set -e [2021-02-18T13:38:39.752Z] +++ '[' -n 0 ']' [2021-02-18T13:38:39.752Z] +++ set -x [2021-02-18T13:38:39.752Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:39.770Z] --- PASS: TestUpdateRestartPolicy (11.30s) [2021-02-18T13:38:39.770Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T13:38:39.770Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2021-02-18T13:38:39.770Z] === RUN TestWaitNonBlocked [2021-02-18T13:38:39.770Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:38:39.770Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:38:39.770Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:38:39.770Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:38:39.770Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:38:39.770Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:38:40.008Z] INFO: Testing against a local daemon [2021-02-18T13:38:40.008Z] testing: warning: no tests to run [2021-02-18T13:38:40.008Z] PASS [2021-02-18T13:38:40.008Z] [2021-02-18T13:38:40.008Z] DONE 0 tests in 0.115s [2021-02-18T13:38:40.008Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.008Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.008Z] +++ set -e [2021-02-18T13:38:40.008Z] +++ '[' -n 0 ']' [2021-02-18T13:38:40.008Z] +++ set -x [2021-02-18T13:38:40.008Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.008Z] INFO: Testing against a local daemon [2021-02-18T13:38:40.008Z] testing: warning: no tests to run [2021-02-18T13:38:40.008Z] PASS [2021-02-18T13:38:40.008Z] [2021-02-18T13:38:40.008Z] DONE 0 tests in 0.136s [2021-02-18T13:38:40.008Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.008Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.008Z] +++ set -e [2021-02-18T13:38:40.008Z] +++ '[' -n 0 ']' [2021-02-18T13:38:40.008Z] +++ set -x [2021-02-18T13:38:40.009Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.029Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T13:38:40.029Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.81s) [2021-02-18T13:38:40.029Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.83s) [2021-02-18T13:38:40.029Z] === RUN TestWaitBlocked [2021-02-18T13:38:40.029Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:38:40.029Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:38:40.029Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:38:40.029Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:38:40.029Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:38:40.029Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:38:40.265Z] INFO: Testing against a local daemon [2021-02-18T13:38:40.265Z] testing: warning: no tests to run [2021-02-18T13:38:40.265Z] PASS [2021-02-18T13:38:40.265Z] [2021-02-18T13:38:40.265Z] DONE 0 tests in 0.127s [2021-02-18T13:38:40.265Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.265Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.265Z] +++ set -e [2021-02-18T13:38:40.265Z] +++ '[' -n 0 ']' [2021-02-18T13:38:40.265Z] +++ set -x [2021-02-18T13:38:40.265Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.265Z] testing: warning: no tests to run [2021-02-18T13:38:40.265Z] PASS [2021-02-18T13:38:40.265Z] [2021-02-18T13:38:40.265Z] DONE 0 tests in 0.014s [2021-02-18T13:38:40.265Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.265Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.265Z] +++ set -e [2021-02-18T13:38:40.265Z] +++ '[' -n 0 ']' [2021-02-18T13:38:40.265Z] +++ set -x [2021-02-18T13:38:40.265Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.522Z] INFO: Testing against a local daemon [2021-02-18T13:38:40.522Z] testing: warning: no tests to run [2021-02-18T13:38:40.522Z] PASS [2021-02-18T13:38:40.522Z] [2021-02-18T13:38:40.522Z] DONE 0 tests in 0.135s [2021-02-18T13:38:40.522Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.522Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.522Z] +++ set -e [2021-02-18T13:38:40.522Z] +++ '[' -n 0 ']' [2021-02-18T13:38:40.522Z] +++ set -x [2021-02-18T13:38:40.522Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:38:40.522Z] INFO: Testing against a local daemon [2021-02-18T13:38:40.522Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:40.965Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-18T13:38:40.965Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2021-02-18T13:38:40.965Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2021-02-18T13:38:40.965Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T13:38:40.965Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T13:38:43.038Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:43.498Z] --- PASS: TestContainerStartOnDaemonRestart (2.48s) [2021-02-18T13:38:43.498Z] === CONT TestIpcModeOlderClient [2021-02-18T13:38:43.498Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-02-18T13:38:43.498Z] === CONT TestDaemonHostGatewayIP [2021-02-18T13:38:44.397Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-18T13:38:44.403Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:45.767Z] --- PASS: TestPluginsWithRuntimes (5.16s) [2021-02-18T13:38:45.767Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.32s) [2021-02-18T13:38:45.767Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.31s) [2021-02-18T13:38:45.767Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:46.030Z] --- PASS: TestDaemonHostGatewayIP (2.38s) [2021-02-18T13:38:46.030Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T13:38:46.185Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-18T13:38:47.182Z] Loaded image: buildpack-deps:buster [2021-02-18T13:38:47.182Z] Loaded image: busybox:latest [2021-02-18T13:38:47.408Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.81s) [2021-02-18T13:38:47.408Z] === CONT TestDaemonRestartIpcMode [2021-02-18T13:38:47.443Z] Loaded image: busybox:glibc [2021-02-18T13:38:48.281Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:49.651Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:49.940Z] --- PASS: TestDaemonRestartIpcMode (2.36s) [2021-02-18T13:38:49.986Z] Loaded image: debian:bullseye [2021-02-18T13:38:49.986Z] Loaded image: hello-world:latest [2021-02-18T13:38:49.986Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:38:50.680Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-18T13:38:51.016Z] --- PASS: TestPluginsWithRuntimes (5.23s) [2021-02-18T13:38:51.016Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.33s) [2021-02-18T13:38:51.016Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.33s) [2021-02-18T13:38:51.016Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:53.224Z] --- PASS: TestContainerKillOnDaemonStart (12.08s) [2021-02-18T13:38:53.224Z] PASS [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === Skipped [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T13:38:53.224Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T13:38:53.224Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:38:53.224Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-18T13:38:53.224Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-18T13:38:53.224Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T13:38:53.224Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] [2021-02-18T13:38:53.224Z] DONE 196 tests, 6 skipped in 107.645s [2021-02-18T13:38:53.224Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T13:38:53.224Z] INFO: Testing against a local daemon [2021-02-18T13:38:53.224Z] === RUN TestCommitInheritsEnv [2021-02-18T13:38:53.224Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-02-18T13:38:53.224Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T13:38:53.224Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T13:38:53.224Z] === RUN TestImagesFilterMultiReference [2021-02-18T13:38:53.224Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-02-18T13:38:53.224Z] === RUN TestImagePullPlatformInvalid [2021-02-18T13:38:53.224Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-18T13:38:53.224Z] === RUN TestRemoveImageOrphaning [2021-02-18T13:38:53.482Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2021-02-18T13:38:53.482Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T13:38:53.532Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:54.897Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:38:55.387Z] --- PASS: TestRemoveImageGarbageCollector (1.77s) [2021-02-18T13:38:55.387Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T13:38:55.387Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-18T13:38:55.387Z] === RUN TestTagInvalidReference [2021-02-18T13:38:55.387Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-18T13:38:55.387Z] === RUN TestTagValidPrefixedRepo [2021-02-18T13:38:55.387Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-18T13:38:55.387Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T13:38:55.387Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T13:38:55.387Z] === RUN TestTagOfficialNames [2021-02-18T13:38:55.387Z] --- PASS: TestTagOfficialNames (0.06s) [2021-02-18T13:38:55.387Z] === RUN TestTagMatchesDigest [2021-02-18T13:38:55.387Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-18T13:38:55.387Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T13:38:56.262Z] --- PASS: TestPluginsWithRuntimes (5.27s) [2021-02-18T13:38:56.262Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.28s) [2021-02-18T13:38:56.262Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.35s) [2021-02-18T13:38:56.262Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:38:58.777Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:38:59.979Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.50s) [2021-02-18T13:38:59.979Z] PASS [2021-02-18T13:38:59.979Z] [2021-02-18T13:38:59.979Z] === Skipped [2021-02-18T13:38:59.979Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-18T13:38:59.979Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:38:59.979Z] [2021-02-18T13:38:59.979Z] [2021-02-18T13:38:59.979Z] DONE 33 tests, 1 skipped in 134.553s [2021-02-18T13:38:59.979Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T13:38:59.979Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:38:59.979Z] ++ set -e [2021-02-18T13:38:59.979Z] ++ '[' -n 0 ']' [2021-02-18T13:38:59.979Z] ++ set -x [2021-02-18T13:38:59.979Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:38:59.979Z] INFO: Testing against a local daemon [2021-02-18T13:38:59.979Z] === RUN TestConfigInspect [2021-02-18T13:39:00.145Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:01.511Z] --- PASS: TestPluginsWithRuntimes (5.31s) [2021-02-18T13:39:01.511Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.34s) [2021-02-18T13:39:01.511Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.31s) [2021-02-18T13:39:01.511Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:02.524Z] --- PASS: TestConfigInspect (3.74s) [2021-02-18T13:39:02.524Z] === RUN TestConfigList [2021-02-18T13:39:03.495Z] ......................... [ 67%] [2021-02-18T13:39:04.030Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:05.397Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:05.832Z] --- PASS: TestConfigList (3.26s) [2021-02-18T13:39:05.832Z] === RUN TestConfigsCreateAndDelete [2021-02-18T13:39:06.767Z] --- PASS: TestPluginsWithRuntimes (5.24s) [2021-02-18T13:39:06.767Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.31s) [2021-02-18T13:39:06.767Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.34s) [2021-02-18T13:39:06.767Z] PASS [2021-02-18T13:39:06.767Z] [2021-02-18T13:39:06.767Z] DONE 15 tests in 26.363s [2021-02-18T13:39:06.767Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:06.767Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:06.767Z] +++ set -e [2021-02-18T13:39:06.767Z] +++ '[' -n 0 ']' [2021-02-18T13:39:06.767Z] +++ set -x [2021-02-18T13:39:06.767Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.024Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.024Z] testing: warning: no tests to run [2021-02-18T13:39:07.024Z] PASS [2021-02-18T13:39:07.024Z] [2021-02-18T13:39:07.024Z] DONE 0 tests in 0.107s [2021-02-18T13:39:07.024Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.024Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.024Z] +++ set -e [2021-02-18T13:39:07.024Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.024Z] +++ set -x [2021-02-18T13:39:07.024Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.024Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.024Z] testing: warning: no tests to run [2021-02-18T13:39:07.024Z] PASS [2021-02-18T13:39:07.024Z] [2021-02-18T13:39:07.024Z] DONE 0 tests in 0.119s [2021-02-18T13:39:07.280Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ set -e [2021-02-18T13:39:07.280Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.280Z] +++ set -x [2021-02-18T13:39:07.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] testing: warning: no tests to run [2021-02-18T13:39:07.280Z] PASS [2021-02-18T13:39:07.280Z] [2021-02-18T13:39:07.280Z] DONE 0 tests in 0.018s [2021-02-18T13:39:07.280Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ set -e [2021-02-18T13:39:07.280Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.280Z] +++ set -x [2021-02-18T13:39:07.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.280Z] testing: warning: no tests to run [2021-02-18T13:39:07.280Z] PASS [2021-02-18T13:39:07.280Z] [2021-02-18T13:39:07.280Z] DONE 0 tests in 0.114s [2021-02-18T13:39:07.280Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.280Z] +++ set -e [2021-02-18T13:39:07.280Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.280Z] +++ set -x [2021-02-18T13:39:07.280Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.537Z] testing: warning: no tests to run [2021-02-18T13:39:07.537Z] PASS [2021-02-18T13:39:07.537Z] [2021-02-18T13:39:07.537Z] DONE 0 tests in 0.073s [2021-02-18T13:39:07.537Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] +++ set -e [2021-02-18T13:39:07.537Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.537Z] +++ set -x [2021-02-18T13:39:07.537Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.537Z] testing: warning: no tests to run [2021-02-18T13:39:07.537Z] PASS [2021-02-18T13:39:07.537Z] [2021-02-18T13:39:07.537Z] DONE 0 tests in 0.144s [2021-02-18T13:39:07.537Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.537Z] +++ set -e [2021-02-18T13:39:07.537Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.537Z] +++ set -x [2021-02-18T13:39:07.537Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.793Z] testing: warning: no tests to run [2021-02-18T13:39:07.793Z] PASS [2021-02-18T13:39:07.793Z] [2021-02-18T13:39:07.793Z] DONE 0 tests in 0.068s [2021-02-18T13:39:07.793Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] +++ set -e [2021-02-18T13:39:07.793Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.793Z] +++ set -x [2021-02-18T13:39:07.793Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] INFO: Testing against a local daemon [2021-02-18T13:39:07.793Z] testing: warning: no tests to run [2021-02-18T13:39:07.793Z] PASS [2021-02-18T13:39:07.793Z] [2021-02-18T13:39:07.793Z] DONE 0 tests in 0.161s [2021-02-18T13:39:07.793Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:07.793Z] +++ set -e [2021-02-18T13:39:07.793Z] +++ '[' -n 0 ']' [2021-02-18T13:39:07.793Z] +++ set -x [2021-02-18T13:39:07.793Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.050Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.050Z] testing: warning: no tests to run [2021-02-18T13:39:08.050Z] PASS [2021-02-18T13:39:08.050Z] [2021-02-18T13:39:08.050Z] DONE 0 tests in 0.128s [2021-02-18T13:39:08.050Z] Running integration-test (iteration 3) [2021-02-18T13:39:08.050Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.050Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.050Z] +++ set -e [2021-02-18T13:39:08.050Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.050Z] +++ set -x [2021-02-18T13:39:08.050Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.306Z] testing: warning: no tests to run [2021-02-18T13:39:08.306Z] PASS [2021-02-18T13:39:08.306Z] [2021-02-18T13:39:08.306Z] DONE 0 tests in 0.110s [2021-02-18T13:39:08.306Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] +++ set -e [2021-02-18T13:39:08.306Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.306Z] +++ set -x [2021-02-18T13:39:08.306Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.306Z] testing: warning: no tests to run [2021-02-18T13:39:08.306Z] PASS [2021-02-18T13:39:08.306Z] [2021-02-18T13:39:08.306Z] DONE 0 tests in 0.098s [2021-02-18T13:39:08.306Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.306Z] +++ set -e [2021-02-18T13:39:08.306Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.306Z] +++ set -x [2021-02-18T13:39:08.306Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.562Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.562Z] testing: warning: no tests to run [2021-02-18T13:39:08.562Z] PASS [2021-02-18T13:39:08.562Z] [2021-02-18T13:39:08.562Z] DONE 0 tests in 0.178s [2021-02-18T13:39:08.562Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.562Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.562Z] +++ set -e [2021-02-18T13:39:08.562Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.562Z] +++ set -x [2021-02-18T13:39:08.562Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.819Z] testing: warning: no tests to run [2021-02-18T13:39:08.819Z] PASS [2021-02-18T13:39:08.819Z] [2021-02-18T13:39:08.819Z] DONE 0 tests in 0.148s [2021-02-18T13:39:08.819Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] +++ set -e [2021-02-18T13:39:08.819Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.819Z] +++ set -x [2021-02-18T13:39:08.819Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] INFO: Testing against a local daemon [2021-02-18T13:39:08.819Z] testing: warning: no tests to run [2021-02-18T13:39:08.819Z] PASS [2021-02-18T13:39:08.819Z] [2021-02-18T13:39:08.819Z] DONE 0 tests in 0.082s [2021-02-18T13:39:08.819Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:08.819Z] +++ set -e [2021-02-18T13:39:08.819Z] +++ '[' -n 0 ']' [2021-02-18T13:39:08.819Z] +++ set -x [2021-02-18T13:39:08.819Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] INFO: Testing against a local daemon [2021-02-18T13:39:09.075Z] testing: warning: no tests to run [2021-02-18T13:39:09.075Z] PASS [2021-02-18T13:39:09.075Z] [2021-02-18T13:39:09.075Z] DONE 0 tests in 0.139s [2021-02-18T13:39:09.075Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] +++ set -e [2021-02-18T13:39:09.075Z] +++ '[' -n 0 ']' [2021-02-18T13:39:09.075Z] +++ set -x [2021-02-18T13:39:09.075Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] INFO: Testing against a local daemon [2021-02-18T13:39:09.075Z] testing: warning: no tests to run [2021-02-18T13:39:09.075Z] PASS [2021-02-18T13:39:09.075Z] [2021-02-18T13:39:09.075Z] DONE 0 tests in 0.111s [2021-02-18T13:39:09.075Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] +++ set -e [2021-02-18T13:39:09.075Z] +++ '[' -n 0 ']' [2021-02-18T13:39:09.075Z] +++ set -x [2021-02-18T13:39:09.075Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.075Z] testing: warning: no tests to run [2021-02-18T13:39:09.075Z] PASS [2021-02-18T13:39:09.146Z] --- PASS: TestConfigsCreateAndDelete (3.38s) [2021-02-18T13:39:09.146Z] === RUN TestConfigsUpdate [2021-02-18T13:39:09.332Z] [2021-02-18T13:39:09.332Z] DONE 0 tests in 0.013s [2021-02-18T13:39:09.332Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] +++ set -e [2021-02-18T13:39:09.332Z] +++ '[' -n 0 ']' [2021-02-18T13:39:09.332Z] +++ set -x [2021-02-18T13:39:09.332Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] INFO: Testing against a local daemon [2021-02-18T13:39:09.332Z] testing: warning: no tests to run [2021-02-18T13:39:09.332Z] PASS [2021-02-18T13:39:09.332Z] [2021-02-18T13:39:09.332Z] DONE 0 tests in 0.081s [2021-02-18T13:39:09.332Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] +++ set -e [2021-02-18T13:39:09.332Z] +++ '[' -n 0 ']' [2021-02-18T13:39:09.332Z] +++ set -x [2021-02-18T13:39:09.332Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:09.332Z] INFO: Testing against a local daemon [2021-02-18T13:39:09.332Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:09.895Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:39:09.895Z] Using test binary docker [2021-02-18T13:39:09.895Z] +++ /etc/init.d/apparmor start [2021-02-18T13:39:09.895Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:39:09.895Z] INFO: Waiting for daemon to start... [2021-02-18T13:39:09.895Z] Starting dockerd [2021-02-18T13:39:09.895Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-18T13:39:10.150Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:39:10.150Z] Using test binary docker [2021-02-18T13:39:10.150Z] +++ /etc/init.d/apparmor start [2021-02-18T13:39:10.150Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:39:10.150Z] Starting dockerd [2021-02-18T13:39:10.150Z] INFO: Waiting for daemon to start... [2021-02-18T13:39:10.150Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-18T13:39:12.038Z] . [2021-02-18T13:39:12.038Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:39:12.038Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:39:12.038Z] Error: No such image: emptyfs [2021-02-18T13:39:12.038Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T13:39:12.038Z] ++++ docker load [2021-02-18T13:39:12.038Z] Running integration-test (iteration 1) [2021-02-18T13:39:12.038Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-18T13:39:12.038Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-18T13:39:12.038Z] ++ set -e [2021-02-18T13:39:12.038Z] ++ '[' -n 0 ']' [2021-02-18T13:39:12.038Z] ++ set -x [2021-02-18T13:39:12.038Z] ++ env -i DEST=/go/src/github.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)/' [2021-02-18T13:39:12.293Z] [2021-02-18T13:39:12.293Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:39:12.293Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:39:12.293Z] Error: No such image: emptyfs [2021-02-18T13:39:12.293Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-18T13:39:12.293Z] ++++ docker load [2021-02-18T13:39:12.447Z] --- PASS: TestConfigsUpdate (3.28s) [2021-02-18T13:39:12.447Z] === RUN TestTemplatedConfig [2021-02-18T13:39:12.549Z] Running integration-test (iteration 1) [2021-02-18T13:39:12.549Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-18T13:39:12.549Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-18T13:39:12.549Z] ++ set -e [2021-02-18T13:39:12.549Z] ++ '[' -n 0 ']' [2021-02-18T13:39:12.549Z] ++ set -x [2021-02-18T13:39:12.549Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-18T13:39:12.815Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:16.647Z] --- PASS: TestTemplatedConfig (3.41s) [2021-02-18T13:39:16.647Z] === RUN TestConfigCreateResolve [2021-02-18T13:39:19.189Z] --- PASS: TestConfigCreateResolve (3.27s) [2021-02-18T13:39:19.189Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T13:39:19.760Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2021-02-18T13:39:19.760Z] PASS [2021-02-18T13:39:19.760Z] [2021-02-18T13:39:19.760Z] DONE 7 tests in 21.165s [2021-02-18T13:39:19.760Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T13:39:19.760Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:39:19.760Z] ++ set -e [2021-02-18T13:39:19.760Z] ++ '[' -n 0 ']' [2021-02-18T13:39:19.760Z] ++ set -x [2021-02-18T13:39:19.760Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:39:20.020Z] INFO: Testing against a local daemon [2021-02-18T13:39:20.020Z] === RUN TestCheckpoint [2021-02-18T13:39:20.020Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T13:39:20.020Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:39:20.020Z] === RUN TestContainerInvalidJSON [2021-02-18T13:39:20.020Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:39:20.020Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:39:20.020Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:39:20.020Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:39:20.020Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:39:20.020Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:39:20.020Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:39:20.020Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:39:20.020Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:39:20.020Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-18T13:39:20.020Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T13:39:20.020Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T13:39:20.020Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-18T13:39:20.020Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T13:39:20.280Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2021-02-18T13:39:20.280Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T13:39:20.280Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2021-02-18T13:39:20.280Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T13:39:20.541Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2021-02-18T13:39:20.541Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T13:39:20.541Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2021-02-18T13:39:20.541Z] === RUN TestCopyFromContainer [2021-02-18T13:39:22.452Z] === RUN TestCopyFromContainer// [2021-02-18T13:39:22.713Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T13:39:22.713Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T13:39:22.758Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:22.973Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T13:39:22.973Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T13:39:23.234Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T13:39:23.234Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T13:39:23.320Z] --- PASS: TestPluginsWithRuntimes (14.01s) [2021-02-18T13:39:23.320Z] --- PASS: TestPluginsWithRuntimes/No_Args (9.23s) [2021-02-18T13:39:23.320Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.37s) [2021-02-18T13:39:23.320Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:23.494Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T13:39:23.494Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T13:39:23.494Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer (3.19s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-02-18T13:39:23.755Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-18T13:39:23.755Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T13:39:23.755Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:39:23.755Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:39:23.755Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:39:23.755Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:39:23.755Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:39:23.755Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:39:23.755Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:39:23.755Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:39:23.755Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:39:23.755Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T13:39:23.755Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T13:39:23.755Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T13:39:23.755Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T13:39:23.755Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T13:39:23.755Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-02-18T13:39:23.755Z] === RUN TestCreateWithInvalidEnv [2021-02-18T13:39:24.016Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T13:39:24.016Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T13:39:24.016Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T13:39:24.016Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T13:39:24.016Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T13:39:24.016Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T13:39:24.016Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T13:39:24.016Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T13:39:24.016Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T13:39:24.016Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-18T13:39:24.016Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T13:39:24.016Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T13:39:24.016Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T13:39:24.016Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T13:39:24.016Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-02-18T13:39:24.016Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T13:39:25.837Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:26.559Z] --- PASS: TestCreateWithCustomMaskedPaths (2.13s) [2021-02-18T13:39:26.559Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T13:39:27.727Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:39:28.469Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:39:28.469Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:39:28.469Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:39:28.469Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:39:28.469Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:39:28.469Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:39:28.469Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:39:28.469Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:39:28.469Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:39:28.469Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:39:28.469Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-02-18T13:39:28.469Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-02-18T13:39:28.469Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T13:39:29.039Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2021-02-18T13:39:29.039Z] === RUN TestCreateDifferentPlatform [2021-02-18T13:39:29.039Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T13:39:29.039Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T13:39:29.300Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-18T13:39:29.300Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T13:39:29.300Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T13:39:29.300Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T13:39:29.300Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-02-18T13:39:29.300Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T13:39:29.300Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2021-02-18T13:39:29.300Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T13:39:29.300Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T13:39:29.300Z] === RUN TestDaemonRestartIpcMode [2021-02-18T13:39:29.300Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T13:39:29.300Z] === RUN TestDaemonHostGatewayIP [2021-02-18T13:39:29.300Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T13:39:29.300Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T13:39:29.300Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T13:39:29.300Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T13:39:29.300Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T13:39:29.300Z] === RUN TestDiff [2021-02-18T13:39:29.617Z] --- PASS: TestPluginsWithRuntimes (5.83s) [2021-02-18T13:39:29.617Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.66s) [2021-02-18T13:39:29.617Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.59s) [2021-02-18T13:39:29.617Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:30.240Z] --- PASS: TestDiff (0.77s) [2021-02-18T13:39:30.240Z] === RUN TestExecWithCloseStdin [2021-02-18T13:39:31.182Z] --- PASS: TestExecWithCloseStdin (0.85s) [2021-02-18T13:39:31.182Z] === RUN TestExec [2021-02-18T13:39:31.753Z] --- PASS: TestExec (0.86s) [2021-02-18T13:39:31.753Z] === RUN TestExecUser [2021-02-18T13:39:32.131Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:32.695Z] --- PASS: TestExecUser (0.87s) [2021-02-18T13:39:32.695Z] === RUN TestExportContainerAndImportImage [2021-02-18T13:39:33.508Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:34.078Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2021-02-18T13:39:34.078Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T13:39:34.921Z] --- PASS: TestPluginsWithRuntimes (5.62s) [2021-02-18T13:39:34.921Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.45s) [2021-02-18T13:39:34.921Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.59s) [2021-02-18T13:39:34.921Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:35.990Z] --- PASS: TestExportContainerAfterDaemonRestart (2.17s) [2021-02-18T13:39:35.990Z] === RUN TestHealthCheckWorkdir [2021-02-18T13:39:36.930Z] --- PASS: TestHealthCheckWorkdir (1.04s) [2021-02-18T13:39:36.930Z] === RUN TestHealthKillContainer [2021-02-18T13:39:37.436Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:38.801Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:39.897Z] --- PASS: TestImportExtremelyLargeImageWorks (102.02s) [2021-02-18T13:39:39.897Z] PASS [2021-02-18T13:39:39.897Z] [2021-02-18T13:39:39.897Z] === Skipped [2021-02-18T13:39:39.897Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T13:39:39.897Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-18T13:39:39.897Z] [2021-02-18T13:39:39.897Z] [2021-02-18T13:39:39.897Z] DONE 12 tests, 1 skipped in 105.830s [2021-02-18T13:39:39.897Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.897Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.897Z] === RUN TestNetworkCreateDelete [2021-02-18T13:39:39.897Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-02-18T13:39:39.897Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T13:39:39.897Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-02-18T13:39:39.897Z] === RUN TestDaemonDNSFallback [2021-02-18T13:39:39.898Z] --- PASS: TestDaemonDNSFallback (7.29s) [2021-02-18T13:39:39.898Z] === RUN TestInspectNetwork [2021-02-18T13:39:39.898Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-18T13:39:39.898Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T13:39:39.898Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-18T13:39:39.898Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestNetworkInvalidJSON [2021-02-18T13:39:39.898Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T13:39:39.898Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T13:39:39.898Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:39:39.898Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:39:39.898Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:39:39.898Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:39:39.898Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T13:39:39.898Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:39:39.898Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T13:39:39.898Z] === RUN TestNetworkList [2021-02-18T13:39:39.898Z] === RUN TestNetworkList//networks [2021-02-18T13:39:39.898Z] === PAUSE TestNetworkList//networks [2021-02-18T13:39:39.898Z] === RUN TestNetworkList//networks/ [2021-02-18T13:39:39.898Z] === PAUSE TestNetworkList//networks/ [2021-02-18T13:39:39.898Z] === CONT TestNetworkList//networks [2021-02-18T13:39:39.898Z] === CONT TestNetworkList//networks/ [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkList (0.02s) [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T13:39:39.898Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T13:39:39.898Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T13:39:39.898Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-18T13:39:39.898Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T13:39:39.898Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2021-02-18T13:39:39.898Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T13:39:39.898Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T13:39:39.898Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T13:39:39.898Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T13:39:39.898Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T13:39:39.898Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T13:39:39.898Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:39:39.898Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T13:39:39.898Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T13:39:39.898Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === Skipped [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-18T13:39:39.898Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-18T13:39:39.898Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-18T13:39:39.898Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2021-02-18T13:39:39.898Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-18T13:39:39.898Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T13:39:39.898Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 22 tests, 12 skipped in 7.995s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.898Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T13:39:39.898Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:39:39.898Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:39:39.898Z] === RUN TestDockerNetworkIpvlan [2021-02-18T13:39:39.898Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:39:39.898Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === Skipped [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:39:39.898Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:39:39.898Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 2 tests, 2 skipped in 0.107s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.898Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T13:39:39.898Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-18T13:39:39.898Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] === RUN TestDockerNetworkMacvlan [2021-02-18T13:39:39.898Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-18T13:39:39.898Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === Skipped [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-18T13:39:39.898Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-18T13:39:39.898Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 2 tests, 2 skipped in 0.094s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] testing: warning: no tests to run [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 0 tests in 0.022s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginTLS [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginHeader [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginV2Disable [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T13:39:39.898Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === Skipped [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-18T13:39:39.898Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 17 tests, 17 skipped in 0.377s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.898Z] === RUN TestPluginInvalidJSON [2021-02-18T13:39:39.898Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:39:39.898Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:39:39.898Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:39:39.898Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-18T13:39:39.898Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T13:39:39.898Z] === RUN TestPluginInstall [2021-02-18T13:39:39.898Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T13:39:39.898Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:39.898Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-18T13:39:39.898Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-18T13:39:39.898Z] PASS [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === Skipped [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-18T13:39:39.898Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-02-18T13:39:39.898Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] [2021-02-18T13:39:39.898Z] DONE 4 tests, 2 skipped in 0.137s [2021-02-18T13:39:39.898Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T13:39:39.898Z] INFO: Testing against a local daemon [2021-02-18T13:39:39.898Z] === RUN TestExternalGraphDriver [2021-02-18T13:39:39.898Z] --- SKIP: TestExternalGraphDriver (0.06s) [2021-02-18T13:39:39.898Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-18T13:39:39.898Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:39:40.166Z] --- PASS: TestPluginsWithRuntimes (5.38s) [2021-02-18T13:39:40.166Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.34s) [2021-02-18T13:39:40.166Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.38s) [2021-02-18T13:39:40.166Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:40.226Z] --- PASS: TestHealthKillContainer (2.87s) [2021-02-18T13:39:40.226Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T13:39:40.797Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2021-02-18T13:39:40.797Z] === RUN TestIpcModeNone [2021-02-18T13:39:41.737Z] --- PASS: TestIpcModeNone (0.90s) [2021-02-18T13:39:41.737Z] === RUN TestIpcModePrivate [2021-02-18T13:39:42.308Z] --- PASS: TestIpcModePrivate (0.84s) [2021-02-18T13:39:42.308Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-02-18T13:39:42.308Z] === RUN TestIpcModeShareable [2021-02-18T13:39:42.681Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:43.249Z] --- PASS: TestIpcModeShareable (0.89s) [2021-02-18T13:39:43.249Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-02-18T13:39:43.249Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T13:39:44.046Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:44.972Z] Loaded image: buildpack-deps:buster [2021-02-18T13:39:45.181Z] --- PASS: TestGraphdriverPluginV2 (5.63s) [2021-02-18T13:39:45.181Z] PASS [2021-02-18T13:39:45.181Z] [2021-02-18T13:39:45.181Z] === Skipped [2021-02-18T13:39:45.181Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.06s) [2021-02-18T13:39:45.182Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-18T13:39:45.182Z] [2021-02-18T13:39:45.182Z] [2021-02-18T13:39:45.182Z] DONE 2 tests, 1 skipped in 5.795s [2021-02-18T13:39:45.182Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T13:39:45.182Z] INFO: Testing against a local daemon [2021-02-18T13:39:45.182Z] === RUN TestContinueAfterPluginCrash [2021-02-18T13:39:45.182Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T13:39:45.182Z] === RUN TestReadPluginNoRead [2021-02-18T13:39:45.182Z] === PAUSE TestReadPluginNoRead [2021-02-18T13:39:45.182Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T13:39:45.182Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T13:39:45.182Z] === CONT TestContinueAfterPluginCrash [2021-02-18T13:39:45.182Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T13:39:45.228Z] Loaded image: buildpack-deps:buster [2021-02-18T13:39:45.228Z] Loaded image: busybox:latest [2021-02-18T13:39:45.484Z] Loaded image: busybox:latest [2021-02-18T13:39:45.740Z] --- PASS: TestPluginsWithRuntimes (5.41s) [2021-02-18T13:39:45.740Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.50s) [2021-02-18T13:39:45.740Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.44s) [2021-02-18T13:39:45.740Z] PASS [2021-02-18T13:39:45.740Z] [2021-02-18T13:39:45.740Z] DONE 15 tests in 36.343s [2021-02-18T13:39:45.740Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.740Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.740Z] +++ set -e [2021-02-18T13:39:45.740Z] +++ '[' -n 0 ']' [2021-02-18T13:39:45.740Z] +++ set -x [2021-02-18T13:39:45.740Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.740Z] Loaded image: busybox:glibc [2021-02-18T13:39:45.740Z] Loaded image: busybox:glibc [2021-02-18T13:39:45.740Z] INFO: Testing against a local daemon [2021-02-18T13:39:45.740Z] testing: warning: no tests to run [2021-02-18T13:39:45.740Z] PASS [2021-02-18T13:39:45.740Z] [2021-02-18T13:39:45.740Z] DONE 0 tests in 0.120s [2021-02-18T13:39:45.740Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.740Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.740Z] +++ set -e [2021-02-18T13:39:45.740Z] +++ '[' -n 0 ']' [2021-02-18T13:39:45.740Z] +++ set -x [2021-02-18T13:39:45.740Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.790Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s) [2021-02-18T13:39:45.790Z] === RUN TestAPIIpcModeHost [2021-02-18T13:39:45.996Z] INFO: Testing against a local daemon [2021-02-18T13:39:45.996Z] testing: warning: no tests to run [2021-02-18T13:39:45.996Z] PASS [2021-02-18T13:39:45.996Z] [2021-02-18T13:39:45.996Z] DONE 0 tests in 0.093s [2021-02-18T13:39:45.996Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.996Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.996Z] +++ set -e [2021-02-18T13:39:45.996Z] +++ '[' -n 0 ']' [2021-02-18T13:39:45.996Z] +++ set -x [2021-02-18T13:39:45.996Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.996Z] testing: warning: no tests to run [2021-02-18T13:39:45.996Z] PASS [2021-02-18T13:39:45.996Z] [2021-02-18T13:39:45.996Z] DONE 0 tests in 0.016s [2021-02-18T13:39:45.996Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.996Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:45.996Z] +++ set -e [2021-02-18T13:39:45.996Z] +++ '[' -n 0 ']' [2021-02-18T13:39:45.996Z] +++ set -x [2021-02-18T13:39:45.996Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.243Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-18T13:39:46.252Z] INFO: Testing against a local daemon [2021-02-18T13:39:46.252Z] testing: warning: no tests to run [2021-02-18T13:39:46.252Z] PASS [2021-02-18T13:39:46.252Z] [2021-02-18T13:39:46.252Z] DONE 0 tests in 0.148s [2021-02-18T13:39:46.252Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.252Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.252Z] +++ set -e [2021-02-18T13:39:46.252Z] +++ '[' -n 0 ']' [2021-02-18T13:39:46.252Z] +++ set -x [2021-02-18T13:39:46.252Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.252Z] INFO: Testing against a local daemon [2021-02-18T13:39:46.252Z] testing: warning: no tests to run [2021-02-18T13:39:46.252Z] PASS [2021-02-18T13:39:46.252Z] [2021-02-18T13:39:46.252Z] DONE 0 tests in 0.130s [2021-02-18T13:39:46.252Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.252Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.252Z] +++ set -e [2021-02-18T13:39:46.252Z] +++ '[' -n 0 ']' [2021-02-18T13:39:46.252Z] +++ set -x [2021-02-18T13:39:46.253Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.509Z] INFO: Testing against a local daemon [2021-02-18T13:39:46.509Z] testing: warning: no tests to run [2021-02-18T13:39:46.509Z] PASS [2021-02-18T13:39:46.509Z] [2021-02-18T13:39:46.509Z] DONE 0 tests in 0.118s [2021-02-18T13:39:46.509Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.509Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.509Z] +++ set -e [2021-02-18T13:39:46.509Z] +++ '[' -n 0 ']' [2021-02-18T13:39:46.509Z] +++ set -x [2021-02-18T13:39:46.509Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.509Z] INFO: Testing against a local daemon [2021-02-18T13:39:46.509Z] testing: warning: no tests to run [2021-02-18T13:39:46.509Z] PASS [2021-02-18T13:39:46.509Z] [2021-02-18T13:39:46.509Z] DONE 0 tests in 0.128s [2021-02-18T13:39:46.732Z] --- PASS: TestAPIIpcModeHost (0.68s) [2021-02-18T13:39:46.732Z] === RUN TestDaemonIpcModeShareable [2021-02-18T13:39:46.765Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.765Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.765Z] +++ set -e [2021-02-18T13:39:46.765Z] +++ '[' -n 0 ']' [2021-02-18T13:39:46.765Z] +++ set -x [2021-02-18T13:39:46.765Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.765Z] INFO: Testing against a local daemon [2021-02-18T13:39:46.765Z] testing: warning: no tests to run [2021-02-18T13:39:46.765Z] PASS [2021-02-18T13:39:46.765Z] [2021-02-18T13:39:46.765Z] DONE 0 tests in 0.116s [2021-02-18T13:39:46.765Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.765Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:46.765Z] +++ set -e [2021-02-18T13:39:46.765Z] +++ '[' -n 0 ']' [2021-02-18T13:39:46.765Z] +++ set -x [2021-02-18T13:39:46.765Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.021Z] testing: warning: no tests to run [2021-02-18T13:39:47.021Z] PASS [2021-02-18T13:39:47.021Z] [2021-02-18T13:39:47.021Z] DONE 0 tests in 0.077s [2021-02-18T13:39:47.021Z] Running integration-test (iteration 4) [2021-02-18T13:39:47.021Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ set -e [2021-02-18T13:39:47.021Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.021Z] +++ set -x [2021-02-18T13:39:47.021Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.021Z] testing: warning: no tests to run [2021-02-18T13:39:47.021Z] PASS [2021-02-18T13:39:47.021Z] [2021-02-18T13:39:47.021Z] DONE 0 tests in 0.085s [2021-02-18T13:39:47.021Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ set -e [2021-02-18T13:39:47.021Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.021Z] +++ set -x [2021-02-18T13:39:47.021Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.021Z] testing: warning: no tests to run [2021-02-18T13:39:47.021Z] PASS [2021-02-18T13:39:47.021Z] [2021-02-18T13:39:47.021Z] DONE 0 tests in 0.081s [2021-02-18T13:39:47.021Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.021Z] +++ set -e [2021-02-18T13:39:47.021Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.021Z] +++ set -x [2021-02-18T13:39:47.021Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.277Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.277Z] testing: warning: no tests to run [2021-02-18T13:39:47.277Z] PASS [2021-02-18T13:39:47.277Z] [2021-02-18T13:39:47.277Z] DONE 0 tests in 0.100s [2021-02-18T13:39:47.277Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.277Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.277Z] +++ set -e [2021-02-18T13:39:47.277Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.277Z] +++ set -x [2021-02-18T13:39:47.277Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.532Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.532Z] testing: warning: no tests to run [2021-02-18T13:39:47.532Z] PASS [2021-02-18T13:39:47.532Z] [2021-02-18T13:39:47.532Z] DONE 0 tests in 0.144s [2021-02-18T13:39:47.532Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.532Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.532Z] +++ set -e [2021-02-18T13:39:47.532Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.532Z] +++ set -x [2021-02-18T13:39:47.532Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.532Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.532Z] testing: warning: no tests to run [2021-02-18T13:39:47.532Z] PASS [2021-02-18T13:39:47.532Z] [2021-02-18T13:39:47.532Z] DONE 0 tests in 0.095s [2021-02-18T13:39:47.532Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.533Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.533Z] +++ set -e [2021-02-18T13:39:47.533Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.533Z] +++ set -x [2021-02-18T13:39:47.533Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.788Z] testing: warning: no tests to run [2021-02-18T13:39:47.788Z] PASS [2021-02-18T13:39:47.788Z] [2021-02-18T13:39:47.788Z] DONE 0 tests in 0.113s [2021-02-18T13:39:47.788Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] +++ set -e [2021-02-18T13:39:47.788Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.788Z] +++ set -x [2021-02-18T13:39:47.788Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] INFO: Testing against a local daemon [2021-02-18T13:39:47.788Z] testing: warning: no tests to run [2021-02-18T13:39:47.788Z] PASS [2021-02-18T13:39:47.788Z] [2021-02-18T13:39:47.788Z] DONE 0 tests in 0.133s [2021-02-18T13:39:47.788Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] +++ set -e [2021-02-18T13:39:47.788Z] +++ '[' -n 0 ']' [2021-02-18T13:39:47.788Z] +++ set -x [2021-02-18T13:39:47.788Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:47.788Z] testing: warning: no tests to run [2021-02-18T13:39:47.788Z] PASS [2021-02-18T13:39:47.788Z] [2021-02-18T13:39:47.788Z] DONE 0 tests in 0.013s [2021-02-18T13:39:48.044Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] +++ set -e [2021-02-18T13:39:48.044Z] +++ '[' -n 0 ']' [2021-02-18T13:39:48.044Z] +++ set -x [2021-02-18T13:39:48.044Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] INFO: Testing against a local daemon [2021-02-18T13:39:48.044Z] testing: warning: no tests to run [2021-02-18T13:39:48.044Z] PASS [2021-02-18T13:39:48.044Z] [2021-02-18T13:39:48.044Z] DONE 0 tests in 0.095s [2021-02-18T13:39:48.044Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] +++ set -e [2021-02-18T13:39:48.044Z] +++ '[' -n 0 ']' [2021-02-18T13:39:48.044Z] +++ set -x [2021-02-18T13:39:48.044Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:39:48.044Z] INFO: Testing against a local daemon [2021-02-18T13:39:48.044Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:48.644Z] --- PASS: TestDaemonIpcModeShareable (1.87s) [2021-02-18T13:39:48.644Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-18T13:39:48.644Z] === RUN TestDaemonIpcModePrivate [2021-02-18T13:39:50.556Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2021-02-18T13:39:50.556Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-18T13:39:50.556Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T13:39:51.309Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:51.565Z] Loaded image: debian:bullseye [2021-02-18T13:39:51.565Z] Loaded image: debian:bullseye [2021-02-18T13:39:51.565Z] Loaded image: hello-world:latest [2021-02-18T13:39:51.776Z] --- PASS: TestDaemonStartWithLogOpt (6.53s) [2021-02-18T13:39:51.776Z] === CONT TestReadPluginNoRead [2021-02-18T13:39:51.821Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:39:51.821Z] Loaded image: hello-world:latest [2021-02-18T13:39:51.821Z] INFO: Testing against a local daemon [2021-02-18T13:39:51.821Z] === RUN TestDockerDaemonSuite [2021-02-18T13:39:51.821Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-18T13:39:51.821Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:39:51.938Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2021-02-18T13:39:51.938Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-18T13:39:51.938Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T13:39:52.077Z] INFO: Testing against a local daemon [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T13:39:52.077Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T13:39:52.333Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:52.895Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T13:39:52.895Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T13:39:53.456Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T13:39:53.456Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T13:39:53.712Z] --- PASS: TestPluginsWithRuntimes (5.49s) [2021-02-18T13:39:53.712Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.56s) [2021-02-18T13:39:53.712Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.14s) [2021-02-18T13:39:53.712Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:53.849Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2021-02-18T13:39:53.849Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-18T13:39:53.849Z] === RUN TestIpcModeOlderClient [2021-02-18T13:39:53.849Z] === PAUSE TestIpcModeOlderClient [2021-02-18T13:39:53.849Z] === RUN TestKillContainerInvalidSignal [2021-02-18T13:39:53.967Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T13:39:53.967Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T13:39:53.967Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T13:39:54.789Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2021-02-18T13:39:54.789Z] === RUN TestKillContainer [2021-02-18T13:39:54.789Z] === RUN TestKillContainer/no_signal [2021-02-18T13:39:55.058Z] --- PASS: TestContinueAfterPluginCrash (9.33s) [2021-02-18T13:39:55.316Z] === RUN TestReadPluginNoRead/default [2021-02-18T13:39:55.331Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T13:39:55.331Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T13:39:55.331Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T13:39:55.331Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T13:39:55.360Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T13:39:55.586Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:55.843Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-18T13:39:55.931Z] === RUN TestKillContainer/killing_signal [2021-02-18T13:39:56.403Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T13:39:56.658Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:39:57.220Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T13:39:57.314Z] --- PASS: TestKillContainer (2.41s) [2021-02-18T13:39:57.314Z] --- PASS: TestKillContainer/no_signal (0.76s) [2021-02-18T13:39:57.314Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2021-02-18T13:39:57.314Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2021-02-18T13:39:57.314Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T13:39:57.314Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T13:39:57.475Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T13:39:57.475Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T13:39:57.475Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T13:39:57.475Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T13:39:57.843Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T13:39:57.885Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T13:39:58.036Z] --- PASS: TestPluginsWithRuntimes (4.24s) [2021-02-18T13:39:58.036Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.21s) [2021-02-18T13:39:58.036Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.09s) [2021-02-18T13:39:58.036Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:39:58.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2021-02-18T13:39:58.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2021-02-18T13:39:58.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-02-18T13:39:58.825Z] === RUN TestKillStoppedContainer [2021-02-18T13:39:58.825Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-18T13:39:58.825Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T13:39:58.825Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-18T13:39:58.825Z] === RUN TestKillDifferentUserContainer [2021-02-18T13:39:59.399Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:39:59.742Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T13:39:59.767Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2021-02-18T13:39:59.767Z] === RUN TestInspectOomKilledTrue [2021-02-18T13:39:59.767Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T13:39:59.767Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:39:59.767Z] === RUN TestInspectOomKilledFalse [2021-02-18T13:39:59.767Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T13:39:59.767Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:39:59.767Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T13:40:00.324Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:00.337Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2021-02-18T13:40:00.337Z] === RUN TestLinksContainerNames [2021-02-18T13:40:01.249Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T13:40:01.384Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-18T13:40:01.505Z] --- PASS: TestPluginsWithRuntimes (3.57s) [2021-02-18T13:40:01.505Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2021-02-18T13:40:01.505Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.98s) [2021-02-18T13:40:01.505Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:01.722Z] --- PASS: TestLinksContainerNames (1.54s) [2021-02-18T13:40:01.722Z] === RUN TestLogsFollowTailEmpty [2021-02-18T13:40:02.270Z] --- PASS: TestReadPluginNoRead (10.35s) [2021-02-18T13:40:02.270Z] --- PASS: TestReadPluginNoRead/default (2.27s) [2021-02-18T13:40:02.270Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2021-02-18T13:40:02.270Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2021-02-18T13:40:02.270Z] read_test.go:92: [d8eccced4b1f3] daemon is not started [2021-02-18T13:40:02.270Z] PASS [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] DONE 6 tests in 17.008s [2021-02-18T13:40:02.270Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-18T13:40:02.270Z] testing: warning: no tests to run [2021-02-18T13:40:02.270Z] PASS [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] DONE 0 tests in 0.039s [2021-02-18T13:40:02.270Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T13:40:02.270Z] INFO: Testing against a local daemon [2021-02-18T13:40:02.270Z] === RUN TestPluginWithDevMounts [2021-02-18T13:40:02.270Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T13:40:02.270Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-18T13:40:02.270Z] PASS [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === Skipped [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-18T13:40:02.270Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] DONE 1 tests, 1 skipped in 0.133s [2021-02-18T13:40:02.270Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T13:40:02.270Z] INFO: Testing against a local daemon [2021-02-18T13:40:02.270Z] === RUN TestSecretInspect [2021-02-18T13:40:02.270Z] --- SKIP: TestSecretInspect (0.02s) [2021-02-18T13:40:02.270Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] === RUN TestSecretList [2021-02-18T13:40:02.270Z] --- SKIP: TestSecretList (0.03s) [2021-02-18T13:40:02.270Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] === RUN TestSecretsCreateAndDelete [2021-02-18T13:40:02.270Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-02-18T13:40:02.270Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] === RUN TestSecretsUpdate [2021-02-18T13:40:02.270Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-18T13:40:02.270Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] === RUN TestTemplatedSecret [2021-02-18T13:40:02.270Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-18T13:40:02.270Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] === RUN TestSecretCreateResolve [2021-02-18T13:40:02.270Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-02-18T13:40:02.270Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] PASS [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === Skipped [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-02-18T13:40:02.270Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestSecretList (0.03s) [2021-02-18T13:40:02.270Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-02-18T13:40:02.270Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-18T13:40:02.270Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-18T13:40:02.270Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-02-18T13:40:02.270Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] [2021-02-18T13:40:02.270Z] DONE 6 tests, 6 skipped in 0.181s [2021-02-18T13:40:02.270Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T13:40:02.529Z] INFO: Testing against a local daemon [2021-02-18T13:40:02.529Z] === RUN TestServiceCreateInit [2021-02-18T13:40:02.529Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T13:40:02.529Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T13:40:02.529Z] --- PASS: TestServiceCreateInit (0.02s) [2021-02-18T13:40:02.529Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:40:02.529Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:40:02.529Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-18T13:40:02.529Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceConflict [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-18T13:40:02.529Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-02-18T13:40:02.529Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-18T13:40:02.529Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-02-18T13:40:02.529Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-18T13:40:02.529Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceSysctls [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-02-18T13:40:02.529Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateServiceCapabilities [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-18T13:40:02.529Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestInspect [2021-02-18T13:40:02.529Z] --- SKIP: TestInspect (0.01s) [2021-02-18T13:40:02.529Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestCreateJob [2021-02-18T13:40:02.529Z] --- SKIP: TestCreateJob (0.01s) [2021-02-18T13:40:02.529Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.529Z] === RUN TestReplicatedJob [2021-02-18T13:40:02.664Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2021-02-18T13:40:02.664Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T13:40:02.787Z] --- SKIP: TestReplicatedJob (0.02s) [2021-02-18T13:40:02.787Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.787Z] === RUN TestUpdateReplicatedJob [2021-02-18T13:40:02.787Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-02-18T13:40:02.787Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.787Z] === RUN TestServiceListWithStatuses [2021-02-18T13:40:02.787Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T13:40:02.787Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:40:02.787Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T13:40:02.787Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-02-18T13:40:02.787Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.787Z] === RUN TestDockerNetworkReConnect [2021-02-18T13:40:02.787Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-02-18T13:40:02.787Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:02.787Z] === RUN TestServicePlugin [2021-02-18T13:40:03.289Z] tests/integration/client_test.py ..... [ 75%] [2021-02-18T13:40:03.392Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T13:40:03.392Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:03.548Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-18T13:40:03.606Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/default [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/private [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/slave [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/shared [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/default [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/private [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/slave [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/shared [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:40:03.607Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:40:03.607Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:40:03.607Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T13:40:03.867Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-02-18T13:40:03.867Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-18T13:40:03.867Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T13:40:03.951Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:04.116Z] tests/integration/errors_test.py . [ 76%] [2021-02-18T13:40:05.314Z] --- PASS: TestPluginsWithRuntimes (3.55s) [2021-02-18T13:40:05.314Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.95s) [2021-02-18T13:40:05.314Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2021-02-18T13:40:05.314Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:05.314Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T13:40:06.410Z] --- PASS: TestContainerBindMountNonRecursive (2.30s) [2021-02-18T13:40:06.410Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T13:40:06.973Z] --- SKIP: TestServicePlugin (3.49s) [2021-02-18T13:40:06.973Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] === RUN TestServiceUpdateLabel [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-02-18T13:40:06.973Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] === RUN TestServiceUpdateSecrets [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-02-18T13:40:06.973Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] === RUN TestServiceUpdateConfigs [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-02-18T13:40:06.973Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] === RUN TestServiceUpdateNetwork [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-02-18T13:40:06.973Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2021-02-18T13:40:06.973Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] PASS [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === Skipped [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:40:06.973Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:40:06.973Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:40:06.973Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-18T13:40:06.973Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-18T13:40:06.973Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2021-02-18T13:40:06.973Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-18T13:40:06.973Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-02-18T13:40:06.973Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-18T13:40:06.973Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-02-18T13:40:06.973Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-18T13:40:06.973Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-18T13:40:06.973Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-18T13:40:06.973Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestReplicatedJob (0.02s) [2021-02-18T13:40:06.973Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-02-18T13:40:06.973Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T13:40:06.973Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-02-18T13:40:06.973Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-02-18T13:40:06.973Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2021-02-18T13:40:06.973Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-02-18T13:40:06.973Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-02-18T13:40:06.973Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-02-18T13:40:06.973Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-02-18T13:40:06.973Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2021-02-18T13:40:06.973Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] DONE 24 tests, 23 skipped in 3.916s [2021-02-18T13:40:06.973Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T13:40:06.973Z] INFO: Testing against a local daemon [2021-02-18T13:40:06.973Z] === RUN TestSessionCreate [2021-02-18T13:40:06.973Z] --- PASS: TestSessionCreate (0.02s) [2021-02-18T13:40:06.973Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T13:40:06.973Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-18T13:40:06.973Z] PASS [2021-02-18T13:40:06.973Z] [2021-02-18T13:40:06.973Z] DONE 2 tests in 0.149s [2021-02-18T13:40:06.973Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T13:40:06.973Z] INFO: Testing against a local daemon [2021-02-18T13:40:06.973Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:40:06.973Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:40:06.973Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:40:06.973Z] === RUN TestEventsExecDie [2021-02-18T13:40:06.973Z] --- PASS: TestEventsExecDie (0.51s) [2021-02-18T13:40:06.973Z] === RUN TestEventsBackwardsCompatible [2021-02-18T13:40:06.980Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s) [2021-02-18T13:40:06.980Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T13:40:07.200Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:07.200Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T13:40:07.231Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-18T13:40:07.231Z] === RUN TestInfoBinaryCommits [2021-02-18T13:40:07.231Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T13:40:07.231Z] === RUN TestInfoAPIVersioned [2021-02-18T13:40:07.231Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T13:40:07.231Z] === RUN TestInfoDiscoveryBackend [2021-02-18T13:40:07.455Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T13:40:07.551Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2021-02-18T13:40:07.551Z] === RUN TestNetworkNat [2021-02-18T13:40:07.711Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:08.272Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T13:40:08.491Z] --- PASS: TestNetworkNat (0.85s) [2021-02-18T13:40:08.491Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T13:40:08.527Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T13:40:08.604Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-02-18T13:40:08.604Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T13:40:09.088Z] --- PASS: TestPluginsWithRuntimes (3.93s) [2021-02-18T13:40:09.088Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.00s) [2021-02-18T13:40:09.088Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2021-02-18T13:40:09.088Z] PASS [2021-02-18T13:40:09.089Z] [2021-02-18T13:40:09.089Z] DONE 15 tests in 20.894s [2021-02-18T13:40:09.089Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ set -e [2021-02-18T13:40:09.089Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.089Z] +++ set -x [2021-02-18T13:40:09.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.089Z] testing: warning: no tests to run [2021-02-18T13:40:09.089Z] PASS [2021-02-18T13:40:09.089Z] [2021-02-18T13:40:09.089Z] DONE 0 tests in 0.061s [2021-02-18T13:40:09.089Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ set -e [2021-02-18T13:40:09.089Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.089Z] +++ set -x [2021-02-18T13:40:09.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.089Z] testing: warning: no tests to run [2021-02-18T13:40:09.089Z] PASS [2021-02-18T13:40:09.089Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-18T13:40:09.089Z] [2021-02-18T13:40:09.089Z] DONE 0 tests in 0.051s [2021-02-18T13:40:09.089Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ set -e [2021-02-18T13:40:09.089Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.089Z] +++ set -x [2021-02-18T13:40:09.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] testing: warning: no tests to run [2021-02-18T13:40:09.089Z] PASS [2021-02-18T13:40:09.089Z] [2021-02-18T13:40:09.089Z] DONE 0 tests in 0.007s [2021-02-18T13:40:09.089Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.089Z] +++ set -e [2021-02-18T13:40:09.089Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.089Z] +++ set -x [2021-02-18T13:40:09.089Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.344Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.344Z] testing: warning: no tests to run [2021-02-18T13:40:09.344Z] PASS [2021-02-18T13:40:09.344Z] [2021-02-18T13:40:09.344Z] DONE 0 tests in 0.064s [2021-02-18T13:40:09.344Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.344Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.344Z] +++ set -e [2021-02-18T13:40:09.344Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.344Z] +++ set -x [2021-02-18T13:40:09.345Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.345Z] testing: warning: no tests to run [2021-02-18T13:40:09.345Z] PASS [2021-02-18T13:40:09.345Z] [2021-02-18T13:40:09.345Z] DONE 0 tests in 0.068s [2021-02-18T13:40:09.345Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] +++ set -e [2021-02-18T13:40:09.345Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.345Z] +++ set -x [2021-02-18T13:40:09.345Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.345Z] testing: warning: no tests to run [2021-02-18T13:40:09.345Z] PASS [2021-02-18T13:40:09.345Z] [2021-02-18T13:40:09.345Z] DONE 0 tests in 0.061s [2021-02-18T13:40:09.345Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.345Z] +++ set -e [2021-02-18T13:40:09.345Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.345Z] +++ set -x [2021-02-18T13:40:09.345Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.431Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2021-02-18T13:40:09.431Z] === RUN TestNetworkLoopbackNat [2021-02-18T13:40:09.600Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.600Z] testing: warning: no tests to run [2021-02-18T13:40:09.600Z] PASS [2021-02-18T13:40:09.600Z] [2021-02-18T13:40:09.600Z] DONE 0 tests in 0.061s [2021-02-18T13:40:09.600Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.600Z] +++ set -e [2021-02-18T13:40:09.600Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.600Z] +++ set -x [2021-02-18T13:40:09.600Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.600Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.600Z] testing: warning: no tests to run [2021-02-18T13:40:09.600Z] PASS [2021-02-18T13:40:09.600Z] [2021-02-18T13:40:09.600Z] DONE 0 tests in 0.042s [2021-02-18T13:40:09.600Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.600Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.600Z] +++ set -e [2021-02-18T13:40:09.600Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.600Z] +++ set -x [2021-02-18T13:40:09.601Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.601Z] testing: warning: no tests to run [2021-02-18T13:40:09.601Z] PASS [2021-02-18T13:40:09.601Z] [2021-02-18T13:40:09.601Z] DONE 0 tests in 0.034s [2021-02-18T13:40:09.601Z] Running integration-test (iteration 5) [2021-02-18T13:40:09.601Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ set -e [2021-02-18T13:40:09.601Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.601Z] +++ set -x [2021-02-18T13:40:09.601Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.601Z] testing: warning: no tests to run [2021-02-18T13:40:09.601Z] PASS [2021-02-18T13:40:09.601Z] [2021-02-18T13:40:09.601Z] DONE 0 tests in 0.035s [2021-02-18T13:40:09.601Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ set -e [2021-02-18T13:40:09.601Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.601Z] +++ set -x [2021-02-18T13:40:09.601Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.601Z] testing: warning: no tests to run [2021-02-18T13:40:09.601Z] PASS [2021-02-18T13:40:09.601Z] [2021-02-18T13:40:09.601Z] DONE 0 tests in 0.033s [2021-02-18T13:40:09.601Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.601Z] +++ set -e [2021-02-18T13:40:09.601Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.601Z] +++ set -x [2021-02-18T13:40:09.601Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.856Z] testing: warning: no tests to run [2021-02-18T13:40:09.856Z] PASS [2021-02-18T13:40:09.856Z] [2021-02-18T13:40:09.856Z] DONE 0 tests in 0.039s [2021-02-18T13:40:09.856Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] +++ set -e [2021-02-18T13:40:09.856Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.856Z] +++ set -x [2021-02-18T13:40:09.856Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.856Z] testing: warning: no tests to run [2021-02-18T13:40:09.856Z] PASS [2021-02-18T13:40:09.856Z] [2021-02-18T13:40:09.856Z] DONE 0 tests in 0.038s [2021-02-18T13:40:09.856Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] +++ set -e [2021-02-18T13:40:09.856Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.856Z] +++ set -x [2021-02-18T13:40:09.856Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.856Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.856Z] testing: warning: no tests to run [2021-02-18T13:40:09.856Z] PASS [2021-02-18T13:40:09.856Z] [2021-02-18T13:40:09.856Z] DONE 0 tests in 0.029s [2021-02-18T13:40:09.857Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ set -e [2021-02-18T13:40:09.857Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.857Z] +++ set -x [2021-02-18T13:40:09.857Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.857Z] testing: warning: no tests to run [2021-02-18T13:40:09.857Z] PASS [2021-02-18T13:40:09.857Z] [2021-02-18T13:40:09.857Z] DONE 0 tests in 0.038s [2021-02-18T13:40:09.857Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ set -e [2021-02-18T13:40:09.857Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.857Z] +++ set -x [2021-02-18T13:40:09.857Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] INFO: Testing against a local daemon [2021-02-18T13:40:09.857Z] testing: warning: no tests to run [2021-02-18T13:40:09.857Z] PASS [2021-02-18T13:40:09.857Z] [2021-02-18T13:40:09.857Z] DONE 0 tests in 0.028s [2021-02-18T13:40:09.857Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ set -e [2021-02-18T13:40:09.857Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.857Z] +++ set -x [2021-02-18T13:40:09.857Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] testing: warning: no tests to run [2021-02-18T13:40:09.857Z] PASS [2021-02-18T13:40:09.857Z] [2021-02-18T13:40:09.857Z] DONE 0 tests in 0.005s [2021-02-18T13:40:09.857Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:09.857Z] +++ set -e [2021-02-18T13:40:09.857Z] +++ '[' -n 0 ']' [2021-02-18T13:40:09.857Z] +++ set -x [2021-02-18T13:40:09.857Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:10.112Z] INFO: Testing against a local daemon [2021-02-18T13:40:10.112Z] testing: warning: no tests to run [2021-02-18T13:40:10.112Z] PASS [2021-02-18T13:40:10.112Z] [2021-02-18T13:40:10.112Z] DONE 0 tests in 0.033s [2021-02-18T13:40:10.112Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:10.112Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:10.112Z] +++ set -e [2021-02-18T13:40:10.112Z] +++ '[' -n 0 ']' [2021-02-18T13:40:10.112Z] +++ set -x [2021-02-18T13:40:10.113Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:10.113Z] INFO: Testing against a local daemon [2021-02-18T13:40:10.113Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:11.042Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-18T13:40:11.967Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:12.527Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-18T13:40:12.726Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-02-18T13:40:12.726Z] === RUN TestPause [2021-02-18T13:40:12.782Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:12.784Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-02-18T13:40:12.784Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T13:40:12.784Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-18T13:40:12.784Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:40:12.784Z] === RUN TestInfoAPI [2021-02-18T13:40:12.784Z] --- PASS: TestInfoAPI (0.05s) [2021-02-18T13:40:12.784Z] === RUN TestInfoAPIWarnings [2021-02-18T13:40:13.038Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T13:40:13.296Z] --- PASS: TestPause (0.82s) [2021-02-18T13:40:13.296Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T13:40:13.296Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:40:13.296Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:40:13.296Z] === RUN TestPauseStopPausedContainer [2021-02-18T13:40:13.601Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-18T13:40:13.859Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-18T13:40:13.859Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2021-02-18T13:40:13.859Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2021-02-18T13:40:13.859Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2021-02-18T13:40:13.859Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:14.235Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2021-02-18T13:40:14.235Z] === RUN TestPsFilter [2021-02-18T13:40:14.495Z] --- PASS: TestPsFilter (0.28s) [2021-02-18T13:40:14.495Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T13:40:15.435Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2021-02-18T13:40:15.435Z] === RUN TestRemoveContainerWithVolume [2021-02-18T13:40:15.747Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T13:40:16.002Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:16.002Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-18T13:40:16.002Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T13:40:16.006Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2021-02-18T13:40:16.007Z] === RUN TestRemoveContainerRunning [2021-02-18T13:40:16.930Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-18T13:40:16.947Z] --- PASS: TestRemoveContainerRunning (0.76s) [2021-02-18T13:40:16.947Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T13:40:17.185Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:17.518Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2021-02-18T13:40:17.518Z] === RUN TestRemoveInvalidContainer [2021-02-18T13:40:17.518Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T13:40:17.518Z] === RUN TestRenameLinkedContainer [2021-02-18T13:40:17.746Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-18T13:40:18.307Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-18T13:40:18.563Z] --- PASS: TestPluginsWithRuntimes (4.53s) [2021-02-18T13:40:18.563Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.23s) [2021-02-18T13:40:18.563Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.26s) [2021-02-18T13:40:18.563Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:19.489Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T13:40:20.417Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-18T13:40:20.417Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T13:40:20.672Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:20.817Z] --- PASS: TestRenameLinkedContainer (3.12s) [2021-02-18T13:40:20.817Z] === RUN TestRenameStoppedContainer [2021-02-18T13:40:21.235Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T13:40:21.235Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T13:40:21.387Z] --- PASS: TestRenameStoppedContainer (0.81s) [2021-02-18T13:40:21.387Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T13:40:21.796Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:21.796Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T13:40:22.358Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T13:40:22.919Z] --- PASS: TestPluginsWithRuntimes (4.47s) [2021-02-18T13:40:22.919Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.08s) [2021-02-18T13:40:22.919Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2021-02-18T13:40:22.919Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:23.298Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s) [2021-02-18T13:40:23.298Z] === RUN TestRenameInvalidName [2021-02-18T13:40:23.869Z] --- PASS: TestRenameInvalidName (0.79s) [2021-02-18T13:40:23.869Z] === RUN TestRenameAnonymousContainer [2021-02-18T13:40:23.895Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-18T13:40:24.809Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-18T13:40:25.065Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:26.442Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:27.381Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-18T13:40:27.964Z] --- PASS: TestPluginsWithRuntimes (4.95s) [2021-02-18T13:40:27.964Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.31s) [2021-02-18T13:40:27.964Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.37s) [2021-02-18T13:40:27.964Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:40:28.069Z] --- PASS: TestRenameAnonymousContainer (4.01s) [2021-02-18T13:40:28.069Z] === RUN TestRenameContainerWithSameName [2021-02-18T13:40:28.639Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2021-02-18T13:40:28.639Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T13:40:29.852Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-18T13:40:30.108Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:40:30.550Z] --- PASS: TestRenameContainerWithLinkedContainer (1.54s) [2021-02-18T13:40:30.551Z] === RUN TestResize [2021-02-18T13:40:30.811Z] --- PASS: TestResize (0.77s) [2021-02-18T13:40:30.811Z] === RUN TestResizeWithInvalidSize [2021-02-18T13:40:30.855Z] --- PASS: TestInfoAPIWarnings (17.36s) [2021-02-18T13:40:30.855Z] === RUN TestInfoDebug [2021-02-18T13:40:31.113Z] --- PASS: TestInfoDebug (1.52s) [2021-02-18T13:40:31.113Z] === RUN TestInfoInsecureRegistries [2021-02-18T13:40:31.474Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:40:31.750Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2021-02-18T13:40:31.750Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T13:40:32.486Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2021-02-18T13:40:32.486Z] === RUN TestInfoRegistryMirrors [2021-02-18T13:40:32.690Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2021-02-18T13:40:32.690Z] === RUN TestDaemonRestartKillContainers [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:32.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:32.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:32.691Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:40:32.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:40:32.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:32.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:32.847Z] --- PASS: TestPluginsWithRuntimes (4.75s) [2021-02-18T13:40:32.847Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.18s) [2021-02-18T13:40:32.847Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.24s) [2021-02-18T13:40:32.847Z] PASS [2021-02-18T13:40:32.847Z] [2021-02-18T13:40:32.847Z] DONE 15 tests in 22.665s [2021-02-18T13:40:32.847Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ set -e [2021-02-18T13:40:32.847Z] +++ '[' -n 0 ']' [2021-02-18T13:40:32.847Z] +++ set -x [2021-02-18T13:40:32.847Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] INFO: Testing against a local daemon [2021-02-18T13:40:32.847Z] testing: warning: no tests to run [2021-02-18T13:40:32.847Z] PASS [2021-02-18T13:40:32.847Z] [2021-02-18T13:40:32.847Z] DONE 0 tests in 0.081s [2021-02-18T13:40:32.847Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ set -e [2021-02-18T13:40:32.847Z] +++ '[' -n 0 ']' [2021-02-18T13:40:32.847Z] +++ set -x [2021-02-18T13:40:32.847Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] INFO: Testing against a local daemon [2021-02-18T13:40:32.847Z] testing: warning: no tests to run [2021-02-18T13:40:32.847Z] PASS [2021-02-18T13:40:32.847Z] [2021-02-18T13:40:32.847Z] DONE 0 tests in 0.095s [2021-02-18T13:40:32.847Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ set -e [2021-02-18T13:40:32.847Z] +++ '[' -n 0 ']' [2021-02-18T13:40:32.847Z] +++ set -x [2021-02-18T13:40:32.847Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/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=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] testing: warning: no tests to run [2021-02-18T13:40:32.847Z] PASS [2021-02-18T13:40:32.847Z] [2021-02-18T13:40:32.847Z] DONE 0 tests in 0.011s [2021-02-18T13:40:32.847Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:32.847Z] +++ set -e [2021-02-18T13:40:32.847Z] +++ '[' -n 0 ']' [2021-02-18T13:40:32.847Z] +++ set -x [2021-02-18T13:40:32.847Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-18T13:40:33.104Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.104Z] testing: warning: no tests to run [2021-02-18T13:40:33.104Z] PASS [2021-02-18T13:40:33.104Z] [2021-02-18T13:40:33.104Z] DONE 0 tests in 0.108s [2021-02-18T13:40:33.104Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] +++ set -e [2021-02-18T13:40:33.104Z] +++ '[' -n 0 ']' [2021-02-18T13:40:33.104Z] +++ set -x [2021-02-18T13:40:33.104Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.104Z] testing: warning: no tests to run [2021-02-18T13:40:33.104Z] PASS [2021-02-18T13:40:33.104Z] [2021-02-18T13:40:33.104Z] DONE 0 tests in 0.083s [2021-02-18T13:40:33.104Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.104Z] +++ set -e [2021-02-18T13:40:33.104Z] +++ '[' -n 0 ']' [2021-02-18T13:40:33.104Z] +++ set -x [2021-02-18T13:40:33.104Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.360Z] testing: warning: no tests to run [2021-02-18T13:40:33.360Z] PASS [2021-02-18T13:40:33.360Z] [2021-02-18T13:40:33.360Z] DONE 0 tests in 0.102s [2021-02-18T13:40:33.360Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] +++ set -e [2021-02-18T13:40:33.360Z] +++ '[' -n 0 ']' [2021-02-18T13:40:33.360Z] +++ set -x [2021-02-18T13:40:33.360Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.360Z] testing: warning: no tests to run [2021-02-18T13:40:33.360Z] PASS [2021-02-18T13:40:33.360Z] [2021-02-18T13:40:33.360Z] DONE 0 tests in 0.071s [2021-02-18T13:40:33.360Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.360Z] +++ set -e [2021-02-18T13:40:33.360Z] +++ '[' -n 0 ']' [2021-02-18T13:40:33.360Z] +++ set -x [2021-02-18T13:40:33.360Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.616Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.616Z] testing: warning: no tests to run [2021-02-18T13:40:33.616Z] PASS [2021-02-18T13:40:33.616Z] [2021-02-18T13:40:33.616Z] DONE 0 tests in 0.074s [2021-02-18T13:40:33.616Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.616Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.616Z] +++ set -e [2021-02-18T13:40:33.616Z] +++ '[' -n 0 ']' [2021-02-18T13:40:33.616Z] +++ set -x [2021-02-18T13:40:33.616Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run TestPluginsWithRuntimes [2021-02-18T13:40:33.616Z] INFO: Testing against a local daemon [2021-02-18T13:40:33.616Z] testing: warning: no tests to run [2021-02-18T13:40:33.616Z] PASS [2021-02-18T13:40:33.616Z] [2021-02-18T13:40:33.616Z] DONE 0 tests in 0.106s [2021-02-18T13:40:33.616Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky) [2021-02-18T13:40:33.616Z] +++++ cat bundles/test-integration-flaky/docker.pid [2021-02-18T13:40:33.616Z] ++++ kill 5627 [2021-02-18T13:40:34.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:40:34.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:40:34.384Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-02-18T13:40:34.384Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T13:40:34.384Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2021-02-18T13:40:34.384Z] === RUN TestPingCacheHeaders [2021-02-18T13:40:34.384Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-18T13:40:34.384Z] === RUN TestPingGet [2021-02-18T13:40:34.384Z] --- PASS: TestPingGet (0.01s) [2021-02-18T13:40:34.384Z] === RUN TestPingHead [2021-02-18T13:40:34.384Z] --- PASS: TestPingHead (0.02s) [2021-02-18T13:40:34.384Z] === RUN TestVersion [2021-02-18T13:40:34.384Z] --- PASS: TestVersion (0.02s) [2021-02-18T13:40:34.384Z] PASS [2021-02-18T13:40:34.384Z] [2021-02-18T13:40:34.384Z] === Skipped [2021-02-18T13:40:34.384Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:40:34.384Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:40:34.384Z] [2021-02-18T13:40:34.384Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-18T13:40:34.384Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-18T13:40:34.384Z] [2021-02-18T13:40:34.384Z] [2021-02-18T13:40:34.384Z] DONE 18 tests, 2 skipped in 27.866s [2021-02-18T13:40:34.385Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T13:40:34.385Z] INFO: Testing against a local daemon [2021-02-18T13:40:34.385Z] === RUN TestVolumesCreateAndList [2021-02-18T13:40:34.385Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T13:40:34.385Z] === RUN TestVolumesRemove [2021-02-18T13:40:34.741Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-18T13:40:34.741Z] === RUN TestVolumesInspect [2021-02-18T13:40:34.741Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T13:40:34.741Z] === RUN TestVolumesInvalidJSON [2021-02-18T13:40:34.741Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T13:40:34.741Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T13:40:34.741Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T13:40:34.741Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T13:40:34.741Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T13:40:34.741Z] PASS [2021-02-18T13:40:34.741Z] [2021-02-18T13:40:34.741Z] DONE 5 tests in 0.215s [2021-02-18T13:40:34.741Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T13:40:34.741Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12239 is not a child of this shell [2021-02-18T13:40:34.741Z] warning: PID 12239 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-18T13:40:34.741Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T13:40:34.741Z] [2021-02-18T13:40:34.741Z] Unloading profiles will leave already running processes permanently [2021-02-18T13:40:34.741Z] unconfined, which can lead to unexpected situations. [2021-02-18T13:40:34.741Z] [2021-02-18T13:40:34.741Z] To set a process to complain mode, use the command line tool [2021-02-18T13:40:34.741Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T13:40:34.741Z] Removing test suite binaries [2021-02-18T13:40:34.741Z] exiting test-integration [2021-02-18T13:40:34.741Z] ++ exit 0 [2021-02-18T13:40:34.983Z] ++++ /etc/init.d/apparmor stop [2021-02-18T13:40:34.983Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T13:40:34.983Z] [2021-02-18T13:40:34.983Z] Unloading profiles will leave already running processes permanently [2021-02-18T13:40:34.983Z] unconfined, which can lead to unexpected situations. [2021-02-18T13:40:34.983Z] [2021-02-18T13:40:34.983Z] To set a process to complain mode, use the command line tool [2021-02-18T13:40:34.983Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T13:40:34.983Z] ++++ true [2021-02-18T13:40:34.983Z] exiting test-integration [2021-02-18T13:40:34.983Z] +++ exit 0 [2021-02-18T13:40:34.983Z] [2021-02-18T13:40:34.983Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-18T13:40:35.424Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:40:35.424Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:40:35.675Z] [2021-02-18T13:40:35.909Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-18T13:40:35.909Z] HOSTNAME=0eff3f2b91aa [2021-02-18T13:40:35.909Z] TESTDEBUG=0 [2021-02-18T13:40:35.909Z] DEST=bundles/test-integration [2021-02-18T13:40:35.909Z] PWD=/go/src/github.com/docker/docker [2021-02-18T13:40:35.909Z] KEEPBUNDLE=1 [2021-02-18T13:40:35.909Z] DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a [2021-02-18T13:40:35.909Z] container=docker [2021-02-18T13:40:35.909Z] HOME=/root [2021-02-18T13:40:35.909Z] GOLANG_VERSION=1.13.15 [2021-02-18T13:40:35.909Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-18T13:40:35.909Z] VALIDATE_BRANCH=20.10 [2021-02-18T13:40:35.909Z] TERM=xterm [2021-02-18T13:40:35.909Z] DOCKER_PKG=github.com/docker/docker [2021-02-18T13:40:35.909Z] SHLVL=1 [2021-02-18T13:40:35.909Z] TIMEOUT=120m [2021-02-18T13:40:35.909Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-18T13:40:35.909Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-18T13:40:35.909Z] GO111MODULE=off [2021-02-18T13:40:35.909Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-18T13:40:35.909Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-18T13:40:35.909Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-18T13:40:35.909Z] GOPATH=/go [2021-02-18T13:40:35.909Z] PKG_CONFIG=pkg-config [2021-02-18T13:40:35.909Z] _=/usr/bin/env [2021-02-18T13:40:35.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-18T13:40:36.165Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-18T13:40:36.810Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon Post stage [Pipeline] junit [2021-02-18T13:40:37.063Z] Recording test results [2021-02-18T13:40:37.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-18T13:40:37.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:40:37.959Z] 4612f6d0b889: Pull complete [2021-02-18T13:40:38.015Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:40:38.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-18T13:40:38.585Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T13:40:38.585Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-18T13:40:38.683Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T13:40:38.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:40:39.031Z] + echo Ensuring container killed. [2021-02-18T13:40:39.031Z] Ensuring container killed. [2021-02-18T13:40:39.031Z] + docker rm -vf docker-pr6 [2021-02-18T13:40:39.031Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-02-18T13:40:39.311Z] + echo Chowning /workspace to jenkins user [2021-02-18T13:40:39.311Z] Chowning /workspace to jenkins user [2021-02-18T13:40:39.311Z] + id -u [2021-02-18T13:40:39.311Z] + id -g [2021-02-18T13:40:39.311Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T13:40:39.311Z] Unable to find image 'busybox:latest' locally [2021-02-18T13:40:39.311Z] latest: Pulling from library/busybox [2021-02-18T13:40:39.513Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T13:40:39.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-18T13:40:40.248Z] ......... [ 86%] [2021-02-18T13:40:40.331Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-18T13:40:40.687Z] 4c892f00285e: Pulling fs layer [2021-02-18T13:40:40.687Z] 4c892f00285e: Verifying Checksum [2021-02-18T13:40:40.687Z] 4c892f00285e: Download complete [2021-02-18T13:40:40.687Z] 4c892f00285e: Pull complete [2021-02-18T13:40:40.687Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T13:40:40.687Z] Status: Downloaded newer image for busybox:latest [2021-02-18T13:40:41.258Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T13:40:41.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.82s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.88s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.69s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.31s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.58s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.60s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.49s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-02-18T13:40:41.501Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.20s) [2021-02-18T13:40:41.501Z] === RUN TestCgroupNamespacesRun [2021-02-18T13:40:41.514Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T13:40:42.377Z] + bundleName=amd64-rootless [2021-02-18T13:40:42.377Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-18T13:40:42.377Z] Creating amd64-rootless-bundles.tar.gz [2021-02-18T13:40:42.377Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-02-18T13:40:42.377Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-02-18T13:40:42.388Z] Archiving artifacts [2021-02-18T13:40:42.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-18T13:40:42.696Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-18T13:40:42.885Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2021-02-18T13:40:42.885Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T13:40:42.952Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-18T13:40:42.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-18T13:40:43.513Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-18T13:40:43.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-18T13:40:43.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-18T13:40:43.769Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-18T13:40:43.832Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T13:40:44.146Z] + make clean [2021-02-18T13:40:44.146Z] docker volume rm -f docker-dev-cache [2021-02-18T13:40:44.404Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T13:40:44.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-18T13:40:44.695Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-18T13:40:44.699Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-18T13:40:44.796Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2021-02-18T13:40:44.796Z] === RUN TestCgroupNamespacesRunDaemonHostMode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T13:40:45.624Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-18T13:40:45.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-18T13:40:45.880Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-18T13:40:46.156Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-18T13:40:46.707Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2021-02-18T13:40:46.707Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T13:40:46.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-18T13:40:46.844Z] --- PASS: TestImportExtremelyLargeImageWorks (101.58s) [2021-02-18T13:40:46.844Z] PASS [2021-02-18T13:40:46.844Z] [2021-02-18T13:40:46.844Z] DONE 12 tests in 104.245s [2021-02-18T13:40:46.844Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T13:40:46.844Z] INFO: Testing against a local daemon [2021-02-18T13:40:46.844Z] === RUN TestNetworkCreateDelete [2021-02-18T13:40:46.844Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-02-18T13:40:46.844Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T13:40:46.844Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-02-18T13:40:46.844Z] === RUN TestDaemonDNSFallback [2021-02-18T13:40:46.844Z] --- PASS: TestDaemonDNSFallback (6.43s) [2021-02-18T13:40:46.844Z] === RUN TestInspectNetwork [2021-02-18T13:40:47.410Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T13:40:47.411Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T13:40:47.411Z] === RUN TestInspectNetwork/network_name [2021-02-18T13:40:47.411Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T13:40:47.735Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-18T13:40:47.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-18T13:40:47.991Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T13:40:48.247Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-18T13:40:48.619Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2021-02-18T13:40:48.619Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T13:40:49.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-18T13:40:49.173Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T13:40:49.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-18T13:40:49.990Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-18T13:40:50.530Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2021-02-18T13:40:50.530Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T13:40:50.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-18T13:40:51.596Z] --- PASS: TestInspectNetwork (7.54s) [2021-02-18T13:40:51.596Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T13:40:51.596Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T13:40:51.596Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T13:40:51.596Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T13:40:51.596Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T13:40:51.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-18T13:40:52.439Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2021-02-18T13:40:52.439Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T13:40:52.724Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-18T13:40:52.724Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-18T13:40:52.770Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-18T13:40:52.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-18T13:40:53.010Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2021-02-18T13:40:53.010Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T13:40:53.332Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-18T13:40:53.332Z] Using test binary docker [2021-02-18T13:40:53.332Z] +++ /etc/init.d/apparmor start [2021-02-18T13:40:53.332Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-18T13:40:53.332Z] Starting dockerd [2021-02-18T13:40:53.332Z] INFO: Waiting for daemon to start... [2021-02-18T13:40:53.332Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-18T13:40:53.500Z] --- PASS: TestRunContainerWithBridgeNone (1.66s) [2021-02-18T13:40:53.500Z] === RUN TestNetworkInvalidJSON [2021-02-18T13:40:53.500Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T13:40:53.500Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T13:40:53.500Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:40:53.500Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:40:53.500Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:40:53.500Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:40:53.500Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T13:40:53.500Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:40:53.500Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T13:40:53.500Z] === RUN TestNetworkList [2021-02-18T13:40:53.500Z] === RUN TestNetworkList//networks [2021-02-18T13:40:53.500Z] === PAUSE TestNetworkList//networks [2021-02-18T13:40:53.500Z] === RUN TestNetworkList//networks/ [2021-02-18T13:40:53.500Z] === PAUSE TestNetworkList//networks/ [2021-02-18T13:40:53.500Z] === CONT TestNetworkList//networks [2021-02-18T13:40:53.500Z] === CONT TestNetworkList//networks/ [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkList (0.01s) [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T13:40:53.500Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T13:40:53.500Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T13:40:53.588Z] .=== RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-18T13:40:53.759Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-02-18T13:40:53.759Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T13:40:54.490Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-18T13:40:54.514Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-18T13:40:54.921Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2021-02-18T13:40:54.921Z] === RUN TestKernelTCPMemory [2021-02-18T13:40:55.135Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-18T13:40:55.135Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T13:40:55.440Z] [2021-02-18T13:40:55.440Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-18T13:40:55.440Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-18T13:40:55.440Z] Running integration-test (iteration 1) [2021-02-18T13:40:55.440Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-18T13:40:55.440Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:40:55.440Z] ++ set -e [2021-02-18T13:40:55.440Z] ++ '[' -n 0 ']' [2021-02-18T13:40:55.440Z] ++ set -x [2021-02-18T13:40:55.440Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:40:55.440Z] INFO: Testing against a local daemon [2021-02-18T13:40:55.440Z] === RUN TestCgroupNamespacesBuild [2021-02-18T13:40:55.695Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T13:40:55.702Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-02-18T13:40:55.702Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T13:40:55.861Z] --- PASS: TestKernelTCPMemory (0.91s) [2021-02-18T13:40:55.861Z] === RUN TestNISDomainname [2021-02-18T13:40:56.637Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-02-18T13:40:56.801Z] --- PASS: TestNISDomainname (0.94s) [2021-02-18T13:40:56.801Z] === RUN TestHostnameDnsResolution [2021-02-18T13:40:56.896Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T13:40:57.066Z] --- PASS: TestCgroupNamespacesBuild (1.55s) [2021-02-18T13:40:57.066Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-18T13:40:57.782Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-18T13:40:57.782Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-18T13:40:57.992Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-18T13:40:58.183Z] --- PASS: TestHostnameDnsResolution (1.63s) [2021-02-18T13:40:58.183Z] === RUN TestStats [2021-02-18T13:40:58.273Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2021-02-18T13:40:58.273Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T13:40:58.531Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-02-18T13:40:58.531Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T13:40:58.920Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.66s) [2021-02-18T13:40:58.920Z] === RUN TestBuildWithSession [2021-02-18T13:40:58.920Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T13:40:58.920Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:40:58.920Z] === RUN TestBuildSquashParent [2021-02-18T13:40:58.920Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T13:40:58.920Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T13:41:00.808Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T13:41:01.064Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2021-02-18T13:41:01.064Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T13:41:01.064Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:41:01.064Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:41:01.064Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T13:41:01.479Z] --- PASS: TestStats (2.83s) [2021-02-18T13:41:01.479Z] === RUN TestStopContainerWithTimeout [2021-02-18T13:41:01.479Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T13:41:01.479Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T13:41:01.479Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T13:41:01.479Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T13:41:01.479Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T13:41:01.479Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T13:41:01.479Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T13:41:01.479Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T13:41:01.479Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T13:41:01.479Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T13:41:01.479Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T13:41:01.479Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T13:41:01.737Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-18T13:41:01.993Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-18T13:41:02.036Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-18T13:41:02.555Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-18T13:41:02.558Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-18T13:41:02.558Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-18T13:41:02.558Z] [2021-02-18T13:41:02.558Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-18T13:41:02.558Z] =========================== short test summary info ============================ [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-18T13:41:02.558Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-18T13:41:02.558Z] Not supported on most drivers [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-18T13:41:02.558Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-18T13:41:02.558Z] Output of docker top depends on host distro, and is not formalized. [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-18T13:41:02.558Z] Can fail if eth0 has multiple IP addresses [2021-02-18T13:41:02.558Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-18T13:41:02.558Z] This doesn't seem to be taken into account by the engine [2021-02-18T13:41:02.558Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-18T13:41:02.558Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-18T13:41:02.558Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 301.19 seconds == [2021-02-18T13:41:02.820Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-18T13:41:03.117Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-18T13:41:03.679Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-18T13:41:03.935Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T13:41:04.777Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T13:41:04.777Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2021-02-18T13:41:04.777Z] --- PASS: TestStopContainerWithTimeout/1 (2.38s) [2021-02-18T13:41:04.777Z] --- PASS: TestStopContainerWithTimeout/3 (3.25s) [2021-02-18T13:41:04.777Z] --- PASS: TestStopContainerWithTimeout/-1 (3.31s) [2021-02-18T13:41:04.777Z] === RUN TestDeleteDevicemapper [2021-02-18T13:41:04.777Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T13:41:04.777Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:41:04.777Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T13:41:05.302Z] --- PASS: TestBuildSquashParent (6.43s) [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:41:05.302Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:41:05.302Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:41:05.302Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:41:05.302Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:41:05.302Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T13:41:06.665Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T13:41:06.689Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.31s) [2021-02-18T13:41:06.689Z] === RUN TestUpdateMemory [2021-02-18T13:41:06.689Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-18T13:41:06.689Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:41:06.689Z] === RUN TestUpdateCPUQuota [2021-02-18T13:41:06.921Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-18T13:41:08.071Z] --- PASS: TestUpdateCPUQuota (1.29s) [2021-02-18T13:41:08.071Z] === RUN TestUpdatePidsLimit [2021-02-18T13:41:08.071Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T13:41:08.287Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:41:08.287Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:41:08.331Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T13:41:08.901Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T13:41:09.161Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T13:41:09.732Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T13:41:09.994Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T13:41:10.176Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T13:41:10.176Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:41:10.254Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T13:41:10.431Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit (3.62s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2021-02-18T13:41:11.636Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2021-02-18T13:41:11.636Z] === RUN TestUpdateRestartPolicy [2021-02-18T13:41:12.319Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.84s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.10s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.33s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2021-02-18T13:41:12.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2021-02-18T13:41:12.319Z] === RUN TestBuildMultiStageCopy [2021-02-18T13:41:12.319Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T13:41:13.246Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-18T13:41:14.173Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T13:41:14.735Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-18T13:41:14.735Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-18T13:41:14.735Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T13:41:14.735Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T13:41:14.992Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T13:41:15.041Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T13:41:15.041Z] [2021-02-18T13:41:15.041Z] Unloading profiles will leave already running processes permanently [2021-02-18T13:41:15.041Z] unconfined, which can lead to unexpected situations. [2021-02-18T13:41:15.041Z] [2021-02-18T13:41:15.041Z] To set a process to complain mode, use the command line tool [2021-02-18T13:41:15.041Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T13:41:15.041Z] Post stage [Pipeline] junit [2021-02-18T13:41:15.055Z] Recording test results [2021-02-18T13:41:15.554Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T13:41:15.810Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T13:41:16.019Z] --- PASS: TestServiceWithDataPathPortInit (14.79s) [2021-02-18T13:41:16.019Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy (3.84s) [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.91s) [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.47s) [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2021-02-18T13:41:16.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2021-02-18T13:41:16.066Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T13:41:16.184Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-18T13:41:16.478Z] + echo Ensuring container killed. [2021-02-18T13:41:16.478Z] Ensuring container killed. [2021-02-18T13:41:16.478Z] + docker rm -vf docker-pr6 [2021-02-18T13:41:16.478Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-02-18T13:41:16.770Z] + echo Chowning /workspace to jenkins user [2021-02-18T13:41:16.770Z] Chowning /workspace to jenkins user [2021-02-18T13:41:16.770Z] + id -u [2021-02-18T13:41:16.770Z] + id -g [2021-02-18T13:41:16.770Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T13:41:16.770Z] Unable to find image 'busybox:latest' locally [2021-02-18T13:41:17.030Z] latest: Pulling from library/busybox [2021-02-18T13:41:17.030Z] 4c892f00285e: Pulling fs layer [2021-02-18T13:41:17.030Z] 4c892f00285e: Verifying Checksum [2021-02-18T13:41:17.030Z] 4c892f00285e: Download complete [2021-02-18T13:41:17.076Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-18T13:41:17.291Z] 4c892f00285e: Pull complete [2021-02-18T13:41:17.291Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T13:41:17.291Z] Status: Downloaded newer image for busybox:latest [2021-02-18T13:41:17.335Z] --- PASS: TestBuildMultiStageParentConfig (1.26s) [2021-02-18T13:41:17.335Z] === RUN TestBuildLabelWithTargets [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T13:41:18.540Z] + bundleName=docker-py [2021-02-18T13:41:18.540Z] + echo Creating docker-py-bundles.tar.gz [2021-02-18T13:41:18.540Z] Creating docker-py-bundles.tar.gz [2021-02-18T13:41:18.540Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-02-18T13:41:18.553Z] Archiving artifacts [2021-02-18T13:41:19.230Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T13:41:19.230Z] --- PASS: TestBuildLabelWithTargets (1.85s) [2021-02-18T13:41:19.230Z] === RUN TestBuildWithEmptyLayers [2021-02-18T13:41:19.486Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-18T13:41:20.049Z] --- PASS: TestBuildWithEmptyLayers (0.86s) [2021-02-18T13:41:20.049Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T13:41:20.150Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-18T13:41:20.511Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh binary-daemon [2021-02-18T13:41:21.083Z] [2021-02-18T13:41:21.083Z] Removing bundles/ [2021-02-18T13:41:21.083Z] [2021-02-18T13:41:21.083Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-18T13:41:21.083Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-18T13:41:21.083Z] GOOS="" GOARCH="" GOARM="" [2021-02-18T13:41:21.416Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-18T13:41:22.781Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2021-02-18T13:41:22.781Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T13:41:23.036Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-18T13:41:24.145Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.28s) [2021-02-18T13:41:24.145Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5tu9qc6tg6k0onlv6t43nai5a Created:2021-02-18 13:41:17.153637011 +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[608edf082b13b09df1fe19535e29bb8c77f96fdf0e703ec68212f4e8b0081f53:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9rnz7f7iedus1albdndlua65z EndpointID:63883008ed596ec7b48cae482f9fa11dc9b097e0d840c0af5aba79a706ed3fb0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0a0ce8f21a299ab733aa661d1a8770524191db2fccd79d1df22a618f306b0866 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:7a53546f1d85 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9rnz7f7iedus1albdndlua65z EndpointID:63883008ed596ec7b48cae482f9fa11dc9b097e0d840c0af5aba79a706ed3fb0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T13:41:24.145Z] PASS [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] === Skipped [2021-02-18T13:41:24.146Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:41:24.146Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] DONE 26 tests, 1 skipped in 46.016s [2021-02-18T13:41:24.146Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:41:24.146Z] INFO: Testing against a local daemon [2021-02-18T13:41:24.146Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T13:41:24.146Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:41:24.146Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:41:24.146Z] === RUN TestDockerNetworkIpvlan [2021-02-18T13:41:24.146Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:41:24.146Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:41:24.146Z] PASS [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] === Skipped [2021-02-18T13:41:24.146Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:41:24.146Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:41:24.146Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] [2021-02-18T13:41:24.146Z] DONE 2 tests, 2 skipped in 0.058s [2021-02-18T13:41:24.146Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:41:24.146Z] INFO: Testing against a local daemon [2021-02-18T13:41:24.146Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T13:41:24.400Z] --- PASS: TestBuildUncleanTarFilenames (1.45s) [2021-02-18T13:41:24.400Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T13:41:24.712Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s) [2021-02-18T13:41:24.712Z] === RUN TestDockerNetworkMacvlan [2021-02-18T13:41:25.281Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T13:41:26.218Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T13:41:26.532Z] --- PASS: TestUpdateRestartPolicy (12.37s) [2021-02-18T13:41:26.532Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T13:41:26.532Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2021-02-18T13:41:26.532Z] === RUN TestWaitNonBlocked [2021-02-18T13:41:26.532Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:41:26.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:41:26.532Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:41:26.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:41:26.532Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:41:26.532Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:41:26.532Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-18T13:41:26.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2021-02-18T13:41:26.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2021-02-18T13:41:26.532Z] === RUN TestWaitBlocked [2021-02-18T13:41:26.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:41:26.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:41:26.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:41:26.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:41:26.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:41:26.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:41:26.785Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T13:41:26.917Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-18T13:41:26.917Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T13:41:26.917Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-18T13:41:27.102Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-18T13:41:27.102Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s) [2021-02-18T13:41:27.102Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2021-02-18T13:41:27.102Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T13:41:27.102Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T13:41:27.102Z] === CONT TestIpcModeOlderClient [2021-02-18T13:41:27.102Z] === CONT TestDaemonHostGatewayIP [2021-02-18T13:41:27.102Z] --- PASS: TestIpcModeOlderClient (0.20s) [2021-02-18T13:41:27.102Z] === CONT TestDaemonRestartIpcMode [2021-02-18T13:41:27.173Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2021-02-18T13:41:27.173Z] === RUN TestBuildWithHugeFile [2021-02-18T13:41:28.688Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T13:41:30.490Z] --- PASS: TestContainerStartOnDaemonRestart (3.43s) [2021-02-18T13:41:30.490Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T13:41:30.591Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T13:41:31.340Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-18T13:41:31.445Z] --- PASS: TestDaemonRestartIpcMode (4.41s) [2021-02-18T13:41:31.596Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T13:41:32.411Z] --- PASS: TestDaemonHostGatewayIP (5.24s) [2021-02-18T13:41:33.820Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.33s) [2021-02-18T13:41:34.782Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T13:41:34.864Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan (10.52s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.97s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.42s) [2021-02-18T13:41:35.041Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.71s) [2021-02-18T13:41:35.041Z] PASS [2021-02-18T13:41:35.041Z] [2021-02-18T13:41:35.041Z] DONE 8 tests in 11.865s [2021-02-18T13:41:35.041Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T13:41:35.041Z] testing: warning: no tests to run [2021-02-18T13:41:35.041Z] PASS [2021-02-18T13:41:35.041Z] [2021-02-18T13:41:35.041Z] DONE 0 tests in 0.007s [2021-02-18T13:41:35.041Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T13:41:35.041Z] INFO: Testing against a local daemon [2021-02-18T13:41:35.041Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T13:41:35.426Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T13:41:35.988Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T13:41:36.418Z] --- PASS: TestAuthZPluginAllowRequest (1.26s) [2021-02-18T13:41:36.418Z] === RUN TestAuthZPluginTLS [2021-02-18T13:41:36.985Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-18T13:41:36.985Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T13:41:37.553Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-02-18T13:41:37.553Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T13:41:38.120Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-18T13:41:38.120Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T13:41:38.686Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-18T13:41:38.686Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T13:41:39.258Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-18T13:41:39.514Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-18T13:41:40.063Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s) [2021-02-18T13:41:40.063Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T13:41:40.075Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-18T13:41:40.322Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-02-18T13:41:40.322Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T13:41:40.397Z] --- PASS: TestContainerKillOnDaemonStart (13.28s) [2021-02-18T13:41:40.397Z] PASS [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === Skipped [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-18T13:41:40.397Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-18T13:41:40.397Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T13:41:40.397Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:41:40.397Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T13:41:40.397Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-18T13:41:40.397Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] [2021-02-18T13:41:40.397Z] DONE 196 tests, 6 skipped in 140.413s [2021-02-18T13:41:40.397Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T13:41:40.397Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:41:40.397Z] ++ set -e [2021-02-18T13:41:40.397Z] ++ '[' -n 0 ']' [2021-02-18T13:41:40.397Z] ++ set -x [2021-02-18T13:41:40.398Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:41:40.635Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-18T13:41:40.658Z] INFO: Testing against a local daemon [2021-02-18T13:41:40.658Z] === RUN TestCommitInheritsEnv [2021-02-18T13:41:40.889Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-02-18T13:41:40.889Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T13:41:41.228Z] --- PASS: TestCommitInheritsEnv (0.62s) [2021-02-18T13:41:41.228Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T13:41:41.228Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T13:41:41.228Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T13:41:41.228Z] === RUN TestImagesFilterMultiReference [2021-02-18T13:41:41.228Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-18T13:41:41.228Z] === RUN TestImagePullPlatformInvalid [2021-02-18T13:41:41.228Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-18T13:41:41.228Z] === RUN TestRemoveImageOrphaning [2021-02-18T13:41:41.456Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-02-18T13:41:41.456Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T13:41:42.169Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2021-02-18T13:41:42.169Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T13:41:42.169Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-18T13:41:42.169Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:41:42.169Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T13:41:42.169Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-18T13:41:42.169Z] === RUN TestTagInvalidReference [2021-02-18T13:41:42.169Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T13:41:42.169Z] === RUN TestTagValidPrefixedRepo [2021-02-18T13:41:42.169Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-02-18T13:41:42.169Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T13:41:42.169Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-18T13:41:42.169Z] === RUN TestTagOfficialNames [2021-02-18T13:41:42.169Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-18T13:41:42.169Z] === RUN TestTagMatchesDigest [2021-02-18T13:41:42.169Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T13:41:42.169Z] PASS [2021-02-18T13:41:42.169Z] [2021-02-18T13:41:42.169Z] === Skipped [2021-02-18T13:41:42.169Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T13:41:42.169Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-18T13:41:42.169Z] [2021-02-18T13:41:42.169Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-18T13:41:42.169Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:41:42.169Z] [2021-02-18T13:41:42.169Z] [2021-02-18T13:41:42.169Z] DONE 12 tests, 2 skipped in 1.950s [2021-02-18T13:41:42.169Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T13:41:42.169Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:41:42.169Z] ++ set -e [2021-02-18T13:41:42.169Z] ++ '[' -n 0 ']' [2021-02-18T13:41:42.169Z] ++ set -x [2021-02-18T13:41:42.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:41:42.429Z] INFO: Testing against a local daemon [2021-02-18T13:41:42.429Z] === RUN TestNetworkCreateDelete [2021-02-18T13:41:42.526Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-18T13:41:42.833Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.51s) [2021-02-18T13:41:42.833Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T13:41:43.000Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-02-18T13:41:43.000Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T13:41:44.383Z] --- PASS: TestDockerNetworkDeletePreferID (1.25s) [2021-02-18T13:41:44.383Z] === RUN TestDaemonDNSFallback [2021-02-18T13:41:44.738Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.59s) [2021-02-18T13:41:44.738Z] === RUN TestAuthZPluginHeader [2021-02-18T13:41:45.041Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-18T13:41:45.305Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-02-18T13:41:45.305Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T13:41:45.968Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T13:41:46.530Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-18T13:41:47.897Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T13:41:48.826Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-18T13:41:49.387Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T13:41:49.493Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.54s) [2021-02-18T13:41:49.493Z] === RUN TestAuthZPluginV2Disable [2021-02-18T13:41:50.756Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-18T13:41:52.023Z] --- PASS: TestAuthZPluginV2Disable (3.08s) [2021-02-18T13:41:52.023Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T13:41:52.512Z] --- PASS: TestDaemonDNSFallback (7.46s) [2021-02-18T13:41:52.512Z] === RUN TestInspectNetwork [2021-02-18T13:41:53.272Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-18T13:41:54.203Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T13:41:54.554Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.76s) [2021-02-18T13:41:54.554Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T13:41:55.131Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-18T13:41:55.694Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-18T13:41:56.713Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T13:41:56.713Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T13:41:56.713Z] === RUN TestInspectNetwork/network_name [2021-02-18T13:41:56.713Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T13:41:59.861Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-18T13:42:00.794Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T13:42:01.355Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T13:42:01.992Z] --- PASS: TestInspectNetwork (9.55s) [2021-02-18T13:42:01.992Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T13:42:01.992Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T13:42:01.992Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T13:42:01.992Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T13:42:01.992Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T13:42:03.872Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T13:42:03.903Z] --- PASS: TestRunContainerWithBridgeNone (2.53s) [2021-02-18T13:42:03.903Z] === RUN TestNetworkInvalidJSON [2021-02-18T13:42:03.903Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T13:42:03.903Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T13:42:03.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:42:03.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:42:03.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:42:03.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:42:03.903Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T13:42:03.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:42:03.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T13:42:03.903Z] === RUN TestNetworkList [2021-02-18T13:42:03.903Z] === RUN TestNetworkList//networks [2021-02-18T13:42:03.903Z] === PAUSE TestNetworkList//networks [2021-02-18T13:42:03.903Z] === RUN TestNetworkList//networks/ [2021-02-18T13:42:03.903Z] === PAUSE TestNetworkList//networks/ [2021-02-18T13:42:03.903Z] === CONT TestNetworkList//networks [2021-02-18T13:42:03.903Z] === CONT TestNetworkList//networks/ [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T13:42:03.903Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T13:42:03.903Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T13:42:04.072Z] db4edcf0861f: Pull complete [2021-02-18T13:42:04.072Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-18T13:42:04.072Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:42:04.072Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-18T13:42:04.072Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-18T13:42:04.072Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-18T13:42:04.072Z] WARN: Skipping validation tests [2021-02-18T13:42:04.072Z] INFO: Running unit tests at 02/18/2021 13:42:03... [2021-02-18T13:42:04.472Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2021-02-18T13:42:04.472Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T13:42:04.529Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.41s) [2021-02-18T13:42:04.529Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T13:42:05.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T13:42:05.857Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) [2021-02-18T13:42:05.857Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T13:42:06.021Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-18T13:42:06.953Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T13:42:07.240Z] --- PASS: TestDaemonDefaultNetworkPools (1.26s) [2021-02-18T13:42:07.240Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T13:42:07.827Z] INFO: make.ps1 starting at 02/18/2021 13:42:07 [2021-02-18T13:42:07.827Z] INFO: Git commit (1f26a10af1) assumed from DOCKER_GITCOMMIT environment variable [2021-02-18T13:42:07.827Z] INFO: Invoking autogen... [2021-02-18T13:42:08.801Z] INFO: Running unit tests... [2021-02-18T13:42:09.152Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.91s) [2021-02-18T13:42:09.152Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T13:42:10.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T13:42:11.694Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2021-02-18T13:42:11.694Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T13:42:12.264Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2021-02-18T13:42:12.264Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T13:42:12.739Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T13:42:14.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-18T13:42:15.559Z] --- PASS: TestServiceWithPredefinedNetwork (3.39s) [2021-02-18T13:42:15.559Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T13:42:15.559Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:42:15.559Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:42:15.559Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T13:42:16.001Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T13:42:16.562Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-18T13:42:17.124Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T13:42:17.402Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-02-18T13:42:22.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T13:42:22.605Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-02-18T13:42:22.605Z] PASS [2021-02-18T13:42:22.605Z] [2021-02-18T13:42:22.605Z] DONE 17 tests in 45.472s [2021-02-18T13:42:22.605Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T13:42:22.605Z] INFO: Testing against a local daemon [2021-02-18T13:42:22.605Z] === RUN TestPluginInvalidJSON [2021-02-18T13:42:22.605Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:42:22.605Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:42:22.605Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:42:22.605Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-18T13:42:22.605Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T13:42:22.605Z] === RUN TestPluginInstall [2021-02-18T13:42:22.605Z] === RUN TestPluginInstall/no_auth [2021-02-18T13:42:22.865Z] time="2021-02-18T13:42:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:22.865Z] time="2021-02-18T13:42:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5ef363cfa352d2fb04a9ca1c7952b461de861c0504f3361adea3341616eb3ec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:22.865Z] time="2021-02-18T13:42:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:22.865Z] time="2021-02-18T13:42:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5ef363cfa352d2fb04a9ca1c7952b461de861c0504f3361adea3341616eb3ec5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:23.144Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T13:42:23.718Z] time="2021-02-18T13:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:23.718Z] time="2021-02-18T13:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e48f8b19a025d88ae9cedea56e2fbfe0f6410107f9c3b11751ca932473a52de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:23.718Z] time="2021-02-18T13:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:23.718Z] time="2021-02-18T13:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e48f8b19a025d88ae9cedea56e2fbfe0f6410107f9c3b11751ca932473a52de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:23.986Z] === RUN TestPluginInstall/with_insecure [2021-02-18T13:42:24.512Z] ? github.com/docker/docker/api [no test files] [2021-02-18T13:42:25.367Z] time="2021-02-18T13:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:25.367Z] time="2021-02-18T13:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8b6b5d7cfce41329f5a8d0826a42ca37f261188437ff882bf913e2b6b5af9da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:25.367Z] time="2021-02-18T13:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:42:25.367Z] time="2021-02-18T13:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8b6b5d7cfce41329f5a8d0826a42ca37f261188437ff882bf913e2b6b5af9da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:42:25.367Z] --- PASS: TestPluginInstall (4.71s) [2021-02-18T13:42:25.367Z] --- PASS: TestPluginInstall/no_auth (2.54s) [2021-02-18T13:42:25.367Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2021-02-18T13:42:25.367Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2021-02-18T13:42:25.367Z] plugin_test.go:160: [d0c45c6e9481f] daemon is not started [2021-02-18T13:42:25.367Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:42:27.269Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:42:28.204Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:42:29.141Z] --- PASS: TestPluginsWithRuntimes (3.61s) [2021-02-18T13:42:29.141Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.96s) [2021-02-18T13:42:29.141Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.93s) [2021-02-18T13:42:29.141Z] PASS [2021-02-18T13:42:29.141Z] [2021-02-18T13:42:29.141Z] DONE 9 tests in 8.373s [2021-02-18T13:42:29.141Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T13:42:29.141Z] INFO: Testing against a local daemon [2021-02-18T13:42:29.141Z] === RUN TestExternalGraphDriver [2021-02-18T13:42:29.141Z] === RUN TestExternalGraphDriver/json [2021-02-18T13:42:31.042Z] === RUN TestExternalGraphDriver/spec [2021-02-18T13:42:32.419Z] === RUN TestExternalGraphDriver/pull [2021-02-18T13:42:33.664Z] --- PASS: TestServiceWithDataPathPortInit (18.01s) [2021-02-18T13:42:33.664Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T13:42:34.622Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-18T13:42:35.702Z] --- PASS: TestExternalGraphDriver (6.24s) [2021-02-18T13:42:35.702Z] --- PASS: TestExternalGraphDriver/json (1.69s) [2021-02-18T13:42:35.702Z] --- PASS: TestExternalGraphDriver/spec (1.72s) [2021-02-18T13:42:35.702Z] --- PASS: TestExternalGraphDriver/pull (2.76s) [2021-02-18T13:42:35.702Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:42:36.509Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-18T13:42:37.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T13:42:37.632Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-18T13:42:38.986Z] --- PASS: TestGraphdriverPluginV2 (3.40s) [2021-02-18T13:42:38.986Z] PASS [2021-02-18T13:42:38.986Z] [2021-02-18T13:42:38.986Z] DONE 5 tests in 9.674s [2021-02-18T13:42:38.986Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T13:42:38.986Z] INFO: Testing against a local daemon [2021-02-18T13:42:38.986Z] === RUN TestContinueAfterPluginCrash [2021-02-18T13:42:38.986Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T13:42:38.986Z] === RUN TestReadPluginNoRead [2021-02-18T13:42:38.986Z] === PAUSE TestReadPluginNoRead [2021-02-18T13:42:38.986Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T13:42:38.986Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T13:42:38.986Z] === CONT TestContinueAfterPluginCrash [2021-02-18T13:42:38.986Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T13:42:39.368Z] === RUN TestMiddlewares [2021-02-18T13:42:39.368Z] --- PASS: TestMiddlewares (0.00s) [2021-02-18T13:42:39.368Z] PASS [2021-02-18T13:42:39.368Z] coverage: 9.0% of statements [2021-02-18T13:42:39.368Z] ok github.com/docker/docker/api/server 0.093s coverage: 9.0% of statements [2021-02-18T13:42:41.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T13:42:42.734Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-18T13:42:43.175Z] --- PASS: TestDaemonStartWithLogOpt (4.21s) [2021-02-18T13:42:43.175Z] === CONT TestReadPluginNoRead [2021-02-18T13:42:43.654Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.00s) [2021-02-18T13:42:43.654Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zj1et23t2izllbtt6ovlqv4br Created:2021-02-18 13:42:35.308106113 +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[8dfa4f9885d949739f37e2f8aac3de5780dd5639cbb1b5432d613d383cc38371:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tu2533ujw5c7impis6lzf0vm8 EndpointID:a7f0baf87a75f6a2d59aff8669c985cb070c52034382913817c66312c5e4dc13 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f2a72b3562f161fc462a92bbee4c52063d500b6d8f8714650b039c170543897c 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:7a1feb14d199 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tu2533ujw5c7impis6lzf0vm8 EndpointID:a7f0baf87a75f6a2d59aff8669c985cb070c52034382913817c66312c5e4dc13 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T13:42:43.654Z] PASS [2021-02-18T13:42:43.654Z] [2021-02-18T13:42:43.654Z] === Skipped [2021-02-18T13:42:43.654Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:42:43.654Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:42:43.654Z] [2021-02-18T13:42:43.654Z] [2021-02-18T13:42:43.655Z] DONE 26 tests, 1 skipped in 60.436s [2021-02-18T13:42:43.655Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] ++ set -e [2021-02-18T13:42:43.655Z] ++ '[' -n 0 ']' [2021-02-18T13:42:43.655Z] ++ set -x [2021-02-18T13:42:43.655Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] INFO: Testing against a local daemon [2021-02-18T13:42:43.655Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T13:42:43.655Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:42:43.655Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:42:43.655Z] === RUN TestDockerNetworkIpvlan [2021-02-18T13:42:43.655Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:42:43.655Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:42:43.655Z] PASS [2021-02-18T13:42:43.655Z] [2021-02-18T13:42:43.655Z] === Skipped [2021-02-18T13:42:43.655Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-18T13:42:43.655Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:42:43.655Z] [2021-02-18T13:42:43.655Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:42:43.655Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:42:43.655Z] [2021-02-18T13:42:43.655Z] [2021-02-18T13:42:43.655Z] DONE 2 tests, 2 skipped in 0.161s [2021-02-18T13:42:43.655Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] ++ set -e [2021-02-18T13:42:43.655Z] ++ '[' -n 0 ']' [2021-02-18T13:42:43.655Z] ++ set -x [2021-02-18T13:42:43.655Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:42:43.655Z] INFO: Testing against a local daemon [2021-02-18T13:42:43.655Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T13:42:44.100Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T13:42:44.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T13:42:45.566Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.24s) [2021-02-18T13:42:45.566Z] === RUN TestDockerNetworkMacvlan [2021-02-18T13:42:45.708Z] === RUN TestReadPluginNoRead/default [2021-02-18T13:42:46.506Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T13:42:46.553Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-18T13:42:47.085Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T13:42:47.114Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T13:42:47.889Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T13:42:48.022Z] --- PASS: TestContinueAfterPluginCrash (9.20s) [2021-02-18T13:42:48.284Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T13:42:48.830Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T13:42:49.660Z] --- PASS: TestReadPluginNoRead (6.74s) [2021-02-18T13:42:49.660Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2021-02-18T13:42:49.660Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2021-02-18T13:42:49.660Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s) [2021-02-18T13:42:49.660Z] read_test.go:92: [d42764afe0cde] daemon is not started [2021-02-18T13:42:49.660Z] PASS [2021-02-18T13:42:49.660Z] [2021-02-18T13:42:49.660Z] DONE 6 tests in 10.988s [2021-02-18T13:42:49.660Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-18T13:42:49.660Z] testing: warning: no tests to run [2021-02-18T13:42:49.660Z] PASS [2021-02-18T13:42:49.660Z] [2021-02-18T13:42:49.660Z] DONE 0 tests in 0.008s [2021-02-18T13:42:49.660Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T13:42:49.660Z] INFO: Testing against a local daemon [2021-02-18T13:42:49.660Z] === RUN TestPluginWithDevMounts [2021-02-18T13:42:49.660Z] === PAUSE TestPluginWithDevMounts [2021-02-18T13:42:49.660Z] === CONT TestPluginWithDevMounts [2021-02-18T13:42:50.382Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T13:42:51.562Z] --- PASS: TestPluginWithDevMounts (1.71s) [2021-02-18T13:42:51.562Z] PASS [2021-02-18T13:42:51.562Z] [2021-02-18T13:42:51.562Z] DONE 1 tests in 1.745s [2021-02-18T13:42:51.562Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T13:42:51.562Z] INFO: Testing against a local daemon [2021-02-18T13:42:51.562Z] === RUN TestSecretInspect [2021-02-18T13:42:51.747Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-18T13:42:53.031Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T13:42:53.634Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-18T13:42:54.092Z] --- PASS: TestSecretInspect (2.33s) [2021-02-18T13:42:54.092Z] === RUN TestSecretList [2021-02-18T13:42:56.149Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T13:42:56.149Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-18T13:42:56.327Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T13:42:56.626Z] --- PASS: TestSecretList (2.30s) [2021-02-18T13:42:56.626Z] === RUN TestSecretsCreateAndDelete [2021-02-18T13:42:57.513Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T13:42:57.570Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-18T13:42:57.570Z] Copying nested executables into bundles/binary-daemon [2021-02-18T13:42:57.570Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-18T13:42:57.909Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/make.sh cross [2021-02-18T13:42:58.479Z] [2021-02-18T13:42:58.479Z] Removing bundles/ [2021-02-18T13:42:58.479Z] [2021-02-18T13:42:58.479Z] ---> Making bundle: cross (in bundles/cross) [2021-02-18T13:42:58.479Z] Cross building: bundles/cross/linux/amd64 [2021-02-18T13:42:58.479Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T13:42:58.479Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-18T13:42:58.527Z] --- PASS: TestSecretsCreateAndDelete (2.35s) [2021-02-18T13:42:58.527Z] === RUN TestSecretsUpdate [2021-02-18T13:42:59.402Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T13:43:00.330Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T13:43:01.058Z] --- PASS: TestSecretsUpdate (2.33s) [2021-02-18T13:43:01.058Z] === RUN TestTemplatedSecret [2021-02-18T13:43:01.694Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T13:43:02.908Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T13:43:03.592Z] --- PASS: TestTemplatedSecret (2.71s) [2021-02-18T13:43:03.592Z] === RUN TestSecretCreateResolve [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan (18.70s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.10s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.82s) [2021-02-18T13:43:03.850Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2021-02-18T13:43:03.850Z] PASS [2021-02-18T13:43:03.850Z] [2021-02-18T13:43:03.850Z] DONE 8 tests in 21.081s [2021-02-18T13:43:04.111Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] ++ set -e [2021-02-18T13:43:04.111Z] ++ '[' -n 0 ']' [2021-02-18T13:43:04.111Z] ++ set -x [2021-02-18T13:43:04.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] testing: warning: no tests to run [2021-02-18T13:43:04.111Z] PASS [2021-02-18T13:43:04.111Z] [2021-02-18T13:43:04.111Z] DONE 0 tests in 0.031s [2021-02-18T13:43:04.111Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] ++ set -e [2021-02-18T13:43:04.111Z] ++ '[' -n 0 ']' [2021-02-18T13:43:04.111Z] ++ set -x [2021-02-18T13:43:04.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:04.111Z] INFO: Testing against a local daemon [2021-02-18T13:43:04.111Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T13:43:06.022Z] --- PASS: TestAuthZPluginAllowRequest (1.86s) [2021-02-18T13:43:06.022Z] === RUN TestAuthZPluginTLS [2021-02-18T13:43:06.123Z] --- PASS: TestSecretCreateResolve (2.41s) [2021-02-18T13:43:06.123Z] PASS [2021-02-18T13:43:06.123Z] [2021-02-18T13:43:06.123Z] DONE 6 tests in 14.467s [2021-02-18T13:43:06.123Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T13:43:06.123Z] INFO: Testing against a local daemon [2021-02-18T13:43:06.123Z] === RUN TestServiceCreateInit [2021-02-18T13:43:06.123Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T13:43:06.963Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-02-18T13:43:06.963Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T13:43:07.533Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2021-02-18T13:43:07.533Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T13:43:08.104Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2021-02-18T13:43:08.104Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T13:43:08.229Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-18T13:43:08.674Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2021-02-18T13:43:08.674Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T13:43:09.155Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T13:43:10.310Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T13:43:10.584Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s) [2021-02-18T13:43:10.584Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T13:43:11.046Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T13:43:11.155Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2021-02-18T13:43:11.155Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T13:43:11.302Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-18T13:43:12.098Z] --- PASS: TestAuthZPluginErrorRequest (0.72s) [2021-02-18T13:43:12.098Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T13:43:12.231Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-18T13:43:12.669Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2021-02-18T13:43:12.669Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T13:43:13.160Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T13:43:13.160Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-18T13:43:14.501Z] --- PASS: TestServiceCreateInit (8.01s) [2021-02-18T13:43:14.501Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.01s) [2021-02-18T13:43:14.501Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.97s) [2021-02-18T13:43:14.501Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T13:43:14.525Z] --- PASS: TestBuildWithHugeFile (107.31s) [2021-02-18T13:43:14.525Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T13:43:14.525Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:43:14.525Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:43:14.525Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:43:14.525Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:43:14.525Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:43:14.525Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:43:14.525Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:43:14.525Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:43:14.782Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:43:15.038Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-18T13:43:15.038Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-02-18T13:43:15.038Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-18T13:43:15.038Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2021-02-18T13:43:15.038Z] === RUN TestBuildPreserveOwnership [2021-02-18T13:43:15.038Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-18T13:43:15.211Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2021-02-18T13:43:15.211Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T13:43:15.294Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-18T13:43:17.121Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.30s) [2021-02-18T13:43:17.121Z] === RUN TestAuthZPluginHeader [2021-02-18T13:43:18.061Z] --- PASS: TestAuthZPluginHeader (1.03s) [2021-02-18T13:43:18.061Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T13:43:18.061Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T13:43:18.061Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:18.061Z] === RUN TestAuthZPluginV2Disable [2021-02-18T13:43:18.061Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-18T13:43:18.061Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:18.061Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T13:43:18.061Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T13:43:18.061Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:18.061Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T13:43:18.061Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T13:43:18.061Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:18.061Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T13:43:18.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-18T13:43:18.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-18T13:43:18.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-18T13:43:18.816Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-18T13:43:19.072Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T13:43:20.962Z] --- PASS: TestBuildPreserveOwnership (5.66s) [2021-02-18T13:43:20.962Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.78s) [2021-02-18T13:43:20.962Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.86s) [2021-02-18T13:43:20.962Z] === RUN TestBuildPlatformInvalid [2021-02-18T13:43:20.962Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-02-18T13:43:20.962Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-18T13:43:21.218Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T13:43:22.145Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-18T13:43:22.401Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T13:43:22.963Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T13:43:23.524Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T13:43:24.086Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T13:43:24.655Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T13:43:24.655Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T13:43:26.543Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T13:43:27.104Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-18T13:43:30.114Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T13:43:30.114Z] === RUN TestBoolValue [2021-02-18T13:43:30.114Z] --- PASS: TestBoolValue (0.00s) [2021-02-18T13:43:30.114Z] === RUN TestBoolValueOrDefault [2021-02-18T13:43:30.114Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-18T13:43:30.114Z] === RUN TestInt64ValueOrZero [2021-02-18T13:43:30.114Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-18T13:43:30.114Z] === RUN TestInt64ValueOrDefault [2021-02-18T13:43:30.114Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-18T13:43:30.114Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-18T13:43:30.114Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-18T13:43:30.114Z] === RUN TestJsonContentType [2021-02-18T13:43:30.114Z] --- PASS: TestJsonContentType (0.00s) [2021-02-18T13:43:30.114Z] PASS [2021-02-18T13:43:30.114Z] coverage: 14.7% of statements [2021-02-18T13:43:30.114Z] ok github.com/docker/docker/api/server/httputils 0.054s coverage: 14.7% of statements [2021-02-18T13:43:30.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-18T13:43:31.088Z] === RUN TestMaskSecretKeys [2021-02-18T13:43:31.088Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-18T13:43:31.088Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-18T13:43:31.088Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-18T13:43:31.088Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-18T13:43:31.088Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-18T13:43:31.088Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-18T13:43:31.088Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-18T13:43:31.088Z] === RUN TestVersionMiddlewareVersion [2021-02-18T13:43:31.088Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-18T13:43:31.088Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-18T13:43:31.088Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-18T13:43:31.088Z] PASS [2021-02-18T13:43:31.088Z] coverage: 37.7% of statements [2021-02-18T13:43:31.088Z] ok github.com/docker/docker/api/server/middleware 0.052s coverage: 37.7% of statements [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T13:43:31.088Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T13:43:32.062Z] === RUN TestStrSliceMarshalJSON [2021-02-18T13:43:32.062Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestStrSliceUnmarshalJSON [2021-02-18T13:43:32.062Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestStrSliceUnmarshalString [2021-02-18T13:43:32.062Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestStrSliceUnmarshalSlice [2021-02-18T13:43:32.062Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-18T13:43:32.062Z] PASS [2021-02-18T13:43:32.062Z] coverage: 90.0% of statements [2021-02-18T13:43:32.062Z] ok github.com/docker/docker/api/types/strslice 0.136s coverage: 90.0% of statements [2021-02-18T13:43:32.062Z] === RUN TestToJSON [2021-02-18T13:43:32.062Z] --- PASS: TestToJSON (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestToParamWithVersion [2021-02-18T13:43:32.062Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestFromJSON [2021-02-18T13:43:32.062Z] --- PASS: TestFromJSON (0.00s) [2021-02-18T13:43:32.062Z] === RUN TestEmpty [2021-02-18T13:43:32.062Z] --- PASS: TestEmpty (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestArgsMatchKVListEmptySources [2021-02-18T13:43:32.063Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestArgsMatchKVList [2021-02-18T13:43:32.063Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestArgsMatch [2021-02-18T13:43:32.063Z] --- PASS: TestArgsMatch (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestAdd [2021-02-18T13:43:32.063Z] --- PASS: TestAdd (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestDel [2021-02-18T13:43:32.063Z] --- PASS: TestDel (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestLen [2021-02-18T13:43:32.063Z] --- PASS: TestLen (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestExactMatch [2021-02-18T13:43:32.063Z] --- PASS: TestExactMatch (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestOnlyOneExactMatch [2021-02-18T13:43:32.063Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestContains [2021-02-18T13:43:32.063Z] --- PASS: TestContains (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestValidate [2021-02-18T13:43:32.063Z] --- PASS: TestValidate (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestWalkValues [2021-02-18T13:43:32.063Z] --- PASS: TestWalkValues (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestFuzzyMatch [2021-02-18T13:43:32.063Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-18T13:43:32.063Z] === RUN TestClone [2021-02-18T13:43:32.063Z] --- PASS: TestClone (0.00s) [2021-02-18T13:43:32.063Z] PASS [2021-02-18T13:43:32.063Z] coverage: 92.2% of statements [2021-02-18T13:43:32.063Z] ok github.com/docker/docker/api/types/filters 0.049s coverage: 92.2% of statements [2021-02-18T13:43:32.309Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T13:43:32.525Z] === RUN TestAdjustForAPIVersion [2021-02-18T13:43:32.525Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-18T13:43:32.525Z] PASS [2021-02-18T13:43:32.525Z] coverage: 5.7% of statements [2021-02-18T13:43:32.525Z] ok github.com/docker/docker/api/server/router/swarm 0.055s coverage: 5.7% of statements [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T13:43:32.525Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T13:43:32.605Z] --- PASS: TestCreateServiceMultipleTimes (16.23s) [2021-02-18T13:43:32.605Z] === RUN TestCreateServiceConflict [2021-02-18T13:43:32.605Z] --- PASS: TestCreateServiceConflict (2.31s) [2021-02-18T13:43:32.605Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T13:43:32.987Z] === RUN TestDurationToSecondsString [2021-02-18T13:43:32.987Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-18T13:43:32.987Z] === RUN TestGetTimestamp [2021-02-18T13:43:32.987Z] --- PASS: TestGetTimestamp (0.12s) [2021-02-18T13:43:32.987Z] === RUN TestParseTimestamps [2021-02-18T13:43:32.987Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-18T13:43:32.987Z] PASS [2021-02-18T13:43:32.987Z] coverage: 100.0% of statements [2021-02-18T13:43:32.987Z] ok github.com/docker/docker/api/types/time 0.241s coverage: 100.0% of statements [2021-02-18T13:43:32.987Z] === RUN TestCompareVersion [2021-02-18T13:43:32.987Z] --- PASS: TestCompareVersion (0.00s) [2021-02-18T13:43:32.987Z] PASS [2021-02-18T13:43:32.987Z] coverage: 75.0% of statements [2021-02-18T13:43:32.987Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T13:43:32.987Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T13:43:33.693Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T13:43:33.949Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-18T13:43:34.535Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-18T13:43:34.535Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-18T13:43:34.535Z] === RUN TestCloneArgsSmartHttp [2021-02-18T13:43:34.535Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-02-18T13:43:34.535Z] === RUN TestCloneArgsDumbHttp [2021-02-18T13:43:34.535Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-18T13:43:34.876Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T13:43:34.997Z] === RUN TestCloneArgsGit [2021-02-18T13:43:34.997Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-18T13:43:34.997Z] === RUN TestCheckoutGit [2021-02-18T13:43:35.131Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T13:43:35.906Z] --- PASS: TestCreateServiceMaxReplicas (2.90s) [2021-02-18T13:43:35.906Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T13:43:36.058Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T13:43:36.314Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-18T13:43:36.544Z] === RUN TestEnable [2021-02-18T13:43:36.544Z] --- PASS: TestEnable (0.00s) [2021-02-18T13:43:36.544Z] === RUN TestDisable [2021-02-18T13:43:36.544Z] --- PASS: TestDisable (0.00s) [2021-02-18T13:43:36.544Z] === RUN TestEnabled [2021-02-18T13:43:36.544Z] --- PASS: TestEnabled (0.00s) [2021-02-18T13:43:36.544Z] PASS [2021-02-18T13:43:36.544Z] coverage: 100.0% of statements [2021-02-18T13:43:36.544Z] ok github.com/docker/docker/cli/debug 0.035s coverage: 100.0% of statements [2021-02-18T13:43:36.874Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T13:43:37.006Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-18T13:43:37.006Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestProcessNoDockerignore [2021-02-18T13:43:37.006Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-18T13:43:37.006Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestDetectContentType [2021-02-18T13:43:37.006Z] --- PASS: TestDetectContentType (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestSelectAcceptableMIME [2021-02-18T13:43:37.006Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestInspectEmptyResponse [2021-02-18T13:43:37.006Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestInspectResponseBinary [2021-02-18T13:43:37.006Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestResponseUnsupportedContentType [2021-02-18T13:43:37.006Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestInspectResponseTextSimple [2021-02-18T13:43:37.006Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestInspectResponseEmptyContentType [2021-02-18T13:43:37.006Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestUnknownContentLength [2021-02-18T13:43:37.006Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-18T13:43:37.006Z] === RUN TestDownloadRemote [2021-02-18T13:43:37.434Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T13:43:37.468Z] --- PASS: TestDownloadRemote (0.09s) [2021-02-18T13:43:37.468Z] === RUN TestGetWithStatusError [2021-02-18T13:43:37.468Z] --- PASS: TestGetWithStatusError (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestCloseRootDirectory [2021-02-18T13:43:37.468Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-18T13:43:37.468Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:43:37.468Z] === RUN TestHashFile [2021-02-18T13:43:37.468Z] --- SKIP: TestHashFile (0.00s) [2021-02-18T13:43:37.468Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:43:37.468Z] === RUN TestHashSubdir [2021-02-18T13:43:37.468Z] === RUN TestGetAllAllowed [2021-02-18T13:43:37.468Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestGetAllMeta [2021-02-18T13:43:37.468Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-18T13:43:37.468Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestIsUnreferencedBuiltin [2021-02-18T13:43:37.468Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestIsExistingDirectory [2021-02-18T13:43:37.468Z] --- SKIP: TestHashSubdir (0.01s) [2021-02-18T13:43:37.468Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:43:37.468Z] === RUN TestRemoveDirectory [2021-02-18T13:43:37.468Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestGetFilenameForDownload [2021-02-18T13:43:37.468Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestEnv2Variables [2021-02-18T13:43:37.468Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-18T13:43:37.468Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestMaintainer [2021-02-18T13:43:37.468Z] --- PASS: TestMaintainer (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestLabel [2021-02-18T13:43:37.468Z] --- PASS: TestLabel (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestFromScratch [2021-02-18T13:43:37.468Z] --- PASS: TestFromScratch (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestFromWithArg [2021-02-18T13:43:37.468Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-02-18T13:43:37.468Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:43:37.468Z] PASS [2021-02-18T13:43:37.468Z] coverage: 9.3% of statements [2021-02-18T13:43:37.468Z] --- PASS: TestFromWithArg (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-18T13:43:37.468Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestFromWithUndefinedArg [2021-02-18T13:43:37.468Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestFromMultiStageWithNamedStage [2021-02-18T13:43:37.468Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestOnbuild [2021-02-18T13:43:37.468Z] --- PASS: TestOnbuild (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestWorkdir [2021-02-18T13:43:37.468Z] --- PASS: TestWorkdir (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestCmd [2021-02-18T13:43:37.468Z] --- PASS: TestCmd (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestHealthcheckNone [2021-02-18T13:43:37.468Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestHealthcheckCmd [2021-02-18T13:43:37.468Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestEntrypoint [2021-02-18T13:43:37.468Z] --- PASS: TestEntrypoint (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestExpose [2021-02-18T13:43:37.468Z] --- PASS: TestExpose (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestUser [2021-02-18T13:43:37.468Z] --- PASS: TestUser (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestVolume [2021-02-18T13:43:37.468Z] --- PASS: TestVolume (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestStopSignal [2021-02-18T13:43:37.468Z] --- SKIP: TestStopSignal (0.00s) [2021-02-18T13:43:37.468Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T13:43:37.468Z] === RUN TestArg [2021-02-18T13:43:37.468Z] --- PASS: TestArg (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestShell [2021-02-18T13:43:37.468Z] --- PASS: TestShell (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestPrependEnvOnCmd [2021-02-18T13:43:37.468Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestRunWithBuildArgs [2021-02-18T13:43:37.468Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestRunIgnoresHealthcheck [2021-02-18T13:43:37.468Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestNormalizeWorkdir [2021-02-18T13:43:37.468Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestDispatch [2021-02-18T13:43:37.468Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-18T13:43:37.468Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-18T13:43:37.468Z] ok github.com/docker/docker/builder/remotecontext 0.314s coverage: 9.3% of statements [2021-02-18T13:43:37.468Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-18T13:43:37.468Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-18T13:43:37.468Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-18T13:43:37.468Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-18T13:43:37.468Z] === RUN TestDispatch/COPY_url [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch (0.05s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-18T13:43:37.468Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestAddScratchImageAddsToMounts [2021-02-18T13:43:37.468Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-18T13:43:37.468Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-18T13:43:37.468Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-18T13:43:37.468Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestImageSourceGetAddsToMounts [2021-02-18T13:43:37.468Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestEmptyDockerfile [2021-02-18T13:43:37.468Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-02-18T13:43:37.468Z] === RUN TestSymlinkDockerfile [2021-02-18T13:43:37.468Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-18T13:43:37.468Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-18T13:43:37.468Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestNonExistingDockerfile [2021-02-18T13:43:37.468Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestCopyRunConfig [2021-02-18T13:43:37.468Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestDeepCopyRunConfig [2021-02-18T13:43:37.468Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestExportImage [2021-02-18T13:43:37.468Z] --- PASS: TestExportImage (0.00s) [2021-02-18T13:43:37.468Z] === RUN TestNormalizeDest [2021-02-18T13:43:37.468Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-18T13:43:37.468Z] PASS [2021-02-18T13:43:37.468Z] coverage: 46.6% of statements [2021-02-18T13:43:37.468Z] ok github.com/docker/docker/builder/dockerfile 0.223s coverage: 46.6% of statements [2021-02-18T13:43:37.468Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T13:43:40.014Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.12s) [2021-02-18T13:43:40.014Z] PASS [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] === Skipped [2021-02-18T13:43:40.014Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-18T13:43:40.014Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-18T13:43:40.014Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-18T13:43:40.014Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-18T13:43:40.014Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] [2021-02-18T13:43:40.014Z] DONE 17 tests, 4 skipped in 32.259s [2021-02-18T13:43:40.014Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T13:43:40.014Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:40.014Z] ++ set -e [2021-02-18T13:43:40.014Z] ++ '[' -n 0 ']' [2021-02-18T13:43:40.014Z] ++ set -x [2021-02-18T13:43:40.014Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:40.014Z] INFO: Testing against a local daemon [2021-02-18T13:43:40.014Z] === RUN TestPluginInvalidJSON [2021-02-18T13:43:40.014Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:43:40.014Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:43:40.014Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:43:40.014Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-18T13:43:40.014Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-18T13:43:40.014Z] === RUN TestPluginInstall [2021-02-18T13:43:40.014Z] === RUN TestPluginInstall/no_auth [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c484a0418ae2019566243243ebdf9046231fcaec47825e6e6a453383164507b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c484a0418ae2019566243243ebdf9046231fcaec47825e6e6a453383164507b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:40.014Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19a8585cfd543a0da1637e9e15f29fc1546e5c5171f2359aef4c5b2fc5af9f38" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:40.014Z] time="2021-02-18T13:43:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19a8585cfd543a0da1637e9e15f29fc1546e5c5171f2359aef4c5b2fc5af9f38" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:40.274Z] === RUN TestPluginInstall/with_insecure [2021-02-18T13:43:41.657Z] time="2021-02-18T13:43:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:41.657Z] time="2021-02-18T13:43:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24948d72272a64dd7e896165962f93167cab14bf555f2212d1870f794263a189" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:41.657Z] time="2021-02-18T13:43:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:43:41.657Z] time="2021-02-18T13:43:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24948d72272a64dd7e896165962f93167cab14bf555f2212d1870f794263a189" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:43:42.227Z] --- PASS: TestPluginInstall (5.56s) [2021-02-18T13:43:42.227Z] --- PASS: TestPluginInstall/no_auth (2.61s) [2021-02-18T13:43:42.227Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2021-02-18T13:43:42.227Z] --- PASS: TestPluginInstall/with_insecure (1.74s) [2021-02-18T13:43:42.227Z] plugin_test.go:160: [d8412d0f8f6ef] daemon is not started [2021-02-18T13:43:42.227Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:43:42.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-18T13:43:44.768Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:43:46.150Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:43:46.841Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-18T13:43:48.060Z] --- PASS: TestPluginsWithRuntimes (5.92s) [2021-02-18T13:43:48.060Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.82s) [2021-02-18T13:43:48.060Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.69s) [2021-02-18T13:43:48.060Z] PASS [2021-02-18T13:43:48.060Z] [2021-02-18T13:43:48.060Z] DONE 9 tests in 11.684s [2021-02-18T13:43:48.060Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T13:43:48.060Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:48.060Z] ++ set -e [2021-02-18T13:43:48.060Z] ++ '[' -n 0 ']' [2021-02-18T13:43:48.060Z] ++ set -x [2021-02-18T13:43:48.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:48.060Z] INFO: Testing against a local daemon [2021-02-18T13:43:48.060Z] === RUN TestExternalGraphDriver [2021-02-18T13:43:48.321Z] === RUN TestExternalGraphDriver/json [2021-02-18T13:43:49.358Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T13:43:49.894Z] === RUN TestCheckpointCreateError [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointCreate [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointDeleteError [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointDelete [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointListError [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointList [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointList (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCheckpointListContainerNotFound [2021-02-18T13:43:49.894Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNewClientWithOpsFromEnv [2021-02-18T13:43:49.894Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T13:43:49.894Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T13:43:49.894Z] === RUN TestGetAPIPath [2021-02-18T13:43:49.894Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestParseHostURL [2021-02-18T13:43:49.894Z] --- PASS: TestParseHostURL (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-18T13:43:49.894Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPIVersion [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPVersionOverride [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-18T13:43:49.894Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestClientRedirect [2021-02-18T13:43:49.894Z] --- PASS: TestClientRedirect (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigCreateUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigCreateError [2021-02-18T13:43:49.894Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigCreate [2021-02-18T13:43:49.894Z] --- PASS: TestConfigCreate (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspectNotFound [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspectWithEmptyID [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspectUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspectError [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspectConfigNotFound [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigInspect [2021-02-18T13:43:49.894Z] --- PASS: TestConfigInspect (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigListUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigListError [2021-02-18T13:43:49.894Z] --- PASS: TestConfigListError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigList [2021-02-18T13:43:49.894Z] --- PASS: TestConfigList (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigRemoveUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigRemoveError [2021-02-18T13:43:49.894Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigRemove [2021-02-18T13:43:49.894Z] --- PASS: TestConfigRemove (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigUpdateUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigUpdateError [2021-02-18T13:43:49.894Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestConfigUpdate [2021-02-18T13:43:49.894Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCommitError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCommit [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCommit (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStatPathError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStatPathNotFoundError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStatPathNoHeaderError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStatPath [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyToContainerError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyToContainerNotFoundError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyToContainer [2021-02-18T13:43:49.894Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyFromContainerError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyFromContainerNotFoundError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-18T13:43:49.894Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestCopyFromContainer [2021-02-18T13:43:49.894Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCreateError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCreateImageNotFound [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCreateWithName [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerCreateAutoRemove [2021-02-18T13:43:49.894Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerDiffError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerDiff [2021-02-18T13:43:49.894Z] --- PASS: TestContainerDiff (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecCreateError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecCreate [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecStartError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecStart [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecInspectError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecInspect [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExportError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExportError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExport [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExport (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerInspectError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerInspectContainerNotFound [2021-02-18T13:43:49.894Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerInspectWithEmptyID [2021-02-18T13:43:49.894Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerInspect [2021-02-18T13:43:49.894Z] --- PASS: TestContainerInspect (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerInspectNode [2021-02-18T13:43:49.894Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerKillError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerKillError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerKill [2021-02-18T13:43:49.894Z] --- PASS: TestContainerKill (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerListError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerListError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerList [2021-02-18T13:43:49.894Z] --- PASS: TestContainerList (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerLogsNotFoundError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerLogsError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerLogs [2021-02-18T13:43:49.894Z] --- PASS: TestContainerLogs (0.13s) [2021-02-18T13:43:49.894Z] === RUN TestContainerPauseError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerPause [2021-02-18T13:43:49.894Z] --- PASS: TestContainerPause (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainersPruneError [2021-02-18T13:43:49.894Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainersPrune [2021-02-18T13:43:49.894Z] --- PASS: TestContainersPrune (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRemoveError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRemoveNotFoundError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRemove [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRemove (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRenameError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRename [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRename (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerResizeError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecResizeError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerResize [2021-02-18T13:43:49.894Z] --- PASS: TestContainerResize (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerExecResize [2021-02-18T13:43:49.894Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRestartError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerRestart [2021-02-18T13:43:49.894Z] --- PASS: TestContainerRestart (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStartError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStartError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStart [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStart (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStatsError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStats [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStats (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStopError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStopError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerStop [2021-02-18T13:43:49.894Z] --- PASS: TestContainerStop (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerTopError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerTopError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerTop [2021-02-18T13:43:49.894Z] --- PASS: TestContainerTop (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerUnpauseError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerUnpause [2021-02-18T13:43:49.894Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerUpdateError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerUpdateError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerUpdate [2021-02-18T13:43:49.894Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerWaitError [2021-02-18T13:43:49.894Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestContainerWait [2021-02-18T13:43:49.894Z] --- PASS: TestContainerWait (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestDiskUsageError [2021-02-18T13:43:49.894Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestDiskUsage [2021-02-18T13:43:49.894Z] --- PASS: TestDiskUsage (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestDistributionInspectUnsupported [2021-02-18T13:43:49.894Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestDistributionInspectWithEmptyID [2021-02-18T13:43:49.894Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.894Z] === RUN TestEventsErrorInOptions [2021-02-18T13:43:49.894Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestEventsErrorFromServer [2021-02-18T13:43:49.895Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestEvents [2021-02-18T13:43:49.895Z] --- PASS: TestEvents (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTLSCloseWriter [2021-02-18T13:43:49.895Z] === PAUSE TestTLSCloseWriter [2021-02-18T13:43:49.895Z] === RUN TestImageBuildError [2021-02-18T13:43:49.895Z] --- PASS: TestImageBuildError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageBuild [2021-02-18T13:43:49.895Z] --- PASS: TestImageBuild (0.01s) [2021-02-18T13:43:49.895Z] === RUN TestGetDockerOS [2021-02-18T13:43:49.895Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageCreateError [2021-02-18T13:43:49.895Z] --- PASS: TestImageCreateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageCreate [2021-02-18T13:43:49.895Z] --- PASS: TestImageCreate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageHistoryError [2021-02-18T13:43:49.895Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageHistory [2021-02-18T13:43:49.895Z] --- PASS: TestImageHistory (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageImportError [2021-02-18T13:43:49.895Z] --- PASS: TestImageImportError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageImport [2021-02-18T13:43:49.895Z] --- PASS: TestImageImport (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestImageInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageInspectImageNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageInspect [2021-02-18T13:43:49.895Z] --- PASS: TestImageInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageListError [2021-02-18T13:43:49.895Z] --- PASS: TestImageListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageList [2021-02-18T13:43:49.895Z] --- PASS: TestImageList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageListApiBefore125 [2021-02-18T13:43:49.895Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageLoadError [2021-02-18T13:43:49.895Z] --- PASS: TestImageLoadError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageLoad [2021-02-18T13:43:49.895Z] --- PASS: TestImageLoad (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagesPruneError [2021-02-18T13:43:49.895Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagesPrune [2021-02-18T13:43:49.895Z] --- PASS: TestImagesPrune (0.01s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullReferenceParseError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullAnyError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePullWithoutErrors [2021-02-18T13:43:49.895Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushReferenceError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushAnyError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithoutErrors [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-18T13:43:49.895Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageRemoveImageNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageRemove [2021-02-18T13:43:49.895Z] --- PASS: TestImageRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSaveError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSaveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSave [2021-02-18T13:43:49.895Z] --- PASS: TestImageSave (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchAnyError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageSearchWithoutErrors [2021-02-18T13:43:49.895Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageTagError [2021-02-18T13:43:49.895Z] --- PASS: TestImageTagError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageTagInvalidReference [2021-02-18T13:43:49.895Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageTagInvalidSourceImageName [2021-02-18T13:43:49.895Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageTagHexSource [2021-02-18T13:43:49.895Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestImageTag [2021-02-18T13:43:49.895Z] --- PASS: TestImageTag (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestInfoServerError [2021-02-18T13:43:49.895Z] --- PASS: TestInfoServerError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestInfoInvalidResponseJSONError [2021-02-18T13:43:49.895Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestInfo [2021-02-18T13:43:49.895Z] --- PASS: TestInfo (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkConnectError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkConnect [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkCreateError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkCreate [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkDisconnectError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkDisconnect [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkInspectNotFoundError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkInspect [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkListError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkList [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworksPruneError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworksPrune [2021-02-18T13:43:49.895Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNetworkRemove [2021-02-18T13:43:49.895Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeInspectNodeNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeInspect [2021-02-18T13:43:49.895Z] --- PASS: TestNodeInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeListError [2021-02-18T13:43:49.895Z] --- PASS: TestNodeListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeList [2021-02-18T13:43:49.895Z] --- PASS: TestNodeList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeRemove [2021-02-18T13:43:49.895Z] --- PASS: TestNodeRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeUpdateError [2021-02-18T13:43:49.895Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestNodeUpdate [2021-02-18T13:43:49.895Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestOptionWithTimeout [2021-02-18T13:43:49.895Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPingFail [2021-02-18T13:43:49.895Z] --- PASS: TestPingFail (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPingWithError [2021-02-18T13:43:49.895Z] 2021/02/18 13:43:48 RoundTripper returned a response & error; ignoring response [2021-02-18T13:43:49.895Z] 2021/02/18 13:43:48 RoundTripper returned a response & error; ignoring response [2021-02-18T13:43:49.895Z] --- PASS: TestPingWithError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPingSuccess [2021-02-18T13:43:49.895Z] --- PASS: TestPingSuccess (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPingHeadFallback [2021-02-18T13:43:49.895Z] === RUN TestPingHeadFallback/OK [2021-02-18T13:43:49.895Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-18T13:43:49.895Z] === RUN TestPingHeadFallback/Not_Found [2021-02-18T13:43:49.895Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-18T13:43:49.895Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-18T13:43:49.895Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginDisableError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginDisable [2021-02-18T13:43:49.895Z] --- PASS: TestPluginDisable (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginEnableError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginEnable [2021-02-18T13:43:49.895Z] --- PASS: TestPluginEnable (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginInspect [2021-02-18T13:43:49.895Z] --- PASS: TestPluginInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginListError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginList [2021-02-18T13:43:49.895Z] --- PASS: TestPluginList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginPushError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginPushError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginPush [2021-02-18T13:43:49.895Z] --- PASS: TestPluginPush (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginRemove [2021-02-18T13:43:49.895Z] --- PASS: TestPluginRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginSetError [2021-02-18T13:43:49.895Z] --- PASS: TestPluginSetError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPluginSet [2021-02-18T13:43:49.895Z] --- PASS: TestPluginSet (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSetHostHeader [2021-02-18T13:43:49.895Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestPlainTextError [2021-02-18T13:43:49.895Z] --- PASS: TestPlainTextError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestInfiniteError [2021-02-18T13:43:49.895Z] --- PASS: TestInfiniteError (0.02s) [2021-02-18T13:43:49.895Z] === RUN TestSecretCreateUnsupported [2021-02-18T13:43:49.895Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretCreateError [2021-02-18T13:43:49.895Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretCreate [2021-02-18T13:43:49.895Z] --- PASS: TestSecretCreate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretInspectUnsupported [2021-02-18T13:43:49.895Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretInspectSecretNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretInspect [2021-02-18T13:43:49.895Z] --- PASS: TestSecretInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretListUnsupported [2021-02-18T13:43:49.895Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretListError [2021-02-18T13:43:49.895Z] --- PASS: TestSecretListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretList [2021-02-18T13:43:49.895Z] --- PASS: TestSecretList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretRemoveUnsupported [2021-02-18T13:43:49.895Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretRemove [2021-02-18T13:43:49.895Z] --- PASS: TestSecretRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretUpdateUnsupported [2021-02-18T13:43:49.895Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretUpdateError [2021-02-18T13:43:49.895Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSecretUpdate [2021-02-18T13:43:49.895Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceCreateError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceCreate [2021-02-18T13:43:49.895Z] --- PASS: TestServiceCreate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-18T13:43:49.895Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceCreateDigestPinning [2021-02-18T13:43:49.895Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceInspectServiceNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceInspect [2021-02-18T13:43:49.895Z] --- PASS: TestServiceInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceListError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceList [2021-02-18T13:43:49.895Z] --- PASS: TestServiceList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceLogsError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceLogs [2021-02-18T13:43:49.895Z] --- PASS: TestServiceLogs (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceRemoveNotFoundError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceRemove [2021-02-18T13:43:49.895Z] --- PASS: TestServiceRemove (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceUpdateError [2021-02-18T13:43:49.895Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestServiceUpdate [2021-02-18T13:43:49.895Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmGetUnlockKeyError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmGetUnlockKey [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmInitError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmInit [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmInit (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmInspect [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmJoinError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmJoin [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmLeaveError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmLeave [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmUnlockError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmUnlock [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmUpdateError [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestSwarmUpdate [2021-02-18T13:43:49.895Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTaskInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTaskInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTaskInspect [2021-02-18T13:43:49.895Z] --- PASS: TestTaskInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTaskListError [2021-02-18T13:43:49.895Z] --- PASS: TestTaskListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestTaskList [2021-02-18T13:43:49.895Z] --- PASS: TestTaskList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeCreateError [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeCreate [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeInspectError [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeInspectNotFound [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeInspectWithEmptyID [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeInspect [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeListError [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeListError (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeList [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeList (0.00s) [2021-02-18T13:43:49.895Z] === RUN TestVolumeRemoveError [2021-02-18T13:43:49.895Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-18T13:43:49.896Z] === RUN TestVolumeRemove [2021-02-18T13:43:49.896Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-18T13:43:49.896Z] === CONT TestTLSCloseWriter [2021-02-18T13:43:49.896Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-02-18T13:43:49.896Z] PASS [2021-02-18T13:43:49.896Z] coverage: 74.9% of statements [2021-02-18T13:43:49.896Z] ok github.com/docker/docker/client 0.466s coverage: 74.9% of statements [2021-02-18T13:43:50.286Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T13:43:50.779Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.56s) [2021-02-18T13:43:50.779Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T13:43:50.868Z] === RUN TestExternalGraphDriver/spec [2021-02-18T13:43:51.215Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T13:43:51.472Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-18T13:43:51.714Z] --- PASS: TestCreateServiceSecretFileMode (2.69s) [2021-02-18T13:43:51.714Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T13:43:52.033Z] Loaded image: buildpack-deps:buster [2021-02-18T13:43:52.289Z] Loaded image: busybox:latest [2021-02-18T13:43:52.852Z] Loaded image: busybox:glibc [2021-02-18T13:43:53.409Z] === RUN TestExternalGraphDriver/pull [2021-02-18T13:43:54.217Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-18T13:43:54.247Z] --- PASS: TestCreateServiceConfigFileMode (2.62s) [2021-02-18T13:43:54.247Z] === RUN TestCreateServiceSysctls [2021-02-18T13:43:54.473Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T13:43:55.950Z] --- PASS: TestExternalGraphDriver (7.51s) [2021-02-18T13:43:55.950Z] --- PASS: TestExternalGraphDriver/json (2.46s) [2021-02-18T13:43:55.950Z] --- PASS: TestExternalGraphDriver/spec (2.69s) [2021-02-18T13:43:55.950Z] --- PASS: TestExternalGraphDriver/pull (2.23s) [2021-02-18T13:43:55.950Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:43:55.950Z] --- SKIP: TestGraphdriverPluginV2 (0.04s) [2021-02-18T13:43:55.950Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:55.950Z] PASS [2021-02-18T13:43:55.950Z] [2021-02-18T13:43:55.950Z] === Skipped [2021-02-18T13:43:55.950Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s) [2021-02-18T13:43:55.950Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:43:55.950Z] [2021-02-18T13:43:55.950Z] [2021-02-18T13:43:55.950Z] DONE 5 tests, 1 skipped in 7.696s [2021-02-18T13:43:55.950Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T13:43:55.950Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:55.950Z] ++ set -e [2021-02-18T13:43:55.950Z] ++ '[' -n 0 ']' [2021-02-18T13:43:55.950Z] ++ set -x [2021-02-18T13:43:55.950Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:43:55.950Z] INFO: Testing against a local daemon [2021-02-18T13:43:55.950Z] === RUN TestContinueAfterPluginCrash [2021-02-18T13:43:55.950Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T13:43:55.950Z] === RUN TestReadPluginNoRead [2021-02-18T13:43:55.950Z] === PAUSE TestReadPluginNoRead [2021-02-18T13:43:55.950Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T13:43:55.950Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T13:43:55.950Z] === CONT TestContinueAfterPluginCrash [2021-02-18T13:43:55.950Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T13:43:55.951Z] === CONT TestReadPluginNoRead [2021-02-18T13:43:57.534Z] --- PASS: TestCreateServiceSysctls (3.26s) [2021-02-18T13:43:57.534Z] === RUN TestCreateServiceCapabilities [2021-02-18T13:43:57.744Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-18T13:43:58.306Z] Loaded image: debian:bullseye [2021-02-18T13:43:58.306Z] Loaded image: hello-world:latest [2021-02-18T13:43:58.306Z] Loaded image: arm32v7/hello-world:latest [2021-02-18T13:43:58.562Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T13:44:00.450Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T13:44:00.450Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T13:44:00.450Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T13:44:00.450Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T13:44:00.450Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T13:44:00.821Z] --- PASS: TestCreateServiceCapabilities (2.64s) [2021-02-18T13:44:00.821Z] === RUN TestInspect [2021-02-18T13:44:01.012Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-18T13:44:01.241Z] === RUN TestReadPluginNoRead/default [2021-02-18T13:44:01.241Z] --- PASS: TestDaemonStartWithLogOpt (4.92s) [2021-02-18T13:44:02.183Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T13:44:02.899Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-18T13:44:03.353Z] --- PASS: TestInspect (2.90s) [2021-02-18T13:44:03.353Z] === RUN TestCreateJob [2021-02-18T13:44:04.092Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T13:44:04.264Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T13:44:04.750Z] --- PASS: TestCheckoutGit (29.37s) [2021-02-18T13:44:04.750Z] === RUN TestValidGitTransport [2021-02-18T13:44:04.750Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-18T13:44:04.750Z] === RUN TestGitInvalidRef [2021-02-18T13:44:04.750Z] --- PASS: TestGitInvalidRef (0.36s) [2021-02-18T13:44:04.750Z] PASS [2021-02-18T13:44:04.750Z] coverage: 86.3% of statements [2021-02-18T13:44:04.750Z] ok github.com/docker/docker/builder/remotecontext/git 29.832s coverage: 86.3% of statements [2021-02-18T13:44:04.750Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T13:44:04.750Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T13:44:06.002Z] --- PASS: TestReadPluginNoRead (9.96s) [2021-02-18T13:44:06.002Z] --- PASS: TestReadPluginNoRead/default (1.93s) [2021-02-18T13:44:06.002Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2021-02-18T13:44:06.002Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.79s) [2021-02-18T13:44:06.002Z] read_test.go:92: [d22824dc46113] daemon is not started [2021-02-18T13:44:06.262Z] --- PASS: TestContinueAfterPluginCrash (10.49s) [2021-02-18T13:44:06.262Z] PASS [2021-02-18T13:44:06.522Z] [2021-02-18T13:44:06.522Z] DONE 6 tests in 10.646s [2021-02-18T13:44:06.522Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-18T13:44:06.522Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.522Z] ++ set -e [2021-02-18T13:44:06.522Z] ++ '[' -n 0 ']' [2021-02-18T13:44:06.522Z] ++ set -x [2021-02-18T13:44:06.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.523Z] testing: warning: no tests to run [2021-02-18T13:44:06.523Z] PASS [2021-02-18T13:44:06.523Z] [2021-02-18T13:44:06.523Z] DONE 0 tests in 0.051s [2021-02-18T13:44:06.523Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T13:44:06.523Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.523Z] ++ set -e [2021-02-18T13:44:06.523Z] ++ '[' -n 0 ']' [2021-02-18T13:44:06.523Z] ++ set -x [2021-02-18T13:44:06.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.523Z] INFO: Testing against a local daemon [2021-02-18T13:44:06.523Z] === RUN TestPluginWithDevMounts [2021-02-18T13:44:06.523Z] === PAUSE TestPluginWithDevMounts [2021-02-18T13:44:06.523Z] === CONT TestPluginWithDevMounts [2021-02-18T13:44:06.644Z] --- PASS: TestCreateJob (3.34s) [2021-02-18T13:44:06.644Z] === RUN TestReplicatedJob [2021-02-18T13:44:06.923Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-18T13:44:06.923Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (45.72s) [2021-02-18T13:44:06.923Z] PASS [2021-02-18T13:44:06.923Z] [2021-02-18T13:44:06.923Z] === Skipped [2021-02-18T13:44:06.923Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-18T13:44:06.923Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:44:06.923Z] [2021-02-18T13:44:06.923Z] [2021-02-18T13:44:06.923Z] DONE 33 tests, 1 skipped in 191.095s [2021-02-18T13:44:06.923Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-18T13:44:06.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.923Z] ++ set -e [2021-02-18T13:44:06.923Z] ++ '[' -n 0 ']' [2021-02-18T13:44:06.923Z] ++ set -x [2021-02-18T13:44:06.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:06.923Z] INFO: Testing against a local daemon [2021-02-18T13:44:06.923Z] === RUN TestConfigInspect [2021-02-18T13:44:08.287Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T13:44:09.064Z] --- PASS: TestPluginWithDevMounts (2.31s) [2021-02-18T13:44:09.064Z] PASS [2021-02-18T13:44:09.064Z] [2021-02-18T13:44:09.064Z] DONE 1 tests in 2.481s [2021-02-18T13:44:09.064Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T13:44:09.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:09.064Z] ++ set -e [2021-02-18T13:44:09.064Z] ++ '[' -n 0 ']' [2021-02-18T13:44:09.064Z] ++ set -x [2021-02-18T13:44:09.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-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:09.064Z] INFO: Testing against a local daemon [2021-02-18T13:44:09.064Z] === RUN TestSecretInspect [2021-02-18T13:44:09.652Z] --- PASS: TestConfigInspect (2.96s) [2021-02-18T13:44:09.652Z] === RUN TestConfigList [2021-02-18T13:44:11.016Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T13:44:11.272Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-18T13:44:12.038Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestConfigureDaemonLogs [2021-02-18T13:44:12.038Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestCommonOptionsInstallFlags [2021-02-18T13:44:12.038Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-18T13:44:12.038Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-18T13:44:12.038Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-18T13:44:12.038Z] PASS [2021-02-18T13:44:12.038Z] coverage: 18.4% of statements [2021-02-18T13:44:12.038Z] ok github.com/docker/docker/cmd/dockerd 0.309s coverage: 18.4% of statements [2021-02-18T13:44:12.200Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-18T13:44:12.361Z] --- PASS: TestSecretInspect (3.25s) [2021-02-18T13:44:12.361Z] === RUN TestSecretList [2021-02-18T13:44:12.763Z] --- PASS: TestConfigList (3.11s) [2021-02-18T13:44:12.763Z] === RUN TestConfigsCreateAndDelete [2021-02-18T13:44:13.207Z] --- PASS: TestReplicatedJob (5.56s) [2021-02-18T13:44:13.207Z] === RUN TestUpdateReplicatedJob [2021-02-18T13:44:13.324Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-18T13:44:13.580Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-18T13:44:13.584Z] === RUN TestContainerStopSignal [2021-02-18T13:44:13.584Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestContainerStopTimeout [2021-02-18T13:44:13.584Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-18T13:44:13.584Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-18T13:44:13.584Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-18T13:44:13.584Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestReplaceAndAppendEnvVars [2021-02-18T13:44:13.584Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-18T13:44:13.584Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-18T13:44:13.584Z] === RUN TestNewMemoryStore [2021-02-18T13:44:13.584Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestAddContainers [2021-02-18T13:44:13.584Z] --- PASS: TestAddContainers (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestGetContainer [2021-02-18T13:44:13.584Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestDeleteContainer [2021-02-18T13:44:13.584Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestListContainers [2021-02-18T13:44:13.584Z] --- PASS: TestListContainers (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestFirstContainer [2021-02-18T13:44:13.584Z] --- PASS: TestFirstContainer (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestApplyAllContainer [2021-02-18T13:44:13.584Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestIsValidHealthString [2021-02-18T13:44:13.584Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestStateRunStop [2021-02-18T13:44:13.584Z] --- PASS: TestStateRunStop (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestStateTimeoutWait [2021-02-18T13:44:13.584Z] --- PASS: TestStateTimeoutWait (0.12s) [2021-02-18T13:44:13.584Z] state_test.go:141: Stop callback fired [2021-02-18T13:44:13.584Z] state_test.go:165: Stop callback fired [2021-02-18T13:44:13.584Z] === RUN TestIsValidStateString [2021-02-18T13:44:13.584Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestViewSaveDelete [2021-02-18T13:44:13.584Z] --- PASS: TestViewSaveDelete (0.02s) [2021-02-18T13:44:13.584Z] === RUN TestViewAll [2021-02-18T13:44:13.584Z] --- PASS: TestViewAll (0.01s) [2021-02-18T13:44:13.584Z] === RUN TestViewGet [2021-02-18T13:44:13.584Z] --- PASS: TestViewGet (0.01s) [2021-02-18T13:44:13.584Z] === RUN TestNames [2021-02-18T13:44:13.584Z] --- PASS: TestNames (0.00s) [2021-02-18T13:44:13.584Z] === RUN TestViewWithHealthCheck [2021-02-18T13:44:13.584Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-18T13:44:13.584Z] PASS [2021-02-18T13:44:13.584Z] coverage: 41.6% of statements [2021-02-18T13:44:13.584Z] ok github.com/docker/docker/container 0.363s coverage: 41.6% of statements [2021-02-18T13:44:13.584Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T13:44:13.584Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T13:44:13.584Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T13:44:13.584Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T13:44:14.507Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-18T13:44:15.130Z] === RUN TestPrepare [2021-02-18T13:44:15.130Z] --- PASS: TestPrepare (0.00s) [2021-02-18T13:44:15.130Z] === RUN TestStart [2021-02-18T13:44:15.130Z] --- PASS: TestStart (0.00s) [2021-02-18T13:44:15.130Z] === RUN TestWaitCancel [2021-02-18T13:44:15.130Z] --- PASS: TestWaitCancel (0.00s) [2021-02-18T13:44:15.130Z] === RUN TestWaitDisabled [2021-02-18T13:44:15.130Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-18T13:44:15.130Z] === RUN TestWaitEnabled [2021-02-18T13:44:15.130Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-18T13:44:15.130Z] === RUN TestRemove [2021-02-18T13:44:15.130Z] --- PASS: TestRemove (0.00s) [2021-02-18T13:44:15.130Z] PASS [2021-02-18T13:44:15.130Z] coverage: 65.3% of statements [2021-02-18T13:44:15.593Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.263s coverage: 65.3% of statements [2021-02-18T13:44:15.656Z] --- PASS: TestSecretList (3.23s) [2021-02-18T13:44:15.656Z] === RUN TestSecretsCreateAndDelete [2021-02-18T13:44:15.740Z] --- PASS: TestUpdateReplicatedJob (3.32s) [2021-02-18T13:44:15.740Z] === RUN TestServiceListWithStatuses [2021-02-18T13:44:15.740Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T13:44:15.740Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:44:15.740Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T13:44:15.875Z] --- PASS: TestConfigsCreateAndDelete (2.96s) [2021-02-18T13:44:15.875Z] === RUN TestConfigsUpdate [2021-02-18T13:44:16.131Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T13:44:17.784Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-18T13:44:17.784Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-18T13:44:17.784Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-18T13:44:17.784Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-18T13:44:17.784Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-18T13:44:17.784Z] PASS [2021-02-18T13:44:17.784Z] coverage: 35.9% of statements [2021-02-18T13:44:17.784Z] ok github.com/docker/docker/daemon/cluster/convert 0.305s coverage: 35.9% of statements [2021-02-18T13:44:18.646Z] --- PASS: TestConfigsUpdate (2.89s) [2021-02-18T13:44:18.646Z] === RUN TestTemplatedConfig [2021-02-18T13:44:18.954Z] --- PASS: TestSecretsCreateAndDelete (3.24s) [2021-02-18T13:44:18.954Z] === RUN TestSecretsUpdate [2021-02-18T13:44:19.335Z] === RUN TestNewListSecretsFilters [2021-02-18T13:44:19.335Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-18T13:44:19.335Z] === RUN TestNewListConfigsFilters [2021-02-18T13:44:19.335Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-18T13:44:19.335Z] PASS [2021-02-18T13:44:19.335Z] coverage: 0.5% of statements [2021-02-18T13:44:19.335Z] ok github.com/docker/docker/daemon/cluster 0.589s coverage: 0.5% of statements [2021-02-18T13:44:19.572Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-18T13:44:19.930Z] --- PASS: TestDockerNetworkConnectAlias (4.56s) [2021-02-18T13:44:19.930Z] === RUN TestDockerNetworkReConnect [2021-02-18T13:44:20.499Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-18T13:44:21.061Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T13:44:21.061Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-18T13:44:21.621Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T13:44:21.877Z] --- PASS: TestTemplatedConfig (3.41s) [2021-02-18T13:44:21.877Z] === RUN TestConfigCreateResolve [2021-02-18T13:44:22.249Z] --- PASS: TestSecretsUpdate (3.26s) [2021-02-18T13:44:22.249Z] === RUN TestTemplatedSecret [2021-02-18T13:44:22.438Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T13:44:22.438Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-18T13:44:23.090Z] === RUN TestBuilderGC [2021-02-18T13:44:23.090Z] --- PASS: TestBuilderGC (0.00s) [2021-02-18T13:44:23.090Z] === RUN TestDaemonConfigurationNotFound [2021-02-18T13:44:23.090Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-18T13:44:23.090Z] === RUN TestDaemonBrokenConfiguration [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestParseClusterAdvertiseSettings [2021-02-18T13:44:23.552Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestFindConfigurationConflicts [2021-02-18T13:44:23.552Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-18T13:44:23.552Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-18T13:44:23.552Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-18T13:44:23.552Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-18T13:44:23.552Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_label [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_dns [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-18T13:44:23.552Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-18T13:44:23.552Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestModifiedDiscoverySettings [2021-02-18T13:44:23.552Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestReloadSetConfigFileNotExist [2021-02-18T13:44:23.552Z] time="2021-02-18T13:44:22Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-18T13:44:23.552Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-02-18T13:44:23.552Z] === RUN TestReloadDefaultConfigNotExist [2021-02-18T13:44:23.552Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-02-18T13:44:23.552Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:23.552Z] === RUN TestReloadBadDefaultConfig [2021-02-18T13:44:23.552Z] time="2021-02-18T13:44:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-370259367" [2021-02-18T13:44:23.552Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestReloadWithConflictingLabels [2021-02-18T13:44:23.552Z] time="2021-02-18T13:44:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-489120986" [2021-02-18T13:44:23.552Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestReloadWithDuplicateLabels [2021-02-18T13:44:23.552Z] time="2021-02-18T13:44:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-496530033" [2021-02-18T13:44:23.552Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDaemonConfigurationMerge [2021-02-18T13:44:23.552Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-18T13:44:23.552Z] PASS [2021-02-18T13:44:23.552Z] coverage: 79.7% of statements [2021-02-18T13:44:23.552Z] ok github.com/docker/docker/daemon/config 0.317s coverage: 79.7% of statements [2021-02-18T13:44:23.552Z] === RUN TestDiscoveryOptsErrors [2021-02-18T13:44:23.552Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-18T13:44:23.552Z] === RUN TestDiscoveryOpts [2021-02-18T13:44:23.552Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-18T13:44:23.552Z] PASS [2021-02-18T13:44:23.552Z] coverage: 30.0% of statements [2021-02-18T13:44:23.552Z] ok github.com/docker/docker/daemon/discovery 0.066s coverage: 30.0% of statements [2021-02-18T13:44:24.117Z] --- PASS: TestDockerNetworkReConnect (3.66s) [2021-02-18T13:44:24.117Z] === RUN TestServicePlugin [2021-02-18T13:44:24.953Z] --- PASS: TestConfigCreateResolve (2.79s) [2021-02-18T13:44:24.953Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T13:44:25.514Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2021-02-18T13:44:25.514Z] PASS [2021-02-18T13:44:25.514Z] [2021-02-18T13:44:25.514Z] DONE 7 tests in 18.783s [2021-02-18T13:44:25.514Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-18T13:44:25.514Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:25.514Z] ++ set -e [2021-02-18T13:44:25.514Z] ++ '[' -n 0 ']' [2021-02-18T13:44:25.514Z] ++ set -x [2021-02-18T13:44:25.514Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:25.514Z] INFO: Testing against a local daemon [2021-02-18T13:44:25.514Z] === RUN TestCheckpoint [2021-02-18T13:44:25.514Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T13:44:25.514Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:44:25.514Z] === RUN TestContainerInvalidJSON [2021-02-18T13:44:25.514Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:44:25.514Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:44:25.514Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:44:25.514Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:44:25.514Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:44:25.514Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:44:25.514Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-18T13:44:25.514Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:44:25.514Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:44:25.514Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:44:25.514Z] --- PASS: TestContainerInvalidJSON (0.04s) [2021-02-18T13:44:25.514Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T13:44:25.514Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-18T13:44:25.514Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-18T13:44:25.514Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T13:44:25.574Z] --- PASS: TestTemplatedSecret (3.49s) [2021-02-18T13:44:25.574Z] === RUN TestSecretCreateResolve [2021-02-18T13:44:25.743Z] === RUN TestEventsLog [2021-02-18T13:44:25.743Z] --- PASS: TestEventsLog (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestEventsLogTimeout [2021-02-18T13:44:25.743Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestLogEvents [2021-02-18T13:44:25.743Z] === RUN TestVerifyNetworkingConfig [2021-02-18T13:44:25.743Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestGetContainer [2021-02-18T13:44:25.743Z] --- PASS: TestGetContainer (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestValidContainerNames [2021-02-18T13:44:25.743Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestContainerInitDNS [2021-02-18T13:44:25.743Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-18T13:44:25.743Z] daemon_test.go:147: root required [2021-02-18T13:44:25.743Z] === RUN TestMerge [2021-02-18T13:44:25.743Z] --- PASS: TestMerge (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestValidateContainerIsolation [2021-02-18T13:44:25.743Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestFindNetworkErrorType [2021-02-18T13:44:25.743Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestEnsureServicesExist [2021-02-18T13:44:25.743Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestEnsureServicesExistErrors [2021-02-18T13:44:25.743Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-18T13:44:25.743Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-18T13:44:25.743Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-18T13:44:25.743Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestContainerDelete [2021-02-18T13:44:25.743Z] --- PASS: TestContainerDelete (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestContainerDoubleDelete [2021-02-18T13:44:25.743Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestLogContainerEventCopyLabels [2021-02-18T13:44:25.743Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestLogContainerEventWithAttributes [2021-02-18T13:44:25.743Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestNoneHealthcheck [2021-02-18T13:44:25.743Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestHealthStates [2021-02-18T13:44:25.743Z] --- PASS: TestLogEvents (0.05s) [2021-02-18T13:44:25.743Z] === RUN TestLoadBufferedEvents [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] time="2021-02-18T13:44:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-18T13:44:25.743Z] --- PASS: TestHealthStates (0.14s) [2021-02-18T13:44:25.743Z] === RUN TestMaskURLCredentials [2021-02-18T13:44:25.743Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestGetInspectData [2021-02-18T13:44:25.743Z] --- PASS: TestGetInspectData (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestFillLicense [2021-02-18T13:44:25.743Z] --- PASS: TestFillLicense (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestListInvalidFilter [2021-02-18T13:44:25.743Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestNameFilter [2021-02-18T13:44:25.743Z] --- PASS: TestNameFilter (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-18T13:44:25.743Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-18T13:44:25.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-18T13:44:25.743Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonReloadLabels [2021-02-18T13:44:25.743Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-18T13:44:25.743Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonReloadMirrors [2021-02-18T13:44:25.743Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-18T13:44:25.743Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-18T13:44:25.743Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestDaemonDiscoveryReload [2021-02-18T13:44:25.743Z] --- PASS: TestLoadBufferedEvents (0.14s) [2021-02-18T13:44:25.743Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-18T13:44:25.743Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-18T13:44:25.743Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-18T13:44:25.743Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-18T13:44:25.743Z] PASS [2021-02-18T13:44:25.743Z] coverage: 50.0% of statements [2021-02-18T13:44:25.743Z] ok github.com/docker/docker/daemon/events 0.540s coverage: 50.0% of statements [2021-02-18T13:44:25.743Z] === RUN TestWaitNodeAttachment [2021-02-18T13:44:25.771Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-02-18T13:44:25.771Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T13:44:25.771Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-18T13:44:25.771Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T13:44:25.771Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-02-18T13:44:25.771Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T13:44:25.771Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-02-18T13:44:25.771Z] === RUN TestCopyFromContainer [2021-02-18T13:44:26.026Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T13:44:26.026Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-18T13:44:26.206Z] === RUN TestIsEmptyDir [2021-02-18T13:44:26.206Z] --- PASS: TestIsEmptyDir (0.01s) [2021-02-18T13:44:26.206Z] PASS [2021-02-18T13:44:26.206Z] coverage: 2.3% of statements [2021-02-18T13:44:26.206Z] ok github.com/docker/docker/daemon/graphdriver 0.072s coverage: 2.3% of statements [2021-02-18T13:44:26.206Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-18T13:44:26.206Z] === RUN TestIsolationConversion [2021-02-18T13:44:26.206Z] === RUN TestIsolationConversion/default [2021-02-18T13:44:26.206Z] === RUN TestIsolationConversion/process [2021-02-18T13:44:26.206Z] === RUN TestIsolationConversion/hyperv [2021-02-18T13:44:26.206Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestContainerLabels [2021-02-18T13:44:26.206Z] --- PASS: TestContainerLabels (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestCredentialSpecConversion [2021-02-18T13:44:26.206Z] === RUN TestCredentialSpecConversion/none [2021-02-18T13:44:26.206Z] === RUN TestCredentialSpecConversion/config [2021-02-18T13:44:26.206Z] === RUN TestCredentialSpecConversion/file [2021-02-18T13:44:26.206Z] === RUN TestCredentialSpecConversion/registry [2021-02-18T13:44:26.206Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-18T13:44:26.206Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountBind [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountVolume [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountTarget [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountTmpfs [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountInvalidType [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-18T13:44:26.206Z] === RUN TestControllerValidateMountNamedPipe [2021-02-18T13:44:26.206Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-18T13:44:26.206Z] PASS [2021-02-18T13:44:26.206Z] coverage: 11.3% of statements [2021-02-18T13:44:26.206Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.996s coverage: 11.3% of statements [2021-02-18T13:44:26.586Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T13:44:26.668Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-18T13:44:26.668Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-18T13:44:26.842Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T13:44:27.130Z] === RUN TestLinkNaming [2021-02-18T13:44:27.130Z] --- PASS: TestLinkNaming (0.00s) [2021-02-18T13:44:27.130Z] === RUN TestLinkNew [2021-02-18T13:44:27.130Z] --- PASS: TestLinkNew (0.00s) [2021-02-18T13:44:27.130Z] === RUN TestLinkEnv [2021-02-18T13:44:27.130Z] --- PASS: TestLinkEnv (0.00s) [2021-02-18T13:44:27.130Z] === RUN TestLinkMultipleEnv [2021-02-18T13:44:27.130Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-18T13:44:27.130Z] === RUN TestLinkPortRangeEnv [2021-02-18T13:44:27.130Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-18T13:44:27.130Z] PASS [2021-02-18T13:44:27.130Z] coverage: 93.0% of statements [2021-02-18T13:44:27.130Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2021-02-18T13:44:27.130Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-02-18T13:44:27.130Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-18T13:44:27.592Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.56s) [2021-02-18T13:44:27.592Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-18T13:44:27.592Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T13:44:27.592Z] reload_test.go:520: root required [2021-02-18T13:44:27.592Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-18T13:44:27.592Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.04s) [2021-02-18T13:44:27.592Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-18T13:44:27.592Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-02-18T13:44:27.592Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-18T13:44:27.592Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-18T13:44:27.592Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-18T13:44:27.769Z] === RUN TestCopyFromContainer// [2021-02-18T13:44:27.769Z] === RUN TestCopyFromContainer//bar/root [2021-02-18T13:44:28.025Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-18T13:44:28.025Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T13:44:28.025Z] === RUN TestCopyFromContainer/bar/quux [2021-02-18T13:44:28.054Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-02-18T13:44:28.054Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-18T13:44:28.054Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-18T13:44:28.054Z] === RUN TestParseVolumesFrom [2021-02-18T13:44:28.054Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-18T13:44:28.054Z] PASS [2021-02-18T13:44:28.054Z] coverage: 9.1% of statements [2021-02-18T13:44:28.054Z] ok github.com/docker/docker/daemon 2.887s coverage: 9.1% of statements [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T13:44:28.054Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-18T13:44:28.055Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-18T13:44:28.281Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-18T13:44:28.536Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-18T13:44:28.536Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-18T13:44:28.797Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-18T13:44:28.797Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-18T13:44:28.886Z] --- PASS: TestSecretCreateResolve (3.25s) [2021-02-18T13:44:28.886Z] PASS [2021-02-18T13:44:28.886Z] [2021-02-18T13:44:28.886Z] DONE 6 tests in 19.859s [2021-02-18T13:44:28.886Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T13:44:28.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:28.886Z] ++ set -e [2021-02-18T13:44:28.886Z] ++ '[' -n 0 ']' [2021-02-18T13:44:28.886Z] ++ set -x [2021-02-18T13:44:28.887Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:44:29.029Z] === RUN TestAdapterReadLogs [2021-02-18T13:44:29.029Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestCopier [2021-02-18T13:44:29.029Z] --- PASS: TestCopier (0.01s) [2021-02-18T13:44:29.029Z] === RUN TestCopierLongLines [2021-02-18T13:44:29.029Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestCopierSlow [2021-02-18T13:44:29.029Z] --- PASS: TestCopierSlow (0.20s) [2021-02-18T13:44:29.029Z] === RUN TestCopierWithSized [2021-02-18T13:44:29.029Z] === RUN TestCopierWithSized/as_is [2021-02-18T13:44:29.029Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-18T13:44:29.029Z] --- PASS: TestCopierWithSized (0.02s) [2021-02-18T13:44:29.029Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-18T13:44:29.029Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-02-18T13:44:29.029Z] === RUN TestCopierWithPartial [2021-02-18T13:44:29.029Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestRingLogger [2021-02-18T13:44:29.029Z] --- PASS: TestRingLogger (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestRingCap [2021-02-18T13:44:29.029Z] --- PASS: TestRingCap (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestRingClose [2021-02-18T13:44:29.029Z] --- PASS: TestRingClose (0.00s) [2021-02-18T13:44:29.029Z] === RUN TestRingDrain [2021-02-18T13:44:29.029Z] --- PASS: TestRingDrain (0.00s) [2021-02-18T13:44:29.029Z] PASS [2021-02-18T13:44:29.029Z] coverage: 43.5% of statements [2021-02-18T13:44:29.029Z] ok github.com/docker/docker/daemon/logger 0.347s coverage: 43.5% of statements [2021-02-18T13:44:29.053Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-18T13:44:29.053Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-18T13:44:29.150Z] INFO: Testing against a local daemon [2021-02-18T13:44:29.150Z] === RUN TestServiceCreateInit [2021-02-18T13:44:29.150Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer (3.40s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer// (0.14s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer//bar/root/ (0.18s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/quux (0.19s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.16s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-02-18T13:44:29.309Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2021-02-18T13:44:29.309Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T13:44:29.309Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:44:29.309Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:44:29.309Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:44:29.309Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:44:29.309Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:44:29.309Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:44:29.309Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T13:44:29.309Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:44:29.309Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:44:29.309Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:44:29.309Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-18T13:44:29.309Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T13:44:29.309Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-18T13:44:29.309Z] === RUN TestCreateWithInvalidEnv [2021-02-18T13:44:29.309Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T13:44:29.309Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T13:44:29.309Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T13:44:29.309Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T13:44:29.309Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T13:44:29.309Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T13:44:29.309Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T13:44:29.309Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T13:44:29.309Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T13:44:29.309Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T13:44:29.309Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-18T13:44:29.309Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T13:44:29.565Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2021-02-18T13:44:29.565Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T13:44:30.577Z] === RUN TestSearchRegistryForImagesErrors [2021-02-18T13:44:30.577Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-18T13:44:30.577Z] === RUN TestSearchRegistryForImages [2021-02-18T13:44:30.577Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-18T13:44:30.577Z] === RUN TestImageDelete [2021-02-18T13:44:30.962Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T13:44:30.962Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-18T13:44:31.040Z] === RUN TestImageDelete/no_lease [2021-02-18T13:44:31.040Z] === RUN TestImageDelete/lease_exists [2021-02-18T13:44:31.040Z] --- PASS: TestImageDelete (0.11s) [2021-02-18T13:44:31.040Z] --- PASS: TestImageDelete/no_lease (0.05s) [2021-02-18T13:44:31.040Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-02-18T13:44:31.040Z] === RUN TestContentStoreForPull [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/defaults [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-18T13:44:31.040Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-18T13:44:31.040Z] === RUN TestJSONFileLogger [2021-02-18T13:44:31.040Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestJSONFileLoggerWithTags [2021-02-18T13:44:31.040Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestJSONFileLoggerWithOpts [2021-02-18T13:44:31.040Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-18T13:44:31.040Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-18T13:44:31.040Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-02-18T13:44:31.040Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-18T13:44:31.040Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestEncodeDecode [2021-02-18T13:44:31.040Z] === PAUSE TestEncodeDecode [2021-02-18T13:44:31.040Z] === CONT TestEncodeDecode [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-02-18T13:44:31.040Z] === RUN TestCreateSuccess [2021-02-18T13:44:31.040Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCreateLogGroupSuccess [2021-02-18T13:44:31.040Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCreateError [2021-02-18T13:44:31.040Z] --- PASS: TestCreateError (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCreateAlreadyExists [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-18T13:44:31.040Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestLogClosed [2021-02-18T13:44:31.040Z] --- PASS: TestLogClosed (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestLogBlocking [2021-02-18T13:44:31.040Z] --- PASS: TestLogBlocking (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-18T13:44:31.040Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestLogNonBlockingBufferFull [2021-02-18T13:44:31.040Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestPublishBatchSuccess [2021-02-18T13:44:31.040Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestPublishBatchError [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=error msg=Error [2021-02-18T13:44:31.040Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T13:44:31.040Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-18T13:44:31.040Z] time="2021-02-18T13:44:30Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-18T13:44:31.040Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchSimple [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchTicker [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMultilinePattern [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchClose [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/0/Hello [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/2/🙃 [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/3/���� [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/4/He��o [2021-02-18T13:44:31.040Z] === RUN TestEffectiveLen/5/ [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/0/ [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/1/Hello [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/2/Hello [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/3/Hello [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/4/🙃 [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/5/🙃 [2021-02-18T13:44:31.040Z] --- PASS: TestContentStoreForPull (0.17s) [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/6/a� [2021-02-18T13:44:31.040Z] === RUN TestFindValidSplit/7/a� [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: Hello [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: He [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: llo [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: Hello [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: a [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: � [2021-02-18T13:44:31.040Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1044: a� [2021-02-18T13:44:31.040Z] cloudwatchlogs_test.go:1045: [2021-02-18T13:44:31.040Z] === RUN TestProcessEventEmoji [2021-02-18T13:44:31.040Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchLineSplit [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMaxEvents [2021-02-18T13:44:31.040Z] PASS [2021-02-18T13:44:31.040Z] coverage: 6.5% of statements [2021-02-18T13:44:31.040Z] ok github.com/docker/docker/daemon/images 0.487s coverage: 6.5% of statements [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-02-18T13:44:31.040Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-18T13:44:31.040Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-02-18T13:44:31.040Z] === RUN TestFastTimeMarshalJSON [2021-02-18T13:44:31.040Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-02-18T13:44:31.040Z] PASS [2021-02-18T13:44:31.040Z] coverage: 87.2% of statements [2021-02-18T13:44:31.040Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.183s coverage: 87.2% of statements [2021-02-18T13:44:31.040Z] --- PASS: TestEncodeDecode (0.15s) [2021-02-18T13:44:31.040Z] PASS [2021-02-18T13:44:31.040Z] coverage: 61.6% of statements [2021-02-18T13:44:31.040Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.237s coverage: 61.6% of statements [2021-02-18T13:44:31.040Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-18T13:44:31.040Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-18T13:44:31.040Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-18T13:44:31.040Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestCreateTagSuccess [2021-02-18T13:44:31.040Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-18T13:44:31.040Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-18T13:44:31.040Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-02-18T13:44:31.040Z] PASS [2021-02-18T13:44:31.040Z] coverage: 77.8% of statements [2021-02-18T13:44:31.040Z] ok github.com/docker/docker/daemon/logger/awslogs 0.446s coverage: 77.8% of statements [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-18T13:44:31.040Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-18T13:44:31.894Z] --- PASS: TestCreateWithCustomMaskedPaths (2.48s) [2021-02-18T13:44:31.894Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T13:44:33.962Z] === RUN TestWriteLog [2021-02-18T13:44:33.962Z] === PAUSE TestWriteLog [2021-02-18T13:44:33.962Z] === RUN TestReadLog [2021-02-18T13:44:33.962Z] === PAUSE TestReadLog [2021-02-18T13:44:33.962Z] === CONT TestWriteLog [2021-02-18T13:44:33.962Z] --- PASS: TestWriteLog (0.00s) [2021-02-18T13:44:33.962Z] === CONT TestReadLog [2021-02-18T13:44:33.962Z] === RUN TestReadLog/tail_exact [2021-02-18T13:44:33.962Z] === RUN TestReadLog/tail_less_than_available [2021-02-18T13:44:33.962Z] === RUN TestReadLog/tail_more_than_available [2021-02-18T13:44:33.962Z] --- PASS: TestReadLog (0.12s) [2021-02-18T13:44:33.962Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-02-18T13:44:33.962Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-18T13:44:33.962Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-18T13:44:33.962Z] PASS [2021-02-18T13:44:33.962Z] coverage: 75.2% of statements [2021-02-18T13:44:33.962Z] ok github.com/docker/docker/daemon/logger/local 0.306s coverage: 75.2% of statements [2021-02-18T13:44:33.962Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T13:44:33.962Z] === RUN TestLog [2021-02-18T13:44:33.962Z] --- PASS: TestLog (0.01s) [2021-02-18T13:44:33.962Z] PASS [2021-02-18T13:44:33.962Z] coverage: 31.5% of statements [2021-02-18T13:44:33.962Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.092s coverage: 31.5% of statements [2021-02-18T13:44:33.962Z] === RUN TestOpenFileDelete [2021-02-18T13:44:33.962Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestOpenFileRename [2021-02-18T13:44:33.962Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestParseLogTagDefaultTag [2021-02-18T13:44:33.962Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestParseLogTag [2021-02-18T13:44:33.962Z] --- PASS: TestParseLogTag (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestParseLogTagEmptyTag [2021-02-18T13:44:33.962Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestTailFiles [2021-02-18T13:44:33.962Z] --- PASS: TestTailFiles (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestFollowLogsConsumerGone [2021-02-18T13:44:33.962Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-18T13:44:33.962Z] === RUN TestFollowLogsProducerGone [2021-02-18T13:44:33.962Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-18T13:44:33.962Z] logfile_test.go:179: logDecode() closed after sending 1854 messages [2021-02-18T13:44:33.962Z] logfile_test.go:232: messages sent: 1854, received: 1854 [2021-02-18T13:44:33.962Z] === RUN TestCheckCapacityAndRotate [2021-02-18T13:44:33.962Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-18T13:44:33.962Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-18T13:44:33.962Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2021-02-18T13:44:33.962Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-02-18T13:44:33.962Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-02-18T13:44:33.962Z] PASS [2021-02-18T13:44:33.962Z] coverage: 55.3% of statements [2021-02-18T13:44:33.962Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.223s coverage: 55.3% of statements [2021-02-18T13:44:34.408Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.36s) [2021-02-18T13:44:34.408Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T13:44:34.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:44:34.408Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:44:34.408Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:44:34.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:44:34.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:44:34.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:44:34.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:44:34.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:44:34.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:44:34.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:44:34.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:44:34.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:44:34.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:44:34.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:44:34.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.06s) [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.07s) [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-18T13:44:34.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-18T13:44:34.409Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T13:44:34.425Z] === RUN TestValidateLogOpt [2021-02-18T13:44:34.425Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestNewMissedConfig [2021-02-18T13:44:34.425Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestNewMissedUrl [2021-02-18T13:44:34.425Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestNewMissedToken [2021-02-18T13:44:34.425Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestNewWithProxy [2021-02-18T13:44:34.425Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestDefault [2021-02-18T13:44:34.425Z] --- PASS: TestDefault (0.01s) [2021-02-18T13:44:34.425Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-18T13:44:34.425Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestJsonFormat [2021-02-18T13:44:34.425Z] --- PASS: TestJsonFormat (0.06s) [2021-02-18T13:44:34.425Z] === RUN TestRawFormat [2021-02-18T13:44:34.425Z] --- PASS: TestRawFormat (0.01s) [2021-02-18T13:44:34.425Z] === RUN TestRawFormatWithLabels [2021-02-18T13:44:34.425Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestRawFormatWithoutTag [2021-02-18T13:44:34.425Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-18T13:44:34.425Z] === RUN TestBatching [2021-02-18T13:44:34.437Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T13:44:34.887Z] --- PASS: TestBatching (0.29s) [2021-02-18T13:44:34.887Z] === RUN TestFrequency [2021-02-18T13:44:34.887Z] --- PASS: TestFrequency (0.15s) [2021-02-18T13:44:34.887Z] === RUN TestOneMessagePerRequest [2021-02-18T13:44:34.887Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-18T13:44:34.887Z] === RUN TestVerify [2021-02-18T13:44:34.887Z] --- PASS: TestVerify (0.00s) [2021-02-18T13:44:34.887Z] === RUN TestSkipVerify [2021-02-18T13:44:34.887Z] === RUN TestNewParse [2021-02-18T13:44:34.887Z] --- PASS: TestNewParse (0.00s) [2021-02-18T13:44:34.887Z] PASS [2021-02-18T13:44:34.887Z] coverage: 8.3% of statements [2021-02-18T13:44:34.887Z] ok github.com/docker/docker/daemon/logger/templates 0.044s coverage: 8.3% of statements [2021-02-18T13:44:35.041Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-18T13:44:35.041Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-18T13:44:35.041Z] Cross building: bundles/cross/windows/amd64 [2021-02-18T13:44:35.041Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T13:44:35.041Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-18T13:44:35.336Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s) [2021-02-18T13:44:35.336Z] === RUN TestCreateDifferentPlatform [2021-02-18T13:44:35.336Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T13:44:35.336Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T13:44:35.336Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-18T13:44:35.336Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T13:44:35.336Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T13:44:35.336Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T13:44:35.336Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-18T13:44:35.336Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-18T13:44:35.336Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T13:44:35.336Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-02-18T13:44:35.336Z] === RUN TestContainerStartOnDaemonRestart [2021-02-18T13:44:35.336Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-18T13:44:35.336Z] === RUN TestDaemonRestartIpcMode [2021-02-18T13:44:35.336Z] === PAUSE TestDaemonRestartIpcMode [2021-02-18T13:44:35.336Z] === RUN TestDaemonHostGatewayIP [2021-02-18T13:44:35.336Z] === PAUSE TestDaemonHostGatewayIP [2021-02-18T13:44:35.336Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-18T13:44:35.336Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-18T13:44:35.336Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T13:44:35.336Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-18T13:44:35.336Z] === RUN TestDiff [2021-02-18T13:44:35.349Z] time="2021-02-18T13:44:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.349Z] time="2021-02-18T13:44:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.349Z] time="2021-02-18T13:44:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] --- PASS: TestSkipVerify (0.57s) [2021-02-18T13:44:35.812Z] === RUN TestBufferMaximum [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.315315\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.315315\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] --- PASS: TestBufferMaximum (0.01s) [2021-02-18T13:44:35.812Z] === RUN TestServerAlwaysDown [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.329317\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.329317\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.329317\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.330318\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] time="2021-02-18T13:44:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1613655875.330318\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:35.812Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestCannotSendAfterClose [2021-02-18T13:44:35.812Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-18T13:44:35.812Z] === RUN TestParseLogFormat [2021-02-18T13:44:35.812Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestValidateLogOptEmpty [2021-02-18T13:44:35.812Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestValidateSyslogAddress [2021-02-18T13:44:35.812Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestParseAddressDefaultPort [2021-02-18T13:44:35.812Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestValidateSyslogFacility [2021-02-18T13:44:35.812Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestValidateLogOptSyslogFormat [2021-02-18T13:44:35.812Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-18T13:44:35.812Z] === RUN TestValidateLogOpt [2021-02-18T13:44:35.812Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-18T13:44:35.812Z] PASS [2021-02-18T13:44:35.812Z] coverage: 46.8% of statements [2021-02-18T13:44:35.812Z] ok github.com/docker/docker/daemon/logger/syslog 0.065s coverage: 46.8% of statements [2021-02-18T13:44:35.896Z] --- PASS: TestDiff (0.74s) [2021-02-18T13:44:35.896Z] === RUN TestExecWithCloseStdin [2021-02-18T13:44:36.152Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-18T13:44:36.787Z] time="2021-02-18T13:44:36Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-18T13:44:36.787Z] time="2021-02-18T13:44:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"da1bd5707095\"}'" [2021-02-18T13:44:36.787Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.14s) [2021-02-18T13:44:36.787Z] PASS [2021-02-18T13:44:36.787Z] coverage: 82.5% of statements [2021-02-18T13:44:36.787Z] ok github.com/docker/docker/daemon/logger/splunk 2.412s coverage: 82.5% of statements [2021-02-18T13:44:36.787Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T13:44:36.787Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-18T13:44:36.787Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T13:44:37.079Z] --- PASS: TestExecWithCloseStdin (0.90s) [2021-02-18T13:44:37.079Z] === RUN TestExec [2021-02-18T13:44:38.006Z] --- PASS: TestExec (0.91s) [2021-02-18T13:44:38.006Z] === RUN TestExecUser [2021-02-18T13:44:38.334Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-18T13:44:38.334Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-18T13:44:38.334Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestContinueOnError_NeverContinue [2021-02-18T13:44:38.334Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-18T13:44:38.334Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestManifestStore [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/no_remote_or_local [2021-02-18T13:44:38.334Z] === RUN TestV1IDService [2021-02-18T13:44:38.334Z] --- PASS: TestV1IDService (0.02s) [2021-02-18T13:44:38.334Z] === RUN TestV2MetadataService [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local683074031\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/no_local_cache [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/with_local_cache [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/unknown_media_type [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-18T13:44:38.334Z] === RUN TestSuccessfulDownload [2021-02-18T13:44:38.334Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-18T13:44:38.334Z] download_test.go:268: Needs fixing on Windows [2021-02-18T13:44:38.334Z] === RUN TestCancelledDownload [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="reference for unknown type: " [2021-02-18T13:44:38.334Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestMaxDownloadAttempts [2021-02-18T13:44:38.334Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T13:44:38.334Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T13:44:38.334Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T13:44:38.334Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T13:44:38.334Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T13:44:38.334Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T13:44:38.334Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T13:44:38.334Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T13:44:38.334Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-18T13:44:38.334Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-18T13:44:38.334Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-18T13:44:38.334Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="reference for unknown type: " [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="reference for unknown type: " [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="reference for unknown type: " [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="reference for unknown type: " [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-18T13:44:38.334Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:37Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore (0.24s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-18T13:44:38.334Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestFixManifestLayers [2021-02-18T13:44:38.334Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-18T13:44:38.334Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T13:44:38.334Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T13:44:38.334Z] === RUN TestFixManifestLayersBadParent [2021-02-18T13:44:38.334Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestValidateManifest [2021-02-18T13:44:38.334Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-18T13:44:38.334Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T13:44:38.334Z] === RUN TestFormatPlatform [2021-02-18T13:44:38.334Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestGetRepositoryMountCandidates [2021-02-18T13:44:38.334Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-18T13:44:38.334Z] === RUN TestLayerAlreadyExists [2021-02-18T13:44:38.334Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-18T13:44:38.334Z] === RUN TestWhenEmptyAuthConfig [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T13:44:38.334Z] time="2021-02-18T13:44:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-18T13:44:38.334Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-18T13:44:38.334Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.36s) [2021-02-18T13:44:38.334Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.36s) [2021-02-18T13:44:38.334Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.36s) [2021-02-18T13:44:38.334Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.36s) [2021-02-18T13:44:38.334Z] === RUN TestTransfer [2021-02-18T13:44:38.639Z] --- PASS: TestServiceCreateInit (9.68s) [2021-02-18T13:44:38.639Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.11s) [2021-02-18T13:44:38.639Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.53s) [2021-02-18T13:44:38.639Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T13:44:38.796Z] --- PASS: TestTransfer (0.12s) [2021-02-18T13:44:38.796Z] === RUN TestConcurrencyLimit [2021-02-18T13:44:38.796Z] --- PASS: TestV2MetadataService (0.76s) [2021-02-18T13:44:38.796Z] PASS [2021-02-18T13:44:38.796Z] coverage: 48.2% of statements [2021-02-18T13:44:38.796Z] ok github.com/docker/docker/distribution/metadata 0.908s coverage: 48.2% of statements [2021-02-18T13:44:38.796Z] --- PASS: TestConcurrencyLimit (0.35s) [2021-02-18T13:44:38.796Z] === RUN TestInactiveJobs [2021-02-18T13:44:38.933Z] --- PASS: TestExecUser (0.89s) [2021-02-18T13:44:38.933Z] === RUN TestExportContainerAndImportImage [2021-02-18T13:44:39.258Z] === RUN TestNotFound [2021-02-18T13:44:39.258Z] --- PASS: TestNotFound (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestConflict [2021-02-18T13:44:39.258Z] --- PASS: TestConflict (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestForbidden [2021-02-18T13:44:39.258Z] --- PASS: TestForbidden (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestInvalidParameter [2021-02-18T13:44:39.258Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestNotImplemented [2021-02-18T13:44:39.258Z] --- PASS: TestNotImplemented (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestNotModified [2021-02-18T13:44:39.258Z] --- PASS: TestNotModified (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestUnauthorized [2021-02-18T13:44:39.258Z] --- PASS: TestUnauthorized (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestUnknown [2021-02-18T13:44:39.258Z] --- PASS: TestUnknown (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestCancelled [2021-02-18T13:44:39.258Z] --- PASS: TestCancelled (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestDeadline [2021-02-18T13:44:39.258Z] --- PASS: TestDeadline (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestDataLoss [2021-02-18T13:44:39.258Z] --- PASS: TestDataLoss (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestUnavailable [2021-02-18T13:44:39.258Z] --- PASS: TestUnavailable (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestSystem [2021-02-18T13:44:39.258Z] --- PASS: TestSystem (0.00s) [2021-02-18T13:44:39.258Z] === RUN TestFromStatusCode [2021-02-18T13:44:39.258Z] === RUN TestFromStatusCode/Not_Found [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Bad_Request [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Conflict [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Unauthorized [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Forbidden [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Not_Modified [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-18T13:44:39.259Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-18T13:44:39.259Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-18T13:44:39.259Z] PASS [2021-02-18T13:44:39.259Z] coverage: 53.1% of statements [2021-02-18T13:44:39.259Z] ok github.com/docker/docker/errdefs 0.038s coverage: 53.1% of statements [2021-02-18T13:44:39.259Z] --- PASS: TestWhenEmptyAuthConfig (1.07s) [2021-02-18T13:44:39.259Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-18T13:44:39.259Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-18T13:44:39.259Z] === RUN TestTokenPassThru [2021-02-18T13:44:39.259Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-18T13:44:39.259Z] === RUN TestTokenPassThruDifferentHost [2021-02-18T13:44:39.259Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-02-18T13:44:39.259Z] PASS [2021-02-18T13:44:39.259Z] coverage: 23.4% of statements [2021-02-18T13:44:39.259Z] ok github.com/docker/docker/distribution 1.460s coverage: 23.4% of statements [2021-02-18T13:44:39.259Z] --- PASS: TestInactiveJobs (0.38s) [2021-02-18T13:44:39.259Z] === RUN TestWatchRelease [2021-02-18T13:44:39.259Z] --- PASS: TestWatchRelease (0.04s) [2021-02-18T13:44:39.259Z] === RUN TestWatchFinishedTransfer [2021-02-18T13:44:39.259Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-18T13:44:39.259Z] === RUN TestDuplicateTransfer [2021-02-18T13:44:39.259Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T13:44:39.259Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-02-18T13:44:39.259Z] === RUN TestSuccessfulUpload [2021-02-18T13:44:39.721Z] time="2021-02-18T13:44:39Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-18T13:44:39.860Z] --- PASS: TestExportContainerAndImportImage (1.23s) [2021-02-18T13:44:39.860Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T13:44:40.184Z] --- PASS: TestSuccessfulUpload (0.48s) [2021-02-18T13:44:40.184Z] === RUN TestCancelledUpload [2021-02-18T13:44:40.184Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-18T13:44:40.184Z] PASS [2021-02-18T13:44:40.184Z] coverage: 77.3% of statements [2021-02-18T13:44:40.184Z] ok github.com/docker/docker/distribution/xfer 1.882s coverage: 77.3% of statements [2021-02-18T13:44:40.184Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T13:44:40.646Z] === RUN TestCompare [2021-02-18T13:44:40.646Z] --- PASS: TestCompare (0.00s) [2021-02-18T13:44:40.646Z] PASS [2021-02-18T13:44:40.646Z] coverage: 19.2% of statements [2021-02-18T13:44:40.646Z] ok github.com/docker/docker/image/cache 0.064s coverage: 19.2% of statements [2021-02-18T13:44:40.788Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T13:44:40.788Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T13:44:41.108Z] === RUN TestFSGetInvalidData [2021-02-18T13:44:41.108Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-18T13:44:41.108Z] === RUN TestFSInvalidSet [2021-02-18T13:44:41.108Z] --- PASS: TestFSInvalidSet (0.08s) [2021-02-18T13:44:41.108Z] === RUN TestFSInvalidRoot [2021-02-18T13:44:41.108Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-02-18T13:44:41.108Z] === RUN TestFSMetadataGetSet [2021-02-18T13:44:41.570Z] --- PASS: TestFSMetadataGetSet (0.28s) [2021-02-18T13:44:41.570Z] === RUN TestFSInvalidWalker [2021-02-18T13:44:41.570Z] --- PASS: TestFSInvalidWalker (0.02s) [2021-02-18T13:44:41.570Z] === RUN TestFSGetSet [2021-02-18T13:44:41.570Z] --- PASS: TestFSGetSet (0.03s) [2021-02-18T13:44:41.570Z] === RUN TestFSGetUnsetKey [2021-02-18T13:44:41.570Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestFSGetEmptyData [2021-02-18T13:44:41.570Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestFSDelete [2021-02-18T13:44:41.570Z] --- PASS: TestFSDelete (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestFSWalker [2021-02-18T13:44:41.570Z] --- PASS: TestFSWalker (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestFSWalkerStopOnError [2021-02-18T13:44:41.570Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestNewFromJSON [2021-02-18T13:44:41.570Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-18T13:44:41.570Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestMarshalKeyOrder [2021-02-18T13:44:41.570Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestImage [2021-02-18T13:44:41.570Z] --- PASS: TestImage (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestImageOSNotEmpty [2021-02-18T13:44:41.570Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-18T13:44:41.570Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-18T13:44:41.570Z] === RUN TestRestore [2021-02-18T13:44:41.570Z] === RUN TestMakeV1ConfigFromConfig [2021-02-18T13:44:41.570Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-18T13:44:41.570Z] PASS [2021-02-18T13:44:41.570Z] coverage: 25.0% of statements [2021-02-18T13:44:41.570Z] ok github.com/docker/docker/image/v1 0.122s coverage: 25.0% of statements [2021-02-18T13:44:41.570Z] time="2021-02-18T13:44:41Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-18T13:44:41.570Z] --- PASS: TestRestore (0.15s) [2021-02-18T13:44:41.570Z] === RUN TestAddDelete [2021-02-18T13:44:41.570Z] --- PASS: TestAddDelete (0.03s) [2021-02-18T13:44:41.570Z] === RUN TestSearchAfterDelete [2021-02-18T13:44:41.570Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-18T13:44:41.570Z] === RUN TestParentReset [2021-02-18T13:44:41.716Z] --- PASS: TestExportContainerAfterDaemonRestart (1.66s) [2021-02-18T13:44:41.716Z] === RUN TestHealthCheckWorkdir [2021-02-18T13:44:42.032Z] --- PASS: TestParentReset (0.08s) [2021-02-18T13:44:42.032Z] === RUN TestGetAndSetLastUpdated [2021-02-18T13:44:42.032Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-02-18T13:44:42.032Z] === RUN TestStoreLen [2021-02-18T13:44:42.032Z] --- PASS: TestStoreLen (0.08s) [2021-02-18T13:44:42.032Z] PASS [2021-02-18T13:44:42.032Z] coverage: 86.4% of statements [2021-02-18T13:44:42.032Z] ok github.com/docker/docker/image 0.962s coverage: 86.4% of statements [2021-02-18T13:44:42.032Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T13:44:42.032Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T13:44:42.279Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T13:44:42.841Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2021-02-18T13:44:42.841Z] === RUN TestHealthKillContainer [2021-02-18T13:44:43.579Z] === RUN TestSerialization [2021-02-18T13:44:43.579Z] --- PASS: TestSerialization (0.03s) [2021-02-18T13:44:43.579Z] PASS [2021-02-18T13:44:43.579Z] coverage: 100.0% of statements [2021-02-18T13:44:43.579Z] === RUN TestEmptyLayer [2021-02-18T13:44:43.579Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-18T13:44:43.579Z] === RUN TestCommitFailure [2021-02-18T13:44:43.579Z] ok github.com/docker/docker/libcontainerd/queue 0.159s coverage: 100.0% of statements [2021-02-18T13:44:43.579Z] --- PASS: TestCommitFailure (0.02s) [2021-02-18T13:44:43.579Z] === RUN TestStartTransactionFailure [2021-02-18T13:44:43.579Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-18T13:44:43.579Z] === RUN TestGetOrphan [2021-02-18T13:44:43.579Z] --- PASS: TestGetOrphan (0.01s) [2021-02-18T13:44:43.579Z] === RUN TestMountAndRegister [2021-02-18T13:44:43.579Z] --- PASS: TestMountAndRegister (0.05s) [2021-02-18T13:44:43.579Z] layer_test.go:271: Layer size: 14 [2021-02-18T13:44:43.579Z] === RUN TestLayerRelease [2021-02-18T13:44:43.579Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-18T13:44:43.579Z] layer_test.go:304: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestStoreRestore [2021-02-18T13:44:43.579Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-18T13:44:43.579Z] layer_test.go:353: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestTarStreamStability [2021-02-18T13:44:43.579Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-18T13:44:43.579Z] layer_test.go:468: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestRegisterExistingLayer [2021-02-18T13:44:43.579Z] --- PASS: TestRegisterExistingLayer (0.20s) [2021-02-18T13:44:43.579Z] === RUN TestTarStreamVerification [2021-02-18T13:44:43.579Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-18T13:44:43.579Z] layer_test.go:697: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestLayerMigration [2021-02-18T13:44:43.579Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-18T13:44:43.579Z] migration_test.go:46: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestLayerMigrationNoTarsplit [2021-02-18T13:44:43.579Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T13:44:43.579Z] migration_test.go:182: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestMountInit [2021-02-18T13:44:43.579Z] --- SKIP: TestMountInit (0.00s) [2021-02-18T13:44:43.579Z] mount_test.go:17: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestMountSize [2021-02-18T13:44:43.579Z] --- SKIP: TestMountSize (0.00s) [2021-02-18T13:44:43.579Z] mount_test.go:76: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestMountChanges [2021-02-18T13:44:43.579Z] --- SKIP: TestMountChanges (0.00s) [2021-02-18T13:44:43.579Z] mount_test.go:125: Failing on Windows [2021-02-18T13:44:43.579Z] === RUN TestMountApply [2021-02-18T13:44:43.579Z] --- SKIP: TestMountApply (0.00s) [2021-02-18T13:44:43.579Z] mount_test.go:212: Failing on Windows [2021-02-18T13:44:43.579Z] PASS [2021-02-18T13:44:43.579Z] coverage: 30.1% of statements [2021-02-18T13:44:43.579Z] ok github.com/docker/docker/layer 0.446s coverage: 30.1% of statements [2021-02-18T13:44:43.579Z] === RUN TestEnvironmentParsing [2021-02-18T13:44:43.579Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-18T13:44:43.579Z] PASS [2021-02-18T13:44:43.579Z] coverage: 1.0% of statements [2021-02-18T13:44:43.579Z] ok github.com/docker/docker/libcontainerd/local 0.105s coverage: 1.0% of statements [2021-02-18T13:44:43.579Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T13:44:43.579Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T13:44:43.579Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T13:44:43.579Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T13:44:44.041Z] ? github.com/docker/docker/oci [no test files] [2021-02-18T13:44:44.041Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T13:44:44.204Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-18T13:44:44.504Z] === RUN TestAddressPoolOpt [2021-02-18T13:44:44.504Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/a [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/something [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/_=a [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/env1=value1 [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/_env1=value1 [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/PATH [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/=a [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/PATH= [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/PATH=something [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/asd!qwe [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/1asd [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/123 [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/some_space [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/__some_space_before [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/some_space_after__ [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/= [2021-02-18T13:44:44.504Z] === RUN TestValidateEnv/PaTh [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestParseHost [2021-02-18T13:44:44.504Z] --- PASS: TestParseHost (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestParseDockerDaemonHost [2021-02-18T13:44:44.504Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestParseTCP [2021-02-18T13:44:44.504Z] --- PASS: TestParseTCP (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-18T13:44:44.504Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestValidateExtraHosts [2021-02-18T13:44:44.504Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestIpOptString [2021-02-18T13:44:44.504Z] --- PASS: TestIpOptString (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-18T13:44:44.504Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestNewIpOptValidDefaultVal [2021-02-18T13:44:44.504Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestIpOptSetInvalidVal [2021-02-18T13:44:44.504Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestValidateIPAddress [2021-02-18T13:44:44.504Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestMapOpts [2021-02-18T13:44:44.504Z] --- PASS: TestMapOpts (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestListOptsWithoutValidator [2021-02-18T13:44:44.504Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestListOptsWithValidator [2021-02-18T13:44:44.504Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestValidateDNSSearch [2021-02-18T13:44:44.504Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_general_format [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_one_more [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-18T13:44:44.504Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-18T13:44:44.504Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestNamedListOpts [2021-02-18T13:44:44.504Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestNamedMapOpts [2021-02-18T13:44:44.504Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestParseLink [2021-02-18T13:44:44.504Z] --- PASS: TestParseLink (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestQuotedStringSetWithQuotes [2021-02-18T13:44:44.504Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-18T13:44:44.504Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-18T13:44:44.504Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-18T13:44:44.504Z] === RUN TestUlimitOpt [2021-02-18T13:44:44.504Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-18T13:44:44.504Z] PASS [2021-02-18T13:44:44.504Z] coverage: 67.1% of statements [2021-02-18T13:44:44.504Z] ok github.com/docker/docker/opts 0.107s coverage: 67.1% of statements [2021-02-18T13:44:44.504Z] === RUN TestParseVersion [2021-02-18T13:44:44.504Z] --- PASS: TestParseVersion (0.00s) [2021-02-18T13:44:44.504Z] PASS [2021-02-18T13:44:44.504Z] coverage: 52.9% of statements [2021-02-18T13:44:44.504Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2021-02-18T13:44:44.766Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T13:44:45.693Z] --- PASS: TestHealthKillContainer (2.91s) [2021-02-18T13:44:45.693Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T13:44:46.051Z] === RUN TestPeerCertificateMarshalJSON [2021-02-18T13:44:46.051Z] === RUN TestUnbuffered [2021-02-18T13:44:46.051Z] --- PASS: TestUnbuffered (0.00s) [2021-02-18T13:44:46.051Z] === RUN TestRaceUnbuffered [2021-02-18T13:44:46.051Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-18T13:44:46.051Z] PASS [2021-02-18T13:44:46.051Z] coverage: 100.0% of statements [2021-02-18T13:44:46.051Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2021-02-18T13:44:46.051Z] === RUN TestMatch [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[foo]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[foo_bar]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[]#01 [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[qux]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-18T13:44:46.051Z] === RUN TestMatch/[[foo_baz]] [2021-02-18T13:44:46.051Z] --- PASS: TestMatch (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-18T13:44:46.051Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-18T13:44:46.051Z] PASS [2021-02-18T13:44:46.051Z] coverage: 87.5% of statements [2021-02-18T13:44:46.051Z] ok github.com/docker/docker/pkg/capabilities 0.083s coverage: 87.5% of statements [2021-02-18T13:44:46.255Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2021-02-18T13:44:46.255Z] === RUN TestIpcModeNone [2021-02-18T13:44:46.510Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-18T13:44:46.513Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-18T13:44:46.514Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-18T13:44:46.514Z] --- PASS: TestPeerCertificateMarshalJSON (0.80s) [2021-02-18T13:44:46.514Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-18T13:44:46.514Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-18T13:44:46.514Z] === RUN TestMiddleware [2021-02-18T13:44:46.514Z] --- PASS: TestMiddleware (0.00s) [2021-02-18T13:44:46.514Z] === RUN TestNewResponseModifier [2021-02-18T13:44:46.514Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-18T13:44:46.514Z] PASS [2021-02-18T13:44:46.514Z] coverage: 26.8% of statements [2021-02-18T13:44:46.514Z] ok github.com/docker/docker/pkg/authorization 0.916s coverage: 26.8% of statements [2021-02-18T13:44:46.976Z] === RUN TestIsArchivePathDir [2021-02-18T13:44:46.976Z] === RUN TestSizeEmpty [2021-02-18T13:44:46.976Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeEmptyFile [2021-02-18T13:44:46.976Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeNonemptyFile [2021-02-18T13:44:46.976Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-18T13:44:46.976Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-18T13:44:46.976Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-18T13:44:46.976Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestMoveToSubdir [2021-02-18T13:44:46.976Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-18T13:44:46.976Z] === RUN TestSizeNonExistingDirectory [2021-02-18T13:44:46.976Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-18T13:44:46.976Z] PASS [2021-02-18T13:44:46.976Z] coverage: 80.0% of statements [2021-02-18T13:44:46.976Z] ok github.com/docker/docker/pkg/directory 0.044s coverage: 80.0% of statements [2021-02-18T13:44:46.976Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-02-18T13:44:46.976Z] === RUN TestIsArchivePathInvalidFile [2021-02-18T13:44:46.976Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2021-02-18T13:44:46.976Z] === RUN TestIsArchivePathTar [2021-02-18T13:44:47.070Z] --- PASS: TestIpcModeNone (0.91s) [2021-02-18T13:44:47.070Z] === RUN TestIpcModePrivate [2021-02-18T13:44:47.438Z] --- PASS: TestIsArchivePathTar (0.17s) [2021-02-18T13:44:47.438Z] === RUN TestDecompressStreamGzip [2021-02-18T13:44:47.438Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-02-18T13:44:47.438Z] === RUN TestDecompressStreamBzip2 [2021-02-18T13:44:47.438Z] === RUN TestChrootTarUntar [2021-02-18T13:44:47.438Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-18T13:44:47.438Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.438Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-18T13:44:47.438Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T13:44:47.438Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.438Z] === RUN TestChrootUntarEmptyArchive [2021-02-18T13:44:47.439Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestChrootTarUntarWithSymlink [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:44:47.439Z] === RUN TestChrootCopyWithTar [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:44:47.439Z] === RUN TestChrootCopyFileWithTar [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.439Z] === RUN TestChrootUntarPath [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:44:47.439Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.439Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.439Z] === RUN TestChrootApplyDotDotFile [2021-02-18T13:44:47.439Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:44:47.439Z] PASS [2021-02-18T13:44:47.439Z] coverage: 15.4% of statements [2021-02-18T13:44:47.439Z] ok github.com/docker/docker/pkg/chrootarchive 0.109s coverage: 15.4% of statements [2021-02-18T13:44:47.439Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2021-02-18T13:44:47.439Z] === RUN TestDecompressStreamXz [2021-02-18T13:44:47.439Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T13:44:47.439Z] === RUN TestCompressStreamXzUnsupported [2021-02-18T13:44:47.439Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-18T13:44:47.439Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestCompressStreamInvalid [2021-02-18T13:44:47.439Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestExtensionInvalid [2021-02-18T13:44:47.439Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestExtensionUncompressed [2021-02-18T13:44:47.439Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestExtensionBzip2 [2021-02-18T13:44:47.439Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestExtensionGzip [2021-02-18T13:44:47.439Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestExtensionXz [2021-02-18T13:44:47.439Z] --- PASS: TestExtensionXz (0.00s) [2021-02-18T13:44:47.439Z] === RUN TestCmdStreamLargeStderr [2021-02-18T13:44:47.439Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-02-18T13:44:47.439Z] === RUN TestCmdStreamBad [2021-02-18T13:44:47.439Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-18T13:44:47.439Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T13:44:47.439Z] === RUN TestCmdStreamGood [2021-02-18T13:44:47.905Z] --- PASS: TestCmdStreamGood (0.07s) [2021-02-18T13:44:47.905Z] === RUN TestUntarPathWithInvalidDest [2021-02-18T13:44:47.905Z] --- PASS: TestUntarPathWithInvalidDest (0.13s) [2021-02-18T13:44:47.905Z] === RUN TestUntarPathWithInvalidSrc [2021-02-18T13:44:47.905Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2021-02-18T13:44:47.905Z] === RUN TestUntarPath [2021-02-18T13:44:47.905Z] --- PASS: TestUntarPath (0.06s) [2021-02-18T13:44:47.905Z] === RUN TestUntarPathWithDestinationFile [2021-02-18T13:44:47.905Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-02-18T13:44:47.905Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-18T13:44:47.905Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.16s) [2021-02-18T13:44:47.906Z] === RUN TestCopyWithTarInvalidSrc [2021-02-18T13:44:47.906Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-18T13:44:47.906Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyWithTarSrcFile [2021-02-18T13:44:47.906Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyWithTarSrcFolder [2021-02-18T13:44:47.906Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-18T13:44:47.906Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-18T13:44:47.906Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-18T13:44:47.906Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-18T13:44:47.906Z] === RUN TestCopyFileWithTarSrcFile [2021-02-18T13:44:47.906Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-02-18T13:44:47.906Z] === RUN TestTarFiles [2021-02-18T13:44:47.997Z] --- PASS: TestIpcModePrivate (0.76s) [2021-02-18T13:44:47.997Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2021-02-18T13:44:47.997Z] === RUN TestIpcModeShareable [2021-02-18T13:44:48.368Z] === RUN Test [2021-02-18T13:44:48.368Z] === RUN Test/TestContainsEntry [2021-02-18T13:44:48.368Z] === RUN Test/TestCreateEntries [2021-02-18T13:44:48.368Z] === RUN Test/TestEntriesDiff [2021-02-18T13:44:48.368Z] === RUN Test/TestEntriesEquality [2021-02-18T13:44:48.368Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-18T13:44:48.368Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-18T13:44:48.368Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-18T13:44:48.368Z] === RUN Test/TestGeneratorNotGenerate [2021-02-18T13:44:48.368Z] === RUN Test/TestGeneratorWithPort [2021-02-18T13:44:48.368Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-18T13:44:48.368Z] === RUN Test/TestNewEntry [2021-02-18T13:44:48.368Z] === RUN Test/TestParse [2021-02-18T13:44:48.368Z] --- PASS: Test (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestParse (0.00s) [2021-02-18T13:44:48.368Z] PASS [2021-02-18T13:44:48.368Z] coverage: 58.3% of statements [2021-02-18T13:44:48.368Z] ok github.com/docker/docker/pkg/discovery 0.065s coverage: 58.3% of statements [2021-02-18T13:44:48.368Z] === RUN Test [2021-02-18T13:44:48.368Z] === RUN Test/TestContent [2021-02-18T13:44:48.368Z] === RUN Test/TestInitialize [2021-02-18T13:44:48.368Z] === RUN Test/TestNew [2021-02-18T13:44:48.368Z] === RUN Test/TestParsingContentsWithComments [2021-02-18T13:44:48.368Z] === RUN Test/TestRegister [2021-02-18T13:44:48.368Z] === RUN Test/TestWatch [2021-02-18T13:44:48.368Z] --- PASS: Test (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestContent (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestNew (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T13:44:48.368Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T13:44:48.368Z] PASS [2021-02-18T13:44:48.368Z] coverage: 92.9% of statements [2021-02-18T13:44:48.368Z] ok github.com/docker/docker/pkg/discovery/file 0.045s coverage: 92.9% of statements [2021-02-18T13:44:48.561Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-18T13:44:48.817Z] --- PASS: TestIpcModeShareable (0.86s) [2021-02-18T13:44:48.817Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-02-18T13:44:48.817Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-18T13:44:49.342Z] === RUN Test [2021-02-18T13:44:49.342Z] === RUN Test/TestWatch [2021-02-18T13:44:49.342Z] --- PASS: Test (0.00s) [2021-02-18T13:44:49.342Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T13:44:49.342Z] PASS [2021-02-18T13:44:49.342Z] coverage: 92.3% of statements [2021-02-18T13:44:49.342Z] ok github.com/docker/docker/pkg/discovery/memory 0.057s coverage: 92.3% of statements [2021-02-18T13:44:49.379Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-18T13:44:49.804Z] === RUN Test [2021-02-18T13:44:49.804Z] === RUN Test/TestInitialize [2021-02-18T13:44:49.804Z] === RUN Test/TestInitializeWithPattern [2021-02-18T13:44:49.804Z] === RUN Test/TestRegister [2021-02-18T13:44:49.804Z] === RUN Test/TestWatch [2021-02-18T13:44:49.804Z] --- PASS: Test (0.00s) [2021-02-18T13:44:49.804Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-18T13:44:49.804Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-18T13:44:49.804Z] --- PASS: Test/TestRegister (0.00s) [2021-02-18T13:44:49.804Z] --- PASS: Test/TestWatch (0.00s) [2021-02-18T13:44:49.804Z] PASS [2021-02-18T13:44:49.804Z] coverage: 93.8% of statements [2021-02-18T13:44:49.804Z] ok github.com/docker/docker/pkg/discovery/nodes 0.040s coverage: 93.8% of statements [2021-02-18T13:44:49.804Z] === RUN Test [2021-02-18T13:44:49.804Z] === RUN Test/TestInitialize [2021-02-18T13:44:49.805Z] time="2021-02-18T13:44:49Z" level=info msg="Initializing discovery without TLS" [2021-02-18T13:44:49.805Z] time="2021-02-18T13:44:49Z" level=info msg="Initializing discovery without TLS" [2021-02-18T13:44:49.805Z] time="2021-02-18T13:44:49Z" level=info msg="Initializing discovery without TLS" [2021-02-18T13:44:49.805Z] === RUN Test/TestInitializeWithCerts [2021-02-18T13:44:49.805Z] time="2021-02-18T13:44:49Z" level=info msg="Initializing discovery with TLS" [2021-02-18T13:44:49.805Z] === RUN Test/TestWatch [2021-02-18T13:44:49.805Z] time="2021-02-18T13:44:49Z" level=info msg="Initializing discovery without TLS" [2021-02-18T13:44:49.941Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-18T13:44:50.503Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-18T13:44:50.779Z] === RUN TestPollerAddRemove [2021-02-18T13:44:50.779Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-18T13:44:50.779Z] === RUN TestPollerEvent [2021-02-18T13:44:50.779Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-18T13:44:50.779Z] poller_test.go:41: No chmod on Windows [2021-02-18T13:44:50.779Z] === RUN TestPollerClose [2021-02-18T13:44:50.779Z] --- PASS: TestPollerClose (0.00s) [2021-02-18T13:44:50.779Z] PASS [2021-02-18T13:44:50.779Z] coverage: 36.2% of statements [2021-02-18T13:44:50.779Z] ok github.com/docker/docker/pkg/filenotify 0.092s coverage: 36.2% of statements [2021-02-18T13:44:51.241Z] === RUN TestCopyFileWithInvalidSrc [2021-02-18T13:44:51.241Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T13:44:51.241Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-18T13:44:51.241Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-18T13:44:51.241Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCopyFile [2021-02-18T13:44:51.241Z] --- PASS: TestCopyFile (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-18T13:44:51.241Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T13:44:51.241Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T13:44:51.241Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-18T13:44:51.241Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-18T13:44:51.241Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T13:44:51.241Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T13:44:51.241Z] === RUN TestWildcardMatches [2021-02-18T13:44:51.241Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestPatternMatches [2021-02-18T13:44:51.241Z] --- PASS: TestPatternMatches (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-18T13:44:51.241Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestPatternMatchesFolderExclusions [2021-02-18T13:44:51.241Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-18T13:44:51.241Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-18T13:44:51.241Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-18T13:44:51.241Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-18T13:44:51.241Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestSingleExclamationError [2021-02-18T13:44:51.241Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestMatchesWithNoPatterns [2021-02-18T13:44:51.241Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestMatchesWithMalformedPatterns [2021-02-18T13:44:51.241Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestMatches [2021-02-18T13:44:51.241Z] --- PASS: TestMatches (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatterns [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatternsExceptionFlag [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCleanPatternsErrorSingleException [2021-02-18T13:44:51.241Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCreateIfNotExistsDir [2021-02-18T13:44:51.241Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestCreateIfNotExistsFile [2021-02-18T13:44:51.241Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-18T13:44:51.241Z] === RUN TestMatch [2021-02-18T13:44:51.241Z] --- PASS: TestMatch (0.00s) [2021-02-18T13:44:51.241Z] PASS [2021-02-18T13:44:51.241Z] coverage: 87.7% of statements [2021-02-18T13:44:51.241Z] ok github.com/docker/docker/pkg/fileutils 0.077s coverage: 87.7% of statements [2021-02-18T13:44:51.430Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.48s) [2021-02-18T13:44:51.430Z] === RUN TestAPIIpcModeHost [2021-02-18T13:44:51.703Z] === RUN TestGet [2021-02-18T13:44:51.703Z] --- PASS: TestGet (0.00s) [2021-02-18T13:44:51.703Z] === RUN TestGetShortcutString [2021-02-18T13:44:51.703Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-18T13:44:51.703Z] PASS [2021-02-18T13:44:51.703Z] coverage: 42.9% of statements [2021-02-18T13:44:51.703Z] ok github.com/docker/docker/pkg/homedir 0.038s coverage: 42.9% of statements [2021-02-18T13:44:51.991Z] --- PASS: TestAPIIpcModeHost (0.77s) [2021-02-18T13:44:51.991Z] === RUN TestDaemonIpcModeShareable [2021-02-18T13:44:52.246Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-18T13:44:52.246Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-18T13:44:52.678Z] === RUN TestCreateIDMapOrder [2021-02-18T13:44:52.678Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-18T13:44:52.678Z] PASS [2021-02-18T13:44:52.678Z] coverage: 7.2% of statements [2021-02-18T13:44:52.679Z] ok github.com/docker/docker/pkg/idtools 0.155s coverage: 7.2% of statements [2021-02-18T13:44:53.140Z] --- PASS: TestTarFiles (4.79s) [2021-02-18T13:44:53.140Z] === RUN TestTarUntar [2021-02-18T13:44:53.140Z] --- PASS: Test (3.12s) [2021-02-18T13:44:53.140Z] --- PASS: Test/TestInitialize (0.12s) [2021-02-18T13:44:53.140Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-18T13:44:53.140Z] --- PASS: Test/TestWatch (3.00s) [2021-02-18T13:44:53.140Z] PASS [2021-02-18T13:44:53.140Z] coverage: 84.1% of statements [2021-02-18T13:44:53.140Z] --- PASS: TestTarUntar (0.03s) [2021-02-18T13:44:53.140Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-18T13:44:53.140Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-18T13:44:53.140Z] === RUN TestTarWithOptions [2021-02-18T13:44:53.140Z] ok github.com/docker/docker/pkg/discovery/kv 3.228s coverage: 84.1% of statements [2021-02-18T13:44:53.140Z] --- PASS: TestTarWithOptions (0.02s) [2021-02-18T13:44:53.140Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-18T13:44:53.140Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-18T13:44:53.140Z] === RUN TestUntarUstarGnuConflict [2021-02-18T13:44:53.140Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-02-18T13:44:53.140Z] === RUN TestUntarInvalidFilenames [2021-02-18T13:44:53.140Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames860341042\\dest" [2021-02-18T13:44:53.140Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-02-18T13:44:53.140Z] === RUN TestUntarHardlinkToSymlink [2021-02-18T13:44:53.140Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-18T13:44:53.140Z] === RUN TestUntarInvalidHardlink [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink415986435\\victim\\hello" -> "../victim/hello" [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink926563974\\victim\\hello" -> "/../victim/hello" [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink516471341\\victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink653315496\\victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink874840807\\victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink300370202\\victim" -> "../victim" [2021-02-18T13:44:53.140Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-02-18T13:44:53.140Z] === RUN TestUntarInvalidSymlink [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink084962737\\dest\\dotdot" -> "../victim/hello" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink139120988\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink919723787\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink021041390\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink683829621\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink281013328\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:53.140Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink720387951\\dest\\dir\\loophole" -> "../../victim" [2021-02-18T13:44:53.140Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-02-18T13:44:53.140Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-18T13:44:53.140Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-18T13:44:53.140Z] === RUN TestReplaceFileTarWrapper [2021-02-18T13:44:53.140Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-02-18T13:44:53.140Z] === RUN TestPrefixHeaderReadable [2021-02-18T13:44:53.140Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-02-18T13:44:53.140Z] === RUN TestDisablePigz [2021-02-18T13:44:53.603Z] --- PASS: TestDisablePigz (0.15s) [2021-02-18T13:44:53.603Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2021-02-18T13:44:53.603Z] === RUN TestPigz [2021-02-18T13:44:53.603Z] === RUN TestFixedBufferCap [2021-02-18T13:44:53.603Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestFixedBufferLen [2021-02-18T13:44:53.603Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestFixedBufferString [2021-02-18T13:44:53.603Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestFixedBufferWrite [2021-02-18T13:44:53.603Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestFixedBufferRead [2021-02-18T13:44:53.603Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestBytesPipeRead [2021-02-18T13:44:53.603Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestBytesPipeWrite [2021-02-18T13:44:53.603Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-18T13:44:53.603Z] --- PASS: TestPigz (0.12s) [2021-02-18T13:44:53.603Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2021-02-18T13:44:53.603Z] === RUN TestCopyFileWithInvalidDest [2021-02-18T13:44:53.603Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-18T13:44:53.603Z] archive_windows_test.go:16: Currently fails [2021-02-18T13:44:53.603Z] === RUN TestCanonicalTarNameForPath [2021-02-18T13:44:53.603Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestCanonicalTarName [2021-02-18T13:44:53.603Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestChmodTarEntry [2021-02-18T13:44:53.603Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestHardLinkOrder [2021-02-18T13:44:53.603Z] --- PASS: TestHardLinkOrder (0.10s) [2021-02-18T13:44:53.603Z] === RUN TestChangeString [2021-02-18T13:44:53.603Z] --- PASS: TestChangeString (0.00s) [2021-02-18T13:44:53.603Z] === RUN TestChangesWithNoChanges [2021-02-18T13:44:53.603Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-02-18T13:44:53.603Z] === RUN TestChangesWithChanges [2021-02-18T13:44:53.603Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-18T13:44:53.603Z] === RUN TestChangesWithChangesGH13590 [2021-02-18T13:44:53.610Z] --- PASS: TestDaemonIpcModeShareable (1.62s) [2021-02-18T13:44:53.610Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-02-18T13:44:53.610Z] === RUN TestDaemonIpcModePrivate [2021-02-18T13:44:53.865Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-18T13:44:54.066Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-18T13:44:54.066Z] changes_test.go:192: needs more investigation [2021-02-18T13:44:54.066Z] === RUN TestChangesDirsEmpty [2021-02-18T13:44:54.066Z] === RUN TestError [2021-02-18T13:44:54.066Z] --- PASS: TestError (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestProgressString [2021-02-18T13:44:54.066Z] === RUN TestProgressString/no_progress [2021-02-18T13:44:54.066Z] === RUN TestProgressString/progress_1 [2021-02-18T13:44:54.066Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-18T13:44:54.066Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-18T13:44:54.066Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-18T13:44:54.066Z] === RUN TestProgressString/with_units [2021-02-18T13:44:54.066Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-18T13:44:54.066Z] === RUN TestProgressString/hide_counts [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-18T13:44:54.066Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestJSONMessageDisplay [2021-02-18T13:44:54.066Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2021-02-18T13:44:54.066Z] === RUN TestAtomicWriteToFile [2021-02-18T13:44:54.066Z] --- PASS: TestChangesDirsEmpty (0.24s) [2021-02-18T13:44:54.066Z] === RUN TestChangesDirsMutated [2021-02-18T13:44:54.066Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-02-18T13:44:54.066Z] === RUN TestAtomicWriteSetCommit [2021-02-18T13:44:54.066Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-18T13:44:54.066Z] === RUN TestAtomicWriteSetCancel [2021-02-18T13:44:54.066Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-18T13:44:54.066Z] === RUN TestReadCloserWrapperClose [2021-02-18T13:44:54.066Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestReaderErrWrapperReadOnError [2021-02-18T13:44:54.066Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestReaderErrWrapperRead [2021-02-18T13:44:54.066Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestHashData [2021-02-18T13:44:54.066Z] --- PASS: TestHashData (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestCancelReadCloser [2021-02-18T13:44:54.066Z] === RUN TestStandardLongPath [2021-02-18T13:44:54.066Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestUNCLongPath [2021-02-18T13:44:54.066Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-18T13:44:54.066Z] PASS [2021-02-18T13:44:54.066Z] coverage: 100.0% of statements [2021-02-18T13:44:54.066Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2021-02-18T13:44:54.066Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-02-18T13:44:54.066Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-18T13:44:54.066Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-18T13:44:54.066Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestDisplayJSONMessagesStream [2021-02-18T13:44:54.066Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-18T13:44:54.066Z] PASS [2021-02-18T13:44:54.066Z] coverage: 91.7% of statements [2021-02-18T13:44:54.066Z] ok github.com/docker/docker/pkg/jsonmessage 0.175s coverage: 91.7% of statements [2021-02-18T13:44:54.066Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-02-18T13:44:54.066Z] === RUN TestApplyLayer [2021-02-18T13:44:54.066Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-18T13:44:54.066Z] changes_test.go:405: needs further investigation [2021-02-18T13:44:54.066Z] === RUN TestChangesSizeWithHardlinks [2021-02-18T13:44:54.066Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-18T13:44:54.066Z] changes_test.go:441: needs further investigation [2021-02-18T13:44:54.066Z] === RUN TestChangesSizeWithNoChanges [2021-02-18T13:44:54.066Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-18T13:44:54.066Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestChangesSize [2021-02-18T13:44:54.066Z] --- PASS: TestChangesSize (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestApplyLayerInvalidFilenames [2021-02-18T13:44:54.066Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames161454883\\dest" [2021-02-18T13:44:54.066Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-18T13:44:54.066Z] === RUN TestWriteCloserWrapperClose [2021-02-18T13:44:54.066Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestNopWriteCloser [2021-02-18T13:44:54.066Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestNopWriter [2021-02-18T13:44:54.066Z] --- PASS: TestNopWriter (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestWriteCounter [2021-02-18T13:44:54.066Z] --- PASS: TestWriteCounter (0.00s) [2021-02-18T13:44:54.066Z] PASS [2021-02-18T13:44:54.066Z] coverage: 68.8% of statements [2021-02-18T13:44:54.066Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-18T13:44:54.066Z] === RUN TestApplyLayerInvalidHardlink [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink107163981\\victim\\hello" -> "../victim/hello" [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink766175304\\victim\\hello" -> "/../victim/hello" [2021-02-18T13:44:54.066Z] ok github.com/docker/docker/pkg/ioutils 0.713s coverage: 68.8% of statements [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink437691655\\victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink542990522\\victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink279667921\\victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink308796412\\victim" -> "../victim" [2021-02-18T13:44:54.066Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-02-18T13:44:54.066Z] === RUN TestApplyLayerInvalidSymlink [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink150439723\\dest\\dotdot" -> "../victim/hello" [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink215572110\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink511591573\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink775142640\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink155327375\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:54.066Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink540492706\\dest\\loophole-victim" -> "../victim" [2021-02-18T13:44:54.066Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-02-18T13:44:54.066Z] === RUN TestApplyLayerWhiteouts [2021-02-18T13:44:54.066Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2021-02-18T13:44:54.066Z] === RUN TestGenerateEmptyFile [2021-02-18T13:44:54.066Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-18T13:44:54.066Z] === RUN TestGenerateWithContent [2021-02-18T13:44:54.066Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-18T13:44:54.066Z] PASS [2021-02-18T13:44:54.066Z] coverage: 62.7% of statements [2021-02-18T13:44:54.066Z] ok github.com/docker/docker/pkg/archive 7.399s coverage: 62.7% of statements [2021-02-18T13:44:55.041Z] === RUN TestNameFormat [2021-02-18T13:44:55.041Z] --- PASS: TestNameFormat (0.00s) [2021-02-18T13:44:55.041Z] === RUN TestNameRetries [2021-02-18T13:44:55.041Z] --- PASS: TestNameRetries (0.00s) [2021-02-18T13:44:55.041Z] PASS [2021-02-18T13:44:55.041Z] coverage: 85.7% of statements [2021-02-18T13:44:55.041Z] ok github.com/docker/docker/pkg/namesgenerator 0.062s coverage: 85.7% of statements [2021-02-18T13:44:55.041Z] === RUN TestParseKeyValueOpt [2021-02-18T13:44:55.041Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-18T13:44:55.041Z] === RUN TestParseUintList [2021-02-18T13:44:55.041Z] --- PASS: TestParseUintList (0.00s) [2021-02-18T13:44:55.041Z] === RUN TestParseUintListMaximumLimits [2021-02-18T13:44:55.041Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-18T13:44:55.041Z] PASS [2021-02-18T13:44:55.041Z] coverage: 97.0% of statements [2021-02-18T13:44:55.230Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T13:44:55.486Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2021-02-18T13:44:55.486Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2021-02-18T13:44:55.486Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-18T13:44:55.503Z] ok github.com/docker/docker/pkg/parsers 0.085s coverage: 97.0% of statements [2021-02-18T13:44:55.503Z] === RUN TestNewAndRemove [2021-02-18T13:44:55.503Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-18T13:44:55.503Z] === RUN TestRemoveInvalidPath [2021-02-18T13:44:55.503Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-18T13:44:55.503Z] PASS [2021-02-18T13:44:55.503Z] coverage: 82.6% of statements [2021-02-18T13:44:55.503Z] ok github.com/docker/docker/pkg/pidfile 0.068s coverage: 82.6% of statements [2021-02-18T13:44:55.742Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-18T13:44:55.998Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T13:44:55.998Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T13:44:56.191Z] --- PASS: TestServicePlugin (30.84s) [2021-02-18T13:44:56.191Z] plugin_test.go:62: [de0db0411b25d] joining swarm manager [d7ae63667e75e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T13:44:56.191Z] plugin_test.go:65: [d89eca4a7cd87] joining swarm manager [d7ae63667e75e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T13:44:56.191Z] === RUN TestServiceUpdateLabel [2021-02-18T13:44:56.477Z] === RUN TestParseEmptyInterface [2021-02-18T13:44:56.477Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestParseNonInterfaceType [2021-02-18T13:44:56.477Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestParseWithOneFunction [2021-02-18T13:44:56.477Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestParseWithMultipleFuncs [2021-02-18T13:44:56.477Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestParseWithUnnamedReturn [2021-02-18T13:44:56.477Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestEmbeddedInterface [2021-02-18T13:44:56.477Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestParsedImports [2021-02-18T13:44:56.477Z] --- PASS: TestParsedImports (0.00s) [2021-02-18T13:44:56.477Z] === RUN TestAliasedImports [2021-02-18T13:44:56.477Z] --- PASS: TestAliasedImports (0.00s) [2021-02-18T13:44:56.477Z] PASS [2021-02-18T13:44:56.477Z] coverage: 56.8% of statements [2021-02-18T13:44:56.477Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2021-02-18T13:44:56.758Z] --- PASS: TestServiceUpdateLabel (2.37s) [2021-02-18T13:44:56.758Z] === RUN TestServiceUpdateSecrets [2021-02-18T13:44:56.928Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.61s) [2021-02-18T13:44:56.928Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2021-02-18T13:44:56.928Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-18T13:44:57.451Z] === RUN TestFailedConnection [2021-02-18T13:44:57.914Z] === RUN TestHTTPTransport [2021-02-18T13:44:57.914Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-18T13:44:57.914Z] PASS [2021-02-18T13:44:57.914Z] coverage: 85.7% of statements [2021-02-18T13:44:57.914Z] ok github.com/docker/docker/pkg/plugins/transport 0.044s coverage: 85.7% of statements [2021-02-18T13:44:57.914Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-18T13:44:57.914Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-18T13:44:57.914Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-18T13:44:57.914Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-18T13:44:57.914Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-18T13:44:57.914Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-18T13:44:57.914Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-18T13:44:57.914Z] === RUN TestBufferPoolPutAndGet [2021-02-18T13:44:57.914Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-18T13:44:57.914Z] PASS [2021-02-18T13:44:57.914Z] coverage: 88.2% of statements [2021-02-18T13:44:57.914Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2021-02-18T13:44:58.376Z] --- PASS: TestFailedConnection (1.18s) [2021-02-18T13:44:58.376Z] === RUN TestFailOnce [2021-02-18T13:44:58.376Z] 2021/02/18 13:44:58 http: panic serving 127.0.0.1:49221: Plugin not ready [2021-02-18T13:44:58.376Z] goroutine 10 [running]: [2021-02-18T13:44:58.376Z] net/http.(*conn).serve.func1(0xc000058aa0) [2021-02-18T13:44:58.818Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.61s) [2021-02-18T13:44:58.818Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-02-18T13:44:58.818Z] === RUN TestIpcModeOlderClient [2021-02-18T13:44:58.818Z] === PAUSE TestIpcModeOlderClient [2021-02-18T13:44:58.818Z] === RUN TestKillContainerInvalidSignal [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-18T13:44:58.839Z] panic(0x849b40, 0x986ad0) [2021-02-18T13:44:58.839Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-18T13:44:58.839Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T13:44:58.839Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-18T13:44:58.839Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-18T13:44:58.839Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-18T13:44:58.839Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-18T13:44:58.839Z] net/http.(*conn).serve(0xc000058aa0, 0x99b2c0, 0xc00004a980) [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-18T13:44:58.839Z] created by net/http.(*Server).Serve [2021-02-18T13:44:58.839Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-18T13:44:58.839Z] time="2021-02-18T13:44:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s" [2021-02-18T13:44:58.839Z] === RUN TestOutputOnPrematureClose [2021-02-18T13:44:58.839Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-18T13:44:58.839Z] === RUN TestCompleteSilently [2021-02-18T13:44:58.839Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-18T13:44:58.839Z] PASS [2021-02-18T13:44:58.839Z] coverage: 75.9% of statements [2021-02-18T13:44:58.839Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2021-02-18T13:44:58.839Z] === RUN TestSendToOneSub [2021-02-18T13:44:58.839Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-18T13:44:58.839Z] === RUN TestSendToMultipleSubs [2021-02-18T13:44:58.839Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-18T13:44:58.839Z] === RUN TestEvictOneSub [2021-02-18T13:44:58.839Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-18T13:44:58.839Z] === RUN TestClosePublisher [2021-02-18T13:44:58.839Z] --- PASS: TestClosePublisher (0.00s) [2021-02-18T13:44:58.839Z] === RUN TestPubSubRace [2021-02-18T13:44:59.301Z] === RUN TestRegister [2021-02-18T13:44:59.301Z] --- PASS: TestRegister (0.00s) [2021-02-18T13:44:59.301Z] === RUN TestCommand [2021-02-18T13:44:59.301Z] --- PASS: TestCommand (0.02s) [2021-02-18T13:44:59.301Z] === RUN TestNaiveSelf [2021-02-18T13:44:59.301Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-18T13:44:59.301Z] PASS [2021-02-18T13:44:59.301Z] coverage: 82.4% of statements [2021-02-18T13:44:59.381Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-18T13:44:59.381Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-02-18T13:44:59.381Z] === RUN TestKillContainer [2021-02-18T13:44:59.381Z] === RUN TestKillContainer/no_signal [2021-02-18T13:44:59.763Z] ok github.com/docker/docker/pkg/reexec 0.081s coverage: 82.4% of statements [2021-02-18T13:44:59.763Z] --- PASS: TestFailOnce (1.12s) [2021-02-18T13:44:59.763Z] === RUN TestEchoInputOutput [2021-02-18T13:44:59.763Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-18T13:44:59.763Z] === RUN TestBackoff [2021-02-18T13:44:59.763Z] --- PASS: TestBackoff (0.00s) [2021-02-18T13:44:59.763Z] === RUN TestAbortRetry [2021-02-18T13:44:59.763Z] --- PASS: TestAbortRetry (0.00s) [2021-02-18T13:44:59.763Z] === RUN TestClientScheme [2021-02-18T13:44:59.763Z] --- PASS: TestClientScheme (0.00s) [2021-02-18T13:44:59.763Z] === RUN TestNewClientWithTimeout [2021-02-18T13:44:59.763Z] --- PASS: TestPubSubRace (1.05s) [2021-02-18T13:44:59.763Z] PASS [2021-02-18T13:44:59.763Z] coverage: 75.0% of statements [2021-02-18T13:44:59.763Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 75.0% of statements [2021-02-18T13:44:59.945Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T13:45:00.201Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T13:45:00.225Z] time="2021-02-18T13:44:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-18T13:45:00.225Z] === RUN TestParseSignal [2021-02-18T13:45:00.225Z] --- PASS: TestParseSignal (0.00s) [2021-02-18T13:45:00.225Z] === RUN TestValidSignalForPlatform [2021-02-18T13:45:00.225Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-18T13:45:00.225Z] PASS [2021-02-18T13:45:00.225Z] coverage: 20.3% of statements [2021-02-18T13:45:00.226Z] ok github.com/docker/docker/pkg/signal 0.040s coverage: 20.3% of statements [2021-02-18T13:45:00.594Z] --- PASS: TestCreateServiceMultipleTimes (19.18s) [2021-02-18T13:45:00.594Z] === RUN TestCreateServiceConflict [2021-02-18T13:45:00.687Z] === RUN TestNewStdWriter [2021-02-18T13:45:00.687Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-18T13:45:00.687Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestWriteWithNilBytes [2021-02-18T13:45:00.687Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestWrite [2021-02-18T13:45:00.687Z] --- PASS: TestWrite (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestWriteWithWriterError [2021-02-18T13:45:00.687Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-18T13:45:00.687Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyWriteAndRead [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-18T13:45:00.687Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-18T13:45:00.687Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-18T13:45:00.687Z] PASS [2021-02-18T13:45:00.687Z] coverage: 100.0% of statements [2021-02-18T13:45:00.687Z] ok github.com/docker/docker/pkg/stdcopy 0.038s coverage: 100.0% of statements [2021-02-18T13:45:00.761Z] === RUN TestKillContainer/killing_signal [2021-02-18T13:45:00.761Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-18T13:45:01.164Z] --- PASS: TestCreateServiceConflict (3.20s) [2021-02-18T13:45:01.164Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T13:45:01.662Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-18T13:45:01.662Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-18T13:45:01.662Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestFormatStatus [2021-02-18T13:45:01.662Z] --- PASS: TestFormatStatus (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestFormatError [2021-02-18T13:45:01.662Z] --- PASS: TestFormatError (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestFormatJSONError [2021-02-18T13:45:01.662Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-18T13:45:01.662Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-18T13:45:01.662Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestNewJSONProgressOutput [2021-02-18T13:45:01.662Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestAuxFormatterEmit [2021-02-18T13:45:01.662Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestStreamWriterStdout [2021-02-18T13:45:01.662Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestStreamWriterStderr [2021-02-18T13:45:01.662Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-18T13:45:01.662Z] PASS [2021-02-18T13:45:01.662Z] coverage: 66.2% of statements [2021-02-18T13:45:01.662Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2021-02-18T13:45:01.662Z] === RUN TestGenerateRandomID [2021-02-18T13:45:01.662Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestShortenId [2021-02-18T13:45:01.662Z] --- PASS: TestShortenId (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestShortenSha256Id [2021-02-18T13:45:01.662Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestShortenIdEmpty [2021-02-18T13:45:01.662Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestShortenIdInvalid [2021-02-18T13:45:01.662Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestIsShortIDNonHex [2021-02-18T13:45:01.662Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-18T13:45:01.662Z] === RUN TestIsShortIDNotCorrectSize [2021-02-18T13:45:01.662Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-18T13:45:01.662Z] PASS [2021-02-18T13:45:01.662Z] coverage: 70.6% of statements [2021-02-18T13:45:01.662Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2021-02-18T13:45:01.662Z] time="2021-02-18T13:45:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-18T13:45:01.689Z] --- PASS: TestKillContainer (2.25s) [2021-02-18T13:45:01.689Z] --- PASS: TestKillContainer/no_signal (0.64s) [2021-02-18T13:45:01.689Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2021-02-18T13:45:01.689Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2021-02-18T13:45:01.689Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T13:45:01.689Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-18T13:45:02.618Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-18T13:45:02.618Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T13:45:02.618Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-18T13:45:02.637Z] === RUN TestIsCpusetListAvailable [2021-02-18T13:45:02.637Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-18T13:45:02.637Z] PASS [2021-02-18T13:45:02.637Z] coverage: 38.2% of statements [2021-02-18T13:45:02.637Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 38.2% of statements [2021-02-18T13:45:03.099Z] === RUN TestChtimes [2021-02-18T13:45:03.099Z] --- PASS: TestChtimes (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestChtimesWindows [2021-02-18T13:45:03.099Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-18T13:45:03.099Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestEnsureRemoveAllNotExist [2021-02-18T13:45:03.099Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestEnsureRemoveAllWithDir [2021-02-18T13:45:03.099Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestEnsureRemoveAllWithFile [2021-02-18T13:45:03.099Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-18T13:45:03.099Z] === RUN TestHasWin32KSupport [2021-02-18T13:45:03.099Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-18T13:45:03.099Z] syscall_windows_test.go:8: win32k: true [2021-02-18T13:45:03.099Z] PASS [2021-02-18T13:45:03.099Z] coverage: 12.0% of statements [2021-02-18T13:45:03.099Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.0% of statements [2021-02-18T13:45:03.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) [2021-02-18T13:45:03.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2021-02-18T13:45:03.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-02-18T13:45:03.543Z] === RUN TestKillStoppedContainer [2021-02-18T13:45:03.543Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-02-18T13:45:03.543Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T13:45:03.543Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-02-18T13:45:03.543Z] === RUN TestKillDifferentUserContainer [2021-02-18T13:45:03.561Z] === RUN TestTailFile [2021-02-18T13:45:03.561Z] --- PASS: TestTailFile (0.00s) [2021-02-18T13:45:03.561Z] === RUN TestTailFileManyLines [2021-02-18T13:45:03.561Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-18T13:45:03.561Z] === RUN TestTailEmptyFile [2021-02-18T13:45:03.561Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-18T13:45:03.561Z] === RUN TestTailNegativeN [2021-02-18T13:45:03.561Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/no_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-18T13:45:03.561Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:03.561Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/no_delimiter [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:03.562Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:03.562Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:03.562Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.025Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.025Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.026Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.026Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.026Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.027Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-18T13:45:04.027Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.028Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.029Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.104Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2021-02-18T13:45:04.104Z] === RUN TestInspectOomKilledTrue [2021-02-18T13:45:04.104Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-02-18T13:45:04.104Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:45:04.104Z] === RUN TestInspectOomKilledFalse [2021-02-18T13:45:04.104Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T13:45:04.104Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:45:04.104Z] === RUN TestLinksEtcHostsContentMatch [2021-02-18T13:45:04.491Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-18T13:45:04.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.02s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.03s) [2021-02-18T13:45:04.492Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-02-18T13:45:04.493Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-18T13:45:04.494Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-18T13:45:04.494Z] PASS [2021-02-18T13:45:04.494Z] coverage: 88.6% of statements [2021-02-18T13:45:04.494Z] ok github.com/docker/docker/pkg/tailfile 0.324s coverage: 88.6% of statements [2021-02-18T13:45:04.494Z] time="2021-02-18T13:45:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-18T13:45:04.494Z] === RUN TestTarSumRemoveNonExistent [2021-02-18T13:45:04.494Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestTarSumRemove [2021-02-18T13:45:04.494Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestSortFileInfoSums [2021-02-18T13:45:04.494Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestNewTarSumForLabelInvalid [2021-02-18T13:45:04.494Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestNewTarSumForLabel [2021-02-18T13:45:04.494Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestEmptyTar [2021-02-18T13:45:04.494Z] --- PASS: TestEmptyTar (0.00s) [2021-02-18T13:45:04.494Z] === RUN TestTarSumsReadSize [2021-02-18T13:45:04.494Z] --- PASS: TestTarSumsReadSize (0.01s) [2021-02-18T13:45:04.494Z] === RUN TestTarSums [2021-02-18T13:45:04.664Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T13:45:04.920Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2021-02-18T13:45:04.920Z] === RUN TestLinksContainerNames [2021-02-18T13:45:04.957Z] --- PASS: TestTarSums (0.10s) [2021-02-18T13:45:04.957Z] === RUN TestIteration [2021-02-18T13:45:04.957Z] --- PASS: TestIteration (0.00s) [2021-02-18T13:45:04.957Z] === RUN TestVersionLabelForChecksum [2021-02-18T13:45:04.957Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-18T13:45:04.957Z] === RUN TestVersion [2021-02-18T13:45:04.957Z] --- PASS: TestVersion (0.00s) [2021-02-18T13:45:04.957Z] === RUN TestGetVersion [2021-02-18T13:45:04.957Z] --- PASS: TestGetVersion (0.00s) [2021-02-18T13:45:04.957Z] === RUN TestGetVersions [2021-02-18T13:45:04.957Z] --- PASS: TestGetVersions (0.00s) [2021-02-18T13:45:04.957Z] PASS [2021-02-18T13:45:04.957Z] coverage: 89.3% of statements [2021-02-18T13:45:04.957Z] ok github.com/docker/docker/pkg/tarsum 0.175s coverage: 89.3% of statements [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T13:45:04.957Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T13:45:04.957Z] testing: warning: no tests to run [2021-02-18T13:45:04.957Z] PASS [2021-02-18T13:45:04.957Z] coverage: [no statements] [2021-02-18T13:45:04.957Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2021-02-18T13:45:05.366Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2021-02-18T13:45:05.366Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T13:45:05.420Z] === RUN TestTruncIndex [2021-02-18T13:45:05.846Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-18T13:45:05.886Z] --- PASS: TestTruncIndex (0.10s) [2021-02-18T13:45:05.886Z] PASS [2021-02-18T13:45:05.886Z] coverage: 91.5% of statements [2021-02-18T13:45:05.886Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2021-02-18T13:45:05.886Z] === RUN TestIsGIT [2021-02-18T13:45:05.886Z] --- PASS: TestIsGIT (0.00s) [2021-02-18T13:45:05.886Z] === RUN TestIsTransport [2021-02-18T13:45:05.886Z] --- PASS: TestIsTransport (0.00s) [2021-02-18T13:45:05.886Z] PASS [2021-02-18T13:45:05.886Z] coverage: 100.0% of statements [2021-02-18T13:45:05.886Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2021-02-18T13:45:05.886Z] === RUN TestVersionInfo [2021-02-18T13:45:05.886Z] --- PASS: TestVersionInfo (0.00s) [2021-02-18T13:45:05.886Z] === RUN TestAppendVersions [2021-02-18T13:45:05.886Z] --- PASS: TestAppendVersions (0.00s) [2021-02-18T13:45:05.886Z] PASS [2021-02-18T13:45:05.886Z] coverage: 88.9% of statements [2021-02-18T13:45:05.886Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2021-02-18T13:45:06.408Z] --- PASS: TestLinksContainerNames (1.50s) [2021-02-18T13:45:06.408Z] === RUN TestLogsFollowTailEmpty [2021-02-18T13:45:07.335Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2021-02-18T13:45:07.335Z] === RUN TestContainerNetworkMountsNoChown [2021-02-18T13:45:07.434Z] === RUN TestNewSettable [2021-02-18T13:45:07.435Z] --- PASS: TestNewSettable (0.00s) [2021-02-18T13:45:07.435Z] === RUN TestIsSettable [2021-02-18T13:45:07.435Z] --- PASS: TestIsSettable (0.00s) [2021-02-18T13:45:07.435Z] === RUN TestUpdateSettingsEnv [2021-02-18T13:45:07.435Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-18T13:45:07.435Z] PASS [2021-02-18T13:45:07.435Z] coverage: 20.1% of statements [2021-02-18T13:45:07.435Z] ok github.com/docker/docker/plugin/v2 0.052s coverage: 20.1% of statements [2021-02-18T13:45:07.897Z] === RUN TestLoad [2021-02-18T13:45:07.897Z] --- PASS: TestLoad (0.00s) [2021-02-18T13:45:07.897Z] === RUN TestSave [2021-02-18T13:45:07.897Z] --- PASS: TestSave (0.03s) [2021-02-18T13:45:07.897Z] === RUN TestAddDeleteGet [2021-02-18T13:45:07.897Z] --- PASS: TestAddDeleteGet (0.04s) [2021-02-18T13:45:07.897Z] === RUN TestInvalidTags [2021-02-18T13:45:07.897Z] --- PASS: TestInvalidTags (0.00s) [2021-02-18T13:45:07.897Z] PASS [2021-02-18T13:45:07.897Z] coverage: 84.4% of statements [2021-02-18T13:45:07.897Z] ok github.com/docker/docker/reference 0.113s coverage: 84.4% of statements [2021-02-18T13:45:07.900Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/default [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/default [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/private [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/private [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rprivate [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/slave [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/slave [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rslave [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/shared [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/shared [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rshared [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/default [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/rshared [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/shared [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/rslave [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/slave [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/rprivate [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/private [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-18T13:45:07.900Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:45:07.900Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-18T13:45:07.900Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-18T13:45:08.156Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-18T13:45:08.359Z] === RUN TestValidatePrivileges [2021-02-18T13:45:08.359Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-18T13:45:08.359Z] === RUN TestFilterByCapNeg [2021-02-18T13:45:08.359Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-18T13:45:08.359Z] === RUN TestFilterByCapPos [2021-02-18T13:45:08.359Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-18T13:45:08.359Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-18T13:45:08.359Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-18T13:45:08.359Z] PASS [2021-02-18T13:45:08.359Z] coverage: 12.0% of statements [2021-02-18T13:45:08.359Z] ok github.com/docker/docker/plugin 0.147s coverage: 12.0% of statements [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-18T13:45:08.412Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-18T13:45:08.668Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-18T13:45:08.668Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-18T13:45:08.668Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-18T13:45:08.668Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-18T13:45:08.668Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-18T13:45:08.668Z] === RUN TestContainerBindMountNonRecursive [2021-02-18T13:45:08.821Z] time="2021-02-18T13:45:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-18T13:45:09.229Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReaderWithReadError [2021-02-18T13:45:09.283Z] time="2021-02-18T13:45:08Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.05s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReader [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-18T13:45:09.283Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-18T13:45:09.283Z] PASS [2021-02-18T13:45:09.283Z] coverage: 100.0% of statements [2021-02-18T13:45:09.283Z] ok github.com/docker/docker/registry/resumable 0.239s coverage: 100.0% of statements [2021-02-18T13:45:09.283Z] === RUN TestRestartManagerTimeout [2021-02-18T13:45:09.283Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-18T13:45:09.283Z] === RUN TestRestartManagerTimeoutReset [2021-02-18T13:45:09.283Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-18T13:45:09.283Z] PASS [2021-02-18T13:45:09.283Z] coverage: 50.9% of statements [2021-02-18T13:45:09.283Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2021-02-18T13:45:10.257Z] === RUN TestResolveAuthConfigIndexServer [2021-02-18T13:45:10.257Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-18T13:45:10.257Z] === RUN TestResolveAuthConfigFullURL [2021-02-18T13:45:10.257Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-18T13:45:10.257Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-18T13:45:10.257Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-18T13:45:10.257Z] === RUN TestValidateMirror [2021-02-18T13:45:10.257Z] --- PASS: TestValidateMirror (0.00s) [2021-02-18T13:45:10.257Z] === RUN TestLoadInsecureRegistries [2021-02-18T13:45:10.257Z] time="2021-02-18T13:45:09Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T13:45:10.258Z] time="2021-02-18T13:45:09Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-18T13:45:10.258Z] time="2021-02-18T13:45:09Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-18T13:45:10.258Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-02-18T13:45:10.258Z] === RUN TestNewServiceConfig [2021-02-18T13:45:10.258Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestValidateIndexName [2021-02-18T13:45:10.258Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestValidateIndexNameWithError [2021-02-18T13:45:10.258Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestEndpointParse [2021-02-18T13:45:10.258Z] --- PASS: TestEndpointParse (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestEndpointParseInvalid [2021-02-18T13:45:10.258Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestValidateEndpoint [2021-02-18T13:45:10.258Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-18T13:45:10.258Z] === RUN TestPing [2021-02-18T13:45:10.258Z] --- PASS: TestPing (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestPingRegistryEndpoint [2021-02-18T13:45:10.258Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-18T13:45:10.258Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:10.258Z] === RUN TestEndpoint [2021-02-18T13:45:10.258Z] --- SKIP: TestEndpoint (0.00s) [2021-02-18T13:45:10.258Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:10.258Z] === RUN TestParseRepositoryInfo [2021-02-18T13:45:10.258Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestNewIndexInfo [2021-02-18T13:45:10.258Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestMirrorEndpointLookup [2021-02-18T13:45:10.258Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-18T13:45:10.258Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:10.258Z] === RUN TestSearchRepositories [2021-02-18T13:45:10.258Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-18T13:45:10.258Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-18T13:45:10.258Z] Host: 127.0.0.1:49243 [2021-02-18T13:45:10.258Z] User-Agent: docker test client [2021-02-18T13:45:10.258Z] Authorization: Token fake-token [2021-02-18T13:45:10.258Z] X-Docker-Token: true [2021-02-18T13:45:10.258Z] Accept-Encoding: gzip [2021-02-18T13:45:10.258Z] [2021-02-18T13:45:10.258Z] [2021-02-18T13:45:10.258Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-18T13:45:10.258Z] Connection: close [2021-02-18T13:45:10.258Z] Content-Length: 144 [2021-02-18T13:45:10.258Z] Cache-Control: no-cache [2021-02-18T13:45:10.258Z] Content-Type: application/json [2021-02-18T13:45:10.258Z] Date: Thu, 18 Feb 2021 13:45:09 GMT [2021-02-18T13:45:10.258Z] Expires: -1 [2021-02-18T13:45:10.258Z] Pragma: no-cache [2021-02-18T13:45:10.258Z] Server: docker-tests/mock [2021-02-18T13:45:10.258Z] X-Docker-Registry-Config: mock [2021-02-18T13:45:10.258Z] X-Docker-Registry-Version: 0.0.0 [2021-02-18T13:45:10.258Z] [2021-02-18T13:45:10.258Z] [2021-02-18T13:45:10.258Z] === RUN TestTrustedLocation [2021-02-18T13:45:10.258Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-18T13:45:10.258Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestAllowNondistributableArtifacts [2021-02-18T13:45:10.258Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestIsSecureIndex [2021-02-18T13:45:10.258Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-18T13:45:10.258Z] PASS [2021-02-18T13:45:10.258Z] coverage: 50.3% of statements [2021-02-18T13:45:10.258Z] ok github.com/docker/docker/registry 0.215s coverage: 50.3% of statements [2021-02-18T13:45:10.258Z] === RUN TestDecodeContainerConfig [2021-02-18T13:45:10.258Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestDecodeContainerConfigIsolation [2021-02-18T13:45:10.258Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-18T13:45:10.258Z] === RUN TestValidatePrivileged [2021-02-18T13:45:10.258Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-18T13:45:10.258Z] PASS [2021-02-18T13:45:10.258Z] coverage: 52.2% of statements [2021-02-18T13:45:10.258Z] ok github.com/docker/docker/runconfig 0.049s coverage: 52.2% of statements [2021-02-18T13:45:10.720Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-18T13:45:10.720Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-18T13:45:10.720Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-18T13:45:10.720Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-18T13:45:10.720Z] PASS [2021-02-18T13:45:10.720Z] coverage: 62.5% of statements [2021-02-18T13:45:10.720Z] ok github.com/docker/docker/testutil 0.116s coverage: 62.5% of statements [2021-02-18T13:45:11.117Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T13:45:11.118Z] --- PASS: TestContainerBindMountNonRecursive (2.30s) [2021-02-18T13:45:11.118Z] === RUN TestContainerVolumesMountedAsShared [2021-02-18T13:45:11.632Z] --- PASS: TestServiceUpdateSecrets (14.69s) [2021-02-18T13:45:11.632Z] === RUN TestServiceUpdateConfigs [2021-02-18T13:45:11.679Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s) [2021-02-18T13:45:11.679Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-18T13:45:12.240Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2021-02-18T13:45:12.240Z] === RUN TestNetworkNat [2021-02-18T13:45:12.912Z] === RUN TestGetDriver [2021-02-18T13:45:12.912Z] --- PASS: TestGetDriver (0.00s) [2021-02-18T13:45:12.912Z] === RUN TestVolumeRequestError [2021-02-18T13:45:12.912Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-18T13:45:12.912Z] PASS [2021-02-18T13:45:12.912Z] coverage: 36.1% of statements [2021-02-18T13:45:12.912Z] ok github.com/docker/docker/volume/drivers 0.056s coverage: 36.1% of statements [2021-02-18T13:45:13.167Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T13:45:13.167Z] --- PASS: TestNetworkNat (0.81s) [2021-02-18T13:45:13.167Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T13:45:13.375Z] === RUN TestGetAddress [2021-02-18T13:45:13.375Z] --- PASS: TestGetAddress (0.00s) [2021-02-18T13:45:13.375Z] === RUN TestRemove [2021-02-18T13:45:13.375Z] --- SKIP: TestRemove (0.00s) [2021-02-18T13:45:13.375Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T13:45:13.375Z] === RUN TestInitializeWithVolumes [2021-02-18T13:45:13.375Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-18T13:45:13.375Z] === RUN TestCreate [2021-02-18T13:45:13.375Z] --- PASS: TestCreate (0.00s) [2021-02-18T13:45:13.375Z] === RUN TestValidateName [2021-02-18T13:45:13.375Z] --- PASS: TestValidateName (0.00s) [2021-02-18T13:45:13.375Z] === RUN TestCreateWithOpts [2021-02-18T13:45:13.375Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-18T13:45:13.375Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T13:45:13.375Z] === RUN TestRelaodNoOpts [2021-02-18T13:45:13.375Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-18T13:45:13.375Z] PASS [2021-02-18T13:45:13.375Z] coverage: 41.5% of statements [2021-02-18T13:45:13.375Z] ok github.com/docker/docker/volume/local 0.094s coverage: 41.5% of statements [2021-02-18T13:45:13.423Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-18T13:45:13.837Z] === RUN TestConvertTmpfsOptions [2021-02-18T13:45:13.837Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-18T13:45:13.837Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-18T13:45:13.837Z] parser_test.go:49: data="ro" [2021-02-18T13:45:13.837Z] === RUN TestParseMountRaw [2021-02-18T13:45:13.837Z] --- PASS: TestParseMountRaw (0.04s) [2021-02-18T13:45:13.837Z] === RUN TestParseMountRawSplit [2021-02-18T13:45:13.837Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-02-18T13:45:13.837Z] parser_test.go:390: case 0 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 1 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 2 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 3 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 4 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 5 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 6 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 7 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 8 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 0 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 1 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 2 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 3 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 4 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 5 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 6 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 7 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 8 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 9 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 10 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 11 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 12 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 0 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 1 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 2 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 3 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 4 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 5 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 6 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 7 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 8 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 9 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 10 [2021-02-18T13:45:13.837Z] parser_test.go:390: case 11 [2021-02-18T13:45:13.837Z] === RUN TestParseMountSpec [2021-02-18T13:45:13.837Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-18T13:45:13.837Z] parser_test.go:455: case 0 [2021-02-18T13:45:13.837Z] parser_test.go:455: case 1 [2021-02-18T13:45:13.837Z] parser_test.go:455: case 2 [2021-02-18T13:45:13.837Z] parser_test.go:455: case 3 [2021-02-18T13:45:13.837Z] parser_test.go:455: case 4 [2021-02-18T13:45:13.837Z] parser_test.go:455: case 5 [2021-02-18T13:45:13.837Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-18T13:45:13.837Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-18T13:45:13.837Z] === RUN TestValidateMount [2021-02-18T13:45:13.837Z] --- PASS: TestValidateMount (0.00s) [2021-02-18T13:45:13.837Z] PASS [2021-02-18T13:45:13.837Z] coverage: 66.2% of statements [2021-02-18T13:45:13.837Z] ok github.com/docker/docker/volume/mounts 0.144s coverage: 66.2% of statements [2021-02-18T13:45:13.985Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-02-18T13:45:13.985Z] === RUN TestNetworkLoopbackNat [2021-02-18T13:45:14.811Z] === RUN TestSetGetMeta [2021-02-18T13:45:14.811Z] === PAUSE TestSetGetMeta [2021-02-18T13:45:14.811Z] === RUN TestRestore [2021-02-18T13:45:14.811Z] === PAUSE TestRestore [2021-02-18T13:45:14.811Z] === RUN TestServiceCreate [2021-02-18T13:45:14.811Z] === PAUSE TestServiceCreate [2021-02-18T13:45:14.811Z] === RUN TestServiceList [2021-02-18T13:45:14.811Z] === PAUSE TestServiceList [2021-02-18T13:45:14.811Z] === RUN TestServiceRemove [2021-02-18T13:45:14.811Z] === PAUSE TestServiceRemove [2021-02-18T13:45:14.811Z] === RUN TestServiceGet [2021-02-18T13:45:14.811Z] === PAUSE TestServiceGet [2021-02-18T13:45:14.811Z] === RUN TestServicePrune [2021-02-18T13:45:14.811Z] === PAUSE TestServicePrune [2021-02-18T13:45:14.811Z] === RUN TestCreate [2021-02-18T13:45:14.811Z] === PAUSE TestCreate [2021-02-18T13:45:14.811Z] === RUN TestRemove [2021-02-18T13:45:14.811Z] === PAUSE TestRemove [2021-02-18T13:45:14.811Z] === RUN TestList [2021-02-18T13:45:14.811Z] === PAUSE TestList [2021-02-18T13:45:14.811Z] === RUN TestFindByDriver [2021-02-18T13:45:14.811Z] === PAUSE TestFindByDriver [2021-02-18T13:45:14.811Z] === RUN TestFindByReferenced [2021-02-18T13:45:14.811Z] === PAUSE TestFindByReferenced [2021-02-18T13:45:14.811Z] === RUN TestDerefMultipleOfSameRef [2021-02-18T13:45:14.811Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-18T13:45:14.811Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T13:45:14.811Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T13:45:14.811Z] === RUN TestDefererencePluginOnCreateError [2021-02-18T13:45:14.811Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-18T13:45:14.811Z] === RUN TestRefDerefRemove [2021-02-18T13:45:14.811Z] === PAUSE TestRefDerefRemove [2021-02-18T13:45:14.811Z] === RUN TestGet [2021-02-18T13:45:14.811Z] === PAUSE TestGet [2021-02-18T13:45:14.811Z] === RUN TestGetWithReference [2021-02-18T13:45:14.811Z] === PAUSE TestGetWithReference [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_nil_list [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_empty_list [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_filter_some [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_filter_middle [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-18T13:45:14.811Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-18T13:45:14.811Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_nil_list [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_filter_some [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_filter_middle [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-18T13:45:14.811Z] === CONT TestFilterFunc/test_empty_list [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-18T13:45:14.811Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-18T13:45:14.811Z] === CONT TestSetGetMeta [2021-02-18T13:45:14.811Z] === CONT TestFindByReferenced [2021-02-18T13:45:14.811Z] === CONT TestGetWithReference [2021-02-18T13:45:14.811Z] === CONT TestDefererencePluginOnCreateError [2021-02-18T13:45:14.811Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-18T13:45:14.811Z] === CONT TestGet [2021-02-18T13:45:14.811Z] --- PASS: TestFindByReferenced (0.02s) [2021-02-18T13:45:14.811Z] === CONT TestRefDerefRemove [2021-02-18T13:45:14.811Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-02-18T13:45:14.811Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-18T13:45:14.811Z] === CONT TestServicePrune [2021-02-18T13:45:14.811Z] --- PASS: TestGetWithReference (0.03s) [2021-02-18T13:45:14.811Z] --- PASS: TestGet (0.02s) [2021-02-18T13:45:14.811Z] === CONT TestFindByDriver [2021-02-18T13:45:14.811Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-02-18T13:45:14.811Z] === CONT TestList [2021-02-18T13:45:14.811Z] --- PASS: TestRefDerefRemove (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestRemove [2021-02-18T13:45:14.812Z] --- PASS: TestFindByDriver (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestCreate [2021-02-18T13:45:14.812Z] --- PASS: TestRemove (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestDerefMultipleOfSameRef [2021-02-18T13:45:14.812Z] --- PASS: TestList (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestServiceList [2021-02-18T13:45:14.812Z] --- PASS: TestCreate (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestServiceGet [2021-02-18T13:45:14.812Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-18T13:45:14.812Z] === CONT TestServiceRemove [2021-02-18T13:45:14.812Z] --- PASS: TestServiceGet (0.07s) [2021-02-18T13:45:14.812Z] === CONT TestServiceCreate [2021-02-18T13:45:14.812Z] --- PASS: TestServiceRemove (0.06s) [2021-02-18T13:45:14.812Z] === CONT TestRestore [2021-02-18T13:45:14.812Z] time="2021-02-18T13:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T13:45:14.812Z] --- PASS: TestServiceList (0.08s) [2021-02-18T13:45:14.812Z] time="2021-02-18T13:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T13:45:15.274Z] time="2021-02-18T13:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T13:45:15.274Z] time="2021-02-18T13:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-18T13:45:15.274Z] --- PASS: TestServiceCreate (0.02s) [2021-02-18T13:45:15.274Z] time="2021-02-18T13:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-18T13:45:15.274Z] --- PASS: TestRestore (0.02s) [2021-02-18T13:45:15.274Z] --- PASS: TestServicePrune (0.14s) [2021-02-18T13:45:15.274Z] PASS [2021-02-18T13:45:15.274Z] coverage: 70.3% of statements [2021-02-18T13:45:15.274Z] ok github.com/docker/docker/volume/service 0.217s coverage: 70.3% of statements [2021-02-18T13:45:15.348Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-18T13:45:15.349Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T13:45:16.275Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-18T13:45:17.201Z] --- PASS: TestNetworkLoopbackNat (3.19s) [2021-02-18T13:45:17.201Z] === RUN TestPause [2021-02-18T13:45:17.201Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-18T13:45:17.467Z] --- PASS: TestNewClientWithTimeout (17.74s) [2021-02-18T13:45:17.467Z] === RUN TestClientStream [2021-02-18T13:45:17.467Z] --- PASS: TestClientStream (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestClientSendFile [2021-02-18T13:45:17.467Z] --- PASS: TestClientSendFile (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestClientWithRequestTimeout [2021-02-18T13:45:17.467Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestFileSpecPlugin [2021-02-18T13:45:17.467Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-02-18T13:45:17.467Z] === RUN TestFileJSONSpecPlugin [2021-02-18T13:45:17.467Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-18T13:45:17.467Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestPluginAddHandler [2021-02-18T13:45:17.467Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestPluginWaitBadPlugin [2021-02-18T13:45:17.467Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-18T13:45:17.467Z] === RUN TestGet [2021-02-18T13:45:17.467Z] time="2021-02-18T13:45:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-18T13:45:18.131Z] --- PASS: TestPause (0.86s) [2021-02-18T13:45:18.132Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T13:45:18.132Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:45:18.132Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:45:18.132Z] === RUN TestPauseStopPausedContainer [2021-02-18T13:45:18.442Z] time="2021-02-18T13:45:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-18T13:45:18.693Z] --- PASS: TestPauseStopPausedContainer (0.80s) [2021-02-18T13:45:18.693Z] === RUN TestPsFilter [2021-02-18T13:45:18.949Z] --- PASS: TestPsFilter (0.18s) [2021-02-18T13:45:18.949Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T13:45:19.909Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s) [2021-02-18T13:45:19.909Z] === RUN TestRemoveContainerWithVolume [2021-02-18T13:45:20.264Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.91s) [2021-02-18T13:45:20.264Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T13:45:20.480Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-18T13:45:20.480Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2021-02-18T13:45:20.480Z] === RUN TestRemoveContainerRunning [2021-02-18T13:45:20.634Z] time="2021-02-18T13:45:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-18T13:45:21.418Z] --- PASS: TestRemoveContainerRunning (0.79s) [2021-02-18T13:45:21.418Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T13:45:22.344Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2021-02-18T13:45:22.344Z] === RUN TestRemoveInvalidContainer [2021-02-18T13:45:22.344Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-18T13:45:22.344Z] === RUN TestRenameLinkedContainer [2021-02-18T13:45:23.560Z] --- PASS: TestCreateServiceSecretFileMode (3.46s) [2021-02-18T13:45:23.560Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T13:45:24.388Z] time="2021-02-18T13:45:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-18T13:45:25.613Z] --- PASS: TestRenameLinkedContainer (2.95s) [2021-02-18T13:45:25.613Z] === RUN TestRenameStoppedContainer [2021-02-18T13:45:26.175Z] --- PASS: TestRenameStoppedContainer (0.87s) [2021-02-18T13:45:26.175Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T13:45:26.558Z] --- PASS: TestServiceUpdateConfigs (14.78s) [2021-02-18T13:45:26.558Z] === RUN TestServiceUpdateNetwork [2021-02-18T13:45:26.857Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2021-02-18T13:45:26.857Z] === RUN TestCreateServiceSysctls [2021-02-18T13:45:27.540Z] --- PASS: TestRenameRunningContainerAndReuse (1.33s) [2021-02-18T13:45:27.540Z] === RUN TestRenameInvalidName [2021-02-18T13:45:28.102Z] --- PASS: TestRenameInvalidName (0.86s) [2021-02-18T13:45:28.102Z] === RUN TestRenameAnonymousContainer [2021-02-18T13:45:28.359Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-18T13:45:30.248Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T13:45:30.504Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T13:45:31.060Z] --- PASS: TestCreateServiceSysctls (4.15s) [2021-02-18T13:45:31.060Z] === RUN TestCreateServiceCapabilities [2021-02-18T13:45:31.431Z] --- PASS: TestRenameAnonymousContainer (3.06s) [2021-02-18T13:45:31.431Z] === RUN TestRenameContainerWithSameName [2021-02-18T13:45:31.992Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2021-02-18T13:45:31.992Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T13:45:32.990Z] --- PASS: TestGet (15.00s) [2021-02-18T13:45:32.990Z] === RUN TestPluginWithNoManifest [2021-02-18T13:45:32.990Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-18T13:45:32.990Z] === RUN TestGetAll [2021-02-18T13:45:32.990Z] --- PASS: TestGetAll (0.00s) [2021-02-18T13:45:32.990Z] PASS [2021-02-18T13:45:32.990Z] coverage: 73.4% of statements [2021-02-18T13:45:32.990Z] ok github.com/docker/docker/pkg/plugins 35.119s coverage: 73.4% of statements [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/quota [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T13:45:32.990Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T13:45:33.357Z] --- PASS: TestRenameContainerWithLinkedContainer (1.24s) [2021-02-18T13:45:33.357Z] === RUN TestResize [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === Skipped [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-18T13:45:33.452Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-18T13:45:33.452Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-18T13:45:33.452Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-02-18T13:45:33.452Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-02-18T13:45:33.452Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-18T13:45:33.452Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-18T13:45:33.452Z] daemon_test.go:147: root required [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-18T13:45:33.452Z] reload_test.go:520: root required [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-02-18T13:45:33.452Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.452Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-18T13:45:33.452Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-18T13:45:33.452Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-18T13:45:33.916Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-18T13:45:33.916Z] download_test.go:268: Needs fixing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-18T13:45:33.916Z] layer_test.go:304: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-18T13:45:33.916Z] layer_test.go:353: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-18T13:45:33.916Z] layer_test.go:468: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-18T13:45:33.916Z] layer_test.go:697: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-18T13:45:33.916Z] migration_test.go:46: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-18T13:45:33.916Z] migration_test.go:182: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-18T13:45:33.916Z] mount_test.go:17: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-18T13:45:33.916Z] mount_test.go:76: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-18T13:45:33.916Z] mount_test.go:125: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-18T13:45:33.916Z] mount_test.go:212: Failing on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:133: Xz not present in msys2 [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:238: Failing on Windows CI machines [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-18T13:45:33.916Z] archive_windows_test.go:16: Currently fails [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-18T13:45:33.916Z] changes_test.go:192: needs more investigation [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-18T13:45:33.916Z] changes_test.go:405: needs further investigation [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-18T13:45:33.916Z] changes_test.go:441: needs further investigation [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-18T13:45:33.916Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-18T13:45:33.916Z] poller_test.go:41: No chmod on Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-18T13:45:33.916Z] fileutils_test.go:134: Needs porting to Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-18T13:45:33.916Z] fileutils_test.go:180: Needs porting to Windows [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-18T13:45:33.916Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-18T13:45:33.916Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-18T13:45:33.916Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-18T13:45:33.916Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-18T13:45:33.916Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] [2021-02-18T13:45:33.916Z] DONE 1794 tests, 45 skipped in 197.196s [2021-02-18T13:45:33.916Z] INFO: make.ps1 ended at 02/18/2021 13:45:33 [2021-02-18T13:45:33.920Z] --- PASS: TestResize (0.75s) [2021-02-18T13:45:33.920Z] === RUN TestResizeWithInvalidSize [2021-02-18T13:45:34.357Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2021-02-18T13:45:34.357Z] === RUN TestInspect [2021-02-18T13:45:34.480Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T13:45:34.480Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2021-02-18T13:45:34.480Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T13:45:35.042Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T13:45:35.042Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T13:45:35.042Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:35.042Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:35.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:35.042Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-18T13:45:35.042Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-18T13:45:35.463Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-18T13:45:35.463Z] INFO: Unit tests ended at 02/18/2021 13:45:35. Duration:00:03:31.3974793 [2021-02-18T13:45:35.463Z] INFO: Building busybox [2021-02-18T13:45:35.463Z] Sending build context to Docker daemon 5.12kB [2021-02-18T13:45:35.463Z] [2021-02-18T13:45:35.463Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-18T13:45:35.463Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-18T13:45:35.463Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-18T13:45:35.463Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-18T13:45:35.463Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-18T13:45:35.463Z] ---> 31902e4b25a6 [2021-02-18T13:45:35.463Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-18T13:45:35.463Z] ---> Running in 3352d743b77c [2021-02-18T13:45:35.603Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T13:45:35.858Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T13:45:36.420Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T13:45:36.420Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T13:45:36.981Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T13:45:37.653Z] --- PASS: TestInspect (3.45s) [2021-02-18T13:45:37.653Z] === RUN TestCreateJob [2021-02-18T13:45:38.356Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-18T13:45:38.612Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-18T13:45:39.213Z] Removing intermediate container 3352d743b77c [2021-02-18T13:45:39.214Z] ---> 3dac3d296968 [2021-02-18T13:45:39.214Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-18T13:45:39.214Z] ---> Running in 24ec178066da [2021-02-18T13:45:39.539Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-18T13:45:39.676Z] Removing intermediate container 24ec178066da [2021-02-18T13:45:39.676Z] ---> aab191c1ae57 [2021-02-18T13:45:39.676Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-18T13:45:39.676Z] ---> Running in 59791918f88e [2021-02-18T13:45:39.794Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T13:45:40.138Z] Removing intermediate container 59791918f88e [2021-02-18T13:45:40.138Z] ---> 971f5f990fbf [2021-02-18T13:45:40.138Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-18T13:45:41.433Z] --- PASS: TestServiceUpdateNetwork (12.89s) [2021-02-18T13:45:41.433Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T13:45:41.433Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T13:45:41.433Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T13:45:41.682Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-18T13:45:41.682Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T13:45:41.684Z] [2021-02-18T13:45:41.684Z] ---> 405e082033cd [2021-02-18T13:45:41.684Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-18T13:45:41.685Z] ---> Running in 306b2705c2a7 [2021-02-18T13:45:42.609Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-18T13:45:42.760Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-18T13:45:42.760Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-18T13:45:42.760Z] remote: Enumerating objects: 2, done. [2021-02-18T13:45:42.760Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-18T13:45:42.760Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-18T13:45:42.760Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-18T13:45:42.760Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-02-18T13:45:42.760Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-18T13:45:42.864Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-18T13:45:42.936Z] --- PASS: TestCreateJob (4.35s) [2021-02-18T13:45:42.936Z] === RUN TestReplicatedJob [2021-02-18T13:45:43.793Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T13:45:44.357Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-18T13:45:44.357Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-18T13:45:44.669Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2021-02-18T13:45:45.286Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-18T13:45:45.286Z] === RUN TestDockerSuite/TestBuildEnvEscapes [Pipeline] sh [2021-02-18T13:45:45.589Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/test/unit [2021-02-18T13:45:45.848Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:46.776Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T13:45:47.337Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-18T13:45:47.592Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T13:45:47.848Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:47.994Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T13:45:48.889Z] ? github.com/docker/docker/api [no test files] [2021-02-18T13:45:49.214Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-18T13:45:49.515Z] --- PASS: TestReplicatedJob (6.82s) [2021-02-18T13:45:49.515Z] === RUN TestUpdateReplicatedJob [2021-02-18T13:45:49.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-18T13:45:50.286Z] Removing intermediate container 306b2705c2a7 [2021-02-18T13:45:50.286Z] ---> d383254a9d50 [2021-02-18T13:45:50.286Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-18T13:45:50.286Z] ---> Running in 759296e2af8c [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite (358.56s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.09s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.48s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.47s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.15s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:1455: [df27f3a997b39] daemon is not started [2021-02-18T13:45:50.337Z] check_test.go:309: [d95fdc0bc797f] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.25s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.90s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d1a22acb45399] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.48s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.74s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.47s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.09s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.06s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.62s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.60s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.58s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d4743508018e1] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d1f0ed826a7a4] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.56s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-02-18T13:45:50.337Z] check_test.go:309: [da59b8645960d] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.22s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.65s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.67s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d8f1d3fb2e685] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.18s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.34s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.42s) [2021-02-18T13:45:50.337Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T13:45:50.337Z] check_test.go:309: [d7871af50a06d] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.48s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.30s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.93s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d9a8e1d136275] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.38s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d9e4e102970af] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.77s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_plugins_test.go:79: [da103926bc443] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.06s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_plugins_test.go:169: [d281f7b4a34b9] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.04s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-02-18T13:45:50.337Z] check_test.go:309: [db859b54af8af] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.04s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.04s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.04s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.11s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.94s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.24s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.32s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.58s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.58s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.08s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d84d0463fd583] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.58s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (16.89s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.89s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.18s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.25s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.47s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.49s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d5c9b76cf3106] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.77s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.75s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.80s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.37s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.07s) [2021-02-18T13:45:50.337Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T13:45:50.337Z] check_test.go:309: [d5855d48ab9be] daemon is not started [2021-02-18T13:45:50.337Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T13:45:50.337Z] check_test.go:309: [d9f0e3371af7b] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.56s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d25af68335ff2] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.92s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.39s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.46s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.37s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (6.13s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.30s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.73s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.66s) [2021-02-18T13:45:50.337Z] check_test.go:309: [dc26d0635cb06] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.32s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.64s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_plugins_test.go:105: [d96730ac448f8] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.89s) [2021-02-18T13:45:50.337Z] check_test.go:309: [da917a8aec1d5] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.60s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.62s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-18T13:45:50.337Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-18T13:45:50.337Z] check_test.go:309: [df85100299348] daemon is not started [2021-02-18T13:45:50.337Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.14s) [2021-02-18T13:45:50.337Z] check_test.go:309: [d9ece071c0d5d] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.41s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.02s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-02-18T13:45:50.338Z] check_test.go:309: [d26ec5b419cab] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.77s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.05s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.21s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2021-02-18T13:45:50.338Z] check_test.go:309: [d85d8fc229222] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.64s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.16s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.41s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.24s) [2021-02-18T13:45:50.338Z] check_test.go:309: [dde2699d65c21] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-02-18T13:45:50.338Z] check_test.go:309: [db0111b6a9054] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.75s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.69s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.64s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.77s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.42s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.24s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.29s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.66s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.92s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.09s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.36s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.74s) [2021-02-18T13:45:50.338Z] docker_cli_daemon_test.go:2550: [dbed6e3eacb6e] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.26s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.83s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.01s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.86s) [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2021-02-18T13:45:50.338Z] check_test.go:309: [d2befdb2db049] daemon is not started [2021-02-18T13:45:50.338Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.04s) [2021-02-18T13:45:50.338Z] === RUN TestDockerSwarmSuite [2021-02-18T13:45:50.338Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-18T13:45:51.260Z] [2021-02-18T13:45:51.260Z] SUCCESS: Specified value was saved. [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.14s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.39s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.19s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.43s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.79s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.64s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.59s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.61s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-18T13:45:52.224Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.42s) [2021-02-18T13:45:52.224Z] === RUN TestCgroupNamespacesRun [2021-02-18T13:45:53.150Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-18T13:45:53.452Z] Removing intermediate container 759296e2af8c [2021-02-18T13:45:53.452Z] ---> 3687409a9b4e [2021-02-18T13:45:53.452Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-18T13:45:53.452Z] ---> Running in da5e777c3629 [2021-02-18T13:45:53.710Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2021-02-18T13:45:53.710Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-18T13:45:53.716Z] --- PASS: TestUpdateReplicatedJob (4.21s) [2021-02-18T13:45:53.716Z] === RUN TestServiceListWithStatuses [2021-02-18T13:45:53.716Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T13:45:53.716Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:45:53.716Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T13:45:54.271Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T13:45:55.634Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2021-02-18T13:45:55.634Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-18T13:45:56.105Z] --- PASS: TestServiceUpdatePidsLimit (16.14s) [2021-02-18T13:45:56.105Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2021-02-18T13:45:56.105Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-02-18T13:45:56.105Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-02-18T13:45:56.105Z] PASS [2021-02-18T13:45:56.105Z] [2021-02-18T13:45:56.105Z] === Skipped [2021-02-18T13:45:56.105Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T13:45:56.105Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:45:56.105Z] [2021-02-18T13:45:56.105Z] [2021-02-18T13:45:56.105Z] DONE 27 tests, 1 skipped in 169.322s [2021-02-18T13:45:56.105Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T13:45:56.105Z] INFO: Testing against a local daemon [2021-02-18T13:45:56.105Z] === RUN TestSessionCreate [2021-02-18T13:45:56.105Z] --- PASS: TestSessionCreate (0.03s) [2021-02-18T13:45:56.105Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T13:45:56.105Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-18T13:45:56.105Z] PASS [2021-02-18T13:45:56.105Z] [2021-02-18T13:45:56.105Z] DONE 2 tests in 0.086s [2021-02-18T13:45:56.105Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T13:45:56.105Z] INFO: Testing against a local daemon [2021-02-18T13:45:56.105Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:45:56.105Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:45:56.105Z] === RUN TestEventsExecDie [2021-02-18T13:45:56.105Z] --- PASS: TestEventsExecDie (0.60s) [2021-02-18T13:45:56.105Z] === RUN TestEventsBackwardsCompatible [2021-02-18T13:45:56.105Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-02-18T13:45:56.105Z] === RUN TestInfoBinaryCommits [2021-02-18T13:45:56.105Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T13:45:56.105Z] === RUN TestInfoAPIVersioned [2021-02-18T13:45:56.105Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T13:45:56.105Z] === RUN TestInfoDiscoveryBackend [2021-02-18T13:45:56.560Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-18T13:45:56.671Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-18T13:45:56.671Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T13:45:57.121Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.61s) [2021-02-18T13:45:57.121Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-18T13:45:57.214Z] Cannot create a file when that file already exists. [2021-02-18T13:45:57.606Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T13:45:57.606Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T13:45:58.172Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-18T13:45:58.172Z] === RUN TestInfoAPI [2021-02-18T13:45:58.172Z] --- PASS: TestInfoAPI (0.02s) [2021-02-18T13:45:58.172Z] === RUN TestInfoAPIWarnings [2021-02-18T13:45:59.009Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2021-02-18T13:45:59.009Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-18T13:46:00.294Z] --- PASS: TestDockerNetworkConnectAlias (6.44s) [2021-02-18T13:46:00.294Z] === RUN TestDockerNetworkReConnect [2021-02-18T13:46:00.898Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s) [2021-02-18T13:46:00.898Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-18T13:46:01.459Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-18T13:46:01.935Z] Removing intermediate container da5e777c3629 [2021-02-18T13:46:01.935Z] ---> 723d49480e28 [2021-02-18T13:46:01.935Z] Step 13/13 : CMD ["sh"] [2021-02-18T13:46:01.935Z] ---> Running in a6598165631f [2021-02-18T13:46:01.935Z] Removing intermediate container a6598165631f [2021-02-18T13:46:01.935Z] ---> ea76e137975b [2021-02-18T13:46:01.935Z] Successfully built ea76e137975b [2021-02-18T13:46:01.935Z] Successfully tagged busybox:latest [2021-02-18T13:46:01.935Z] INFO: Docker images of the daemon under test [2021-02-18T13:46:01.935Z] [2021-02-18T13:46:01.935Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-18T13:46:01.935Z] busybox latest ea76e137975b Less than a second ago 5.28GB [2021-02-18T13:46:01.935Z] microsoft/windowsservercore latest 31902e4b25a6 12 days ago 5.21GB [2021-02-18T13:46:01.935Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 12 days ago 5.21GB [2021-02-18T13:46:01.935Z] [2021-02-18T13:46:01.935Z] INFO: Running integration tests at 02/18/2021 13:46:01... [2021-02-18T13:46:01.935Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-18T13:46:01.935Z] INFO: Integration API tests being run from the host: [2021-02-18T13:46:01.935Z] INFO: make.ps1 starting at 02/18/2021 13:46:01 [2021-02-18T13:46:02.397Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-18T13:46:02.823Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.77s) [2021-02-18T13:46:02.823Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-18T13:46:03.750Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.08s) [2021-02-18T13:46:03.750Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-18T13:46:03.786Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2021-02-18T13:46:05.578Z] --- PASS: TestDockerNetworkReConnect (5.27s) [2021-02-18T13:46:05.578Z] === RUN TestServicePlugin [2021-02-18T13:46:05.578Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T13:46:05.578Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:46:05.578Z] === RUN TestServiceUpdateLabel [2021-02-18T13:46:05.636Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.60s) [2021-02-18T13:46:05.636Z] === RUN TestKernelTCPMemory [2021-02-18T13:46:06.197Z] --- PASS: TestKernelTCPMemory (0.74s) [2021-02-18T13:46:06.197Z] === RUN TestNISDomainname [2021-02-18T13:46:06.756Z] --- PASS: TestNISDomainname (0.78s) [2021-02-18T13:46:06.756Z] === RUN TestHostnameDnsResolution [2021-02-18T13:46:07.488Z] --- PASS: TestServiceUpdateLabel (2.70s) [2021-02-18T13:46:07.488Z] === RUN TestServiceUpdateSecrets [2021-02-18T13:46:08.120Z] --- PASS: TestHostnameDnsResolution (1.06s) [2021-02-18T13:46:08.120Z] === RUN TestStats [2021-02-18T13:46:10.738Z] --- PASS: TestStats (2.61s) [2021-02-18T13:46:10.738Z] === RUN TestStopContainerWithTimeout [2021-02-18T13:46:10.738Z] === RUN TestStopContainerWithTimeout/0 [2021-02-18T13:46:10.738Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-18T13:46:10.738Z] === RUN TestStopContainerWithTimeout/1 [2021-02-18T13:46:10.738Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-18T13:46:10.738Z] === RUN TestStopContainerWithTimeout/3 [2021-02-18T13:46:10.738Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-18T13:46:10.738Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-18T13:46:10.738Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-18T13:46:10.738Z] === CONT TestStopContainerWithTimeout/0 [2021-02-18T13:46:10.738Z] === CONT TestStopContainerWithTimeout/3 [2021-02-18T13:46:11.314Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-18T13:46:12.250Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T13:46:13.615Z] === CONT TestStopContainerWithTimeout/1 [2021-02-18T13:46:13.615Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T13:46:14.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-18T13:46:15.103Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-18T13:46:15.103Z] --- PASS: TestStopContainerWithTimeout/0 (0.91s) [2021-02-18T13:46:15.103Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2021-02-18T13:46:15.103Z] --- PASS: TestStopContainerWithTimeout/-1 (2.54s) [2021-02-18T13:46:15.103Z] --- PASS: TestStopContainerWithTimeout/1 (1.61s) [2021-02-18T13:46:15.103Z] === RUN TestDeleteDevicemapper [2021-02-18T13:46:15.103Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-18T13:46:15.103Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:46:15.103Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T13:46:15.359Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-18T13:46:16.368Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-02-18T13:46:16.368Z] === RUN TestInfoDebug [2021-02-18T13:46:16.368Z] --- PASS: TestInfoDebug (0.52s) [2021-02-18T13:46:16.368Z] === RUN TestInfoInsecureRegistries [2021-02-18T13:46:16.368Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-18T13:46:16.368Z] === RUN TestInfoRegistryMirrors [2021-02-18T13:46:16.368Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-02-18T13:46:16.368Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T13:46:16.368Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-02-18T13:46:16.368Z] === RUN TestPingCacheHeaders [2021-02-18T13:46:16.368Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-18T13:46:16.368Z] === RUN TestPingGet [2021-02-18T13:46:16.368Z] --- PASS: TestPingGet (0.01s) [2021-02-18T13:46:16.368Z] === RUN TestPingHead [2021-02-18T13:46:16.368Z] --- PASS: TestPingHead (0.02s) [2021-02-18T13:46:16.368Z] === RUN TestVersion [2021-02-18T13:46:16.368Z] --- PASS: TestVersion (0.02s) [2021-02-18T13:46:16.368Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:46:17.745Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.28s) [2021-02-18T13:46:17.745Z] PASS [2021-02-18T13:46:17.745Z] [2021-02-18T13:46:17.745Z] DONE 18 tests in 22.187s [2021-02-18T13:46:17.745Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T13:46:17.745Z] INFO: Testing against a local daemon [2021-02-18T13:46:17.745Z] === RUN TestVolumesCreateAndList [2021-02-18T13:46:17.745Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-18T13:46:17.745Z] === RUN TestVolumesRemove [2021-02-18T13:46:17.745Z] --- PASS: TestVolumesRemove (0.11s) [2021-02-18T13:46:17.745Z] === RUN TestVolumesInspect [2021-02-18T13:46:17.745Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T13:46:17.745Z] === RUN TestVolumesInvalidJSON [2021-02-18T13:46:17.745Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T13:46:17.745Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T13:46:17.745Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T13:46:17.745Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T13:46:17.745Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T13:46:17.745Z] PASS [2021-02-18T13:46:17.745Z] [2021-02-18T13:46:17.745Z] DONE 5 tests in 0.195s [2021-02-18T13:46:17.745Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T13:46:17.876Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.57s) [2021-02-18T13:46:17.876Z] === RUN TestUpdateMemory [2021-02-18T13:46:17.876Z] --- SKIP: TestUpdateMemory (0.01s) [2021-02-18T13:46:17.876Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:46:17.876Z] === RUN TestUpdateCPUQuota [2021-02-18T13:46:19.246Z] --- PASS: TestUpdateCPUQuota (1.79s) [2021-02-18T13:46:19.246Z] === RUN TestUpdatePidsLimit [2021-02-18T13:46:19.246Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-18T13:46:19.647Z] Stopping apparmor (via systemctl): apparmor.service. [2021-02-18T13:46:19.647Z] Removing test suite binaries [2021-02-18T13:46:19.647Z] exiting test-integration [2021-02-18T13:46:19.647Z] ++ exit 0 [2021-02-18T13:46:19.647Z] [2021-02-18T13:46:19.819Z] === RUN TestUpdatePidsLimit/no_change [2021-02-18T13:46:20.076Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-18T13:46:20.332Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-18T13:46:20.587Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-18T13:46:21.148Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-18T13:46:21.403Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit (3.16s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.28s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2021-02-18T13:46:22.769Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2021-02-18T13:46:22.769Z] === RUN TestUpdateRestartPolicy [2021-02-18T13:46:22.769Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose Post stage [Pipeline] junit [2021-02-18T13:46:22.947Z] Recording test results [2021-02-18T13:46:23.329Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T13:46:23.584Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T13:46:23.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T13:46:24.390Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T13:46:24.752Z] + echo Ensuring container killed. [2021-02-18T13:46:24.752Z] Ensuring container killed. [2021-02-18T13:46:24.752Z] + docker rm -vf docker-pr6 [2021-02-18T13:46:24.752Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-02-18T13:46:24.765Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T13:46:25.022Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T13:46:25.022Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T13:46:25.036Z] + echo Chowning /workspace to jenkins user [2021-02-18T13:46:25.036Z] Chowning /workspace to jenkins user [2021-02-18T13:46:25.036Z] + id -u [2021-02-18T13:46:25.036Z] + id -g [2021-02-18T13:46:25.036Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T13:46:25.036Z] Unable to find image 'busybox:latest' locally [2021-02-18T13:46:25.294Z] latest: Pulling from library/busybox [2021-02-18T13:46:25.294Z] 4c892f00285e: Pulling fs layer [2021-02-18T13:46:25.593Z] --- PASS: TestServiceUpdateSecrets (15.28s) [2021-02-18T13:46:25.593Z] === RUN TestServiceUpdateConfigs [2021-02-18T13:46:27.597Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:46:27.597Z] INFO: Testing against a local daemon [2021-02-18T13:46:27.597Z] === RUN TestBuildWithSession [2021-02-18T13:46:27.597Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-18T13:46:27.597Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:46:27.597Z] === RUN TestBuildSquashParent [2021-02-18T13:46:27.597Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-18T13:46:27.597Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:46:27.597Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:46:27.597Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:46:27.597Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-18T13:46:27.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-18T13:46:27.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-18T13:46:27.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-18T13:46:30.560Z] 4c892f00285e: Download complete [2021-02-18T13:46:30.560Z] 4c892f00285e: Pull complete [2021-02-18T13:46:30.560Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T13:46:30.560Z] Status: Downloaded newer image for busybox:latest [2021-02-18T13:46:33.108Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T13:46:33.669Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T13:46:33.924Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T13:46:34.151Z] + bundleName=amd64-cgroup2 [2021-02-18T13:46:34.151Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-02-18T13:46:34.151Z] Creating amd64-cgroup2-bundles.tar.gz [2021-02-18T13:46:34.151Z] + + find bundles -pathxargs */root/*overlay2 tar -prune -czf -o amd64-cgroup2-bundles.tar.gz -type [2021-02-18T13:46:34.151Z] f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-18T13:46:34.180Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [Pipeline] archiveArtifacts [2021-02-18T13:46:34.421Z] Archiving artifacts [2021-02-18T13:46:34.435Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T13:46:34.691Z] --- PASS: TestUpdateRestartPolicy (12.17s) [2021-02-18T13:46:34.691Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T13:46:34.714Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-18T13:46:35.176Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-18T13:46:35.253Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T13:46:35.253Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T13:46:35.253Z] --- PASS: TestUpdateRestartWithAutoRemove (0.61s) [2021-02-18T13:46:35.253Z] === RUN TestWaitNonBlocked [2021-02-18T13:46:35.253Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:46:35.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:46:35.253Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:46:35.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:46:35.253Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:46:35.254Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:46:36.326Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T13:46:36.619Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T13:46:36.619Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s) [2021-02-18T13:46:36.619Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2021-02-18T13:46:36.619Z] === RUN TestWaitBlocked [2021-02-18T13:46:36.619Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:46:36.619Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:46:36.619Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:46:36.619Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:46:36.619Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-18T13:46:36.619Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-18T13:46:36.639Z] + make clean [2021-02-18T13:46:36.898Z] docker volume rm -f docker-dev-cache [2021-02-18T13:46:36.898Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T13:46:37.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T13:46:37.546Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-18T13:46:37.546Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2021-02-18T13:46:37.546Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2021-02-18T13:46:37.546Z] === CONT TestContainerStartOnDaemonRestart [2021-02-18T13:46:37.546Z] === CONT TestContainerKillOnDaemonStart [2021-02-18T13:46:38.106Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-18T13:46:38.106Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-18T13:46:39.995Z] === RUN TestDockerSuite/TestBuildForceRm [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T13:46:40.488Z] --- PASS: TestServiceUpdateConfigs (15.32s) [2021-02-18T13:46:40.488Z] === RUN TestServiceUpdateNetwork [2021-02-18T13:46:40.923Z] --- PASS: TestContainerStartOnDaemonRestart (3.37s) [2021-02-18T13:46:40.923Z] === CONT TestIpcModeOlderClient [2021-02-18T13:46:41.179Z] --- PASS: TestIpcModeOlderClient (0.14s) [2021-02-18T13:46:41.179Z] === CONT TestDaemonHostGatewayIP [2021-02-18T13:46:41.739Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T13:46:42.287Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.90s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.41s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.63s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.24s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.84s) [2021-02-18T13:46:42.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.49s) [2021-02-18T13:46:42.288Z] === RUN TestBuildMultiStageCopy [2021-02-18T13:46:42.288Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-18T13:46:43.105Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T13:46:43.363Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T13:46:43.923Z] --- PASS: TestDaemonHostGatewayIP (2.70s) [2021-02-18T13:46:43.923Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-18T13:46:44.179Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T13:46:46.067Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T13:46:46.067Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.24s) [2021-02-18T13:46:46.067Z] === CONT TestDaemonRestartIpcMode [2021-02-18T13:46:46.629Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T13:46:46.885Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T13:46:48.773Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T13:46:48.773Z] --- PASS: TestDaemonRestartIpcMode (2.78s) [2021-02-18T13:46:49.397Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-18T13:46:49.858Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-18T13:46:50.148Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T13:46:50.320Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-18T13:46:50.403Z] --- PASS: TestContainerKillOnDaemonStart (12.79s) [2021-02-18T13:46:50.403Z] PASS [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === Skipped [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-18T13:46:50.403Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-02-18T13:46:50.403Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-18T13:46:50.403Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-18T13:46:50.403Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-18T13:46:50.403Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2021-02-18T13:46:50.403Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] [2021-02-18T13:46:50.403Z] DONE 196 tests, 6 skipped in 144.966s [2021-02-18T13:46:50.403Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-18T13:46:50.403Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:46:50.403Z] ++ set -e [2021-02-18T13:46:50.403Z] ++ '[' -n 0 ']' [2021-02-18T13:46:50.403Z] ++ set -x [2021-02-18T13:46:50.403Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:46:50.403Z] INFO: Testing against a local daemon [2021-02-18T13:46:50.403Z] === RUN TestCommitInheritsEnv [2021-02-18T13:46:50.964Z] --- PASS: TestCommitInheritsEnv (0.38s) [2021-02-18T13:46:50.964Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T13:46:50.964Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-18T13:46:50.964Z] === RUN TestImagesFilterMultiReference [2021-02-18T13:46:50.964Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-02-18T13:46:50.964Z] === RUN TestImagePullPlatformInvalid [2021-02-18T13:46:50.964Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T13:46:50.964Z] === RUN TestRemoveImageOrphaning [2021-02-18T13:46:51.220Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T13:46:51.294Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-18T13:46:51.475Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2021-02-18T13:46:51.475Z] === RUN TestRemoveImageGarbageCollector [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy (10.12s) [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.25s) [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.64s) [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.75s) [2021-02-18T13:46:51.757Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.92s) [2021-02-18T13:46:51.757Z] === RUN TestBuildMultiStageParentConfig [2021-02-18T13:46:52.710Z] --- PASS: TestServiceUpdateNetwork (14.79s) [2021-02-18T13:46:52.710Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T13:46:53.946Z] --- PASS: TestBuildMultiStageParentConfig (1.98s) [2021-02-18T13:46:53.946Z] === RUN TestBuildLabelWithTargets [2021-02-18T13:46:53.946Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-02-18T13:46:53.946Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:46:53.946Z] === RUN TestBuildWithEmptyLayers [2021-02-18T13:46:53.989Z] --- PASS: TestRemoveImageGarbageCollector (2.67s) [2021-02-18T13:46:53.989Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T13:46:53.989Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-18T13:46:53.989Z] === RUN TestTagInvalidReference [2021-02-18T13:46:53.989Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-18T13:46:53.989Z] === RUN TestTagValidPrefixedRepo [2021-02-18T13:46:54.245Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-02-18T13:46:54.245Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T13:46:54.245Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-18T13:46:54.245Z] === RUN TestTagOfficialNames [2021-02-18T13:46:54.245Z] --- PASS: TestTagOfficialNames (0.06s) [2021-02-18T13:46:54.245Z] === RUN TestTagMatchesDigest [2021-02-18T13:46:54.245Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-18T13:46:54.245Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-18T13:46:54.620Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T13:46:54.921Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2021-02-18T13:46:54.921Z] === RUN TestBuildMultiStageOnBuild [2021-02-18T13:46:55.561Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T13:46:55.608Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T13:46:55.864Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T13:46:56.791Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T13:46:57.353Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T13:46:57.914Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T13:46:57.914Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T13:46:58.841Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-18T13:46:58.841Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T13:46:59.403Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T13:46:59.658Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-18T13:46:59.913Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T13:47:00.474Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T13:47:01.036Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T13:47:01.598Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T13:47:03.485Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T13:47:03.690Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T13:47:06.748Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T13:47:09.775Z] --- PASS: TestBuildMultiStageOnBuild (14.95s) [2021-02-18T13:47:09.775Z] === RUN TestBuildUncleanTarFilenames [2021-02-18T13:47:09.775Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-18T13:47:09.775Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:47:09.775Z] === RUN TestBuildMultiStageLayerLeak [2021-02-18T13:47:10.266Z] --- PASS: TestServiceUpdatePidsLimit (17.48s) [2021-02-18T13:47:10.266Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-02-18T13:47:10.266Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-18T13:47:10.266Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2021-02-18T13:47:10.266Z] PASS [2021-02-18T13:47:10.266Z] [2021-02-18T13:47:10.266Z] === Skipped [2021-02-18T13:47:10.266Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T13:47:10.266Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:47:10.266Z] [2021-02-18T13:47:10.266Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-18T13:47:10.266Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-18T13:47:10.266Z] [2021-02-18T13:47:10.266Z] [2021-02-18T13:47:10.266Z] DONE 27 tests, 2 skipped in 161.460s [2021-02-18T13:47:10.266Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T13:47:10.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:10.266Z] ++ set -e [2021-02-18T13:47:10.266Z] ++ '[' -n 0 ']' [2021-02-18T13:47:10.266Z] ++ set -x [2021-02-18T13:47:10.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:10.526Z] INFO: Testing against a local daemon [2021-02-18T13:47:10.526Z] === RUN TestSessionCreate [2021-02-18T13:47:10.526Z] --- PASS: TestSessionCreate (0.05s) [2021-02-18T13:47:10.526Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T13:47:10.526Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-18T13:47:10.526Z] PASS [2021-02-18T13:47:10.526Z] [2021-02-18T13:47:10.526Z] DONE 2 tests in 0.248s [2021-02-18T13:47:10.526Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T13:47:10.526Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:10.526Z] ++ set -e [2021-02-18T13:47:10.526Z] ++ '[' -n 0 ']' [2021-02-18T13:47:10.526Z] ++ set -x [2021-02-18T13:47:10.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:10.786Z] INFO: Testing against a local daemon [2021-02-18T13:47:10.786Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:47:10.786Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:47:10.786Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:47:10.786Z] === RUN TestEventsExecDie [2021-02-18T13:47:11.730Z] --- PASS: TestEventsExecDie (0.89s) [2021-02-18T13:47:11.730Z] === RUN TestEventsBackwardsCompatible [2021-02-18T13:47:11.730Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2021-02-18T13:47:11.730Z] === RUN TestInfoBinaryCommits [2021-02-18T13:47:11.730Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-18T13:47:11.730Z] === RUN TestInfoAPIVersioned [2021-02-18T13:47:11.730Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-18T13:47:11.730Z] === RUN TestInfoDiscoveryBackend [2021-02-18T13:47:11.997Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T13:47:12.671Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2021-02-18T13:47:12.671Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T13:47:13.610Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T13:47:13.610Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T13:47:14.180Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2021-02-18T13:47:14.180Z] === RUN TestInfoAPI [2021-02-18T13:47:14.180Z] --- PASS: TestInfoAPI (0.05s) [2021-02-18T13:47:14.180Z] === RUN TestInfoAPIWarnings [2021-02-18T13:47:14.513Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T13:47:14.513Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T13:47:14.513Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T13:47:14.768Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T13:47:14.768Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T13:47:15.329Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T13:47:17.219Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T13:47:18.582Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T13:47:21.849Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T13:47:22.106Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T13:47:23.034Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T13:47:24.630Z] --- PASS: TestBuildMultiStageLayerLeak (13.39s) [2021-02-18T13:47:24.630Z] === RUN TestBuildWithHugeFile [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-02-18T13:47:25.258Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-18T13:47:25.258Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-18T13:47:27.802Z] ok github.com/docker/docker/builder/dockerfile 0.233s coverage: 48.3% of statements [2021-02-18T13:47:27.802Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-18T13:47:27.802Z] ok github.com/docker/docker/builder/remotecontext 0.113s coverage: 13.7% of statements [2021-02-18T13:47:28.741Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-18T13:47:30.654Z] ok github.com/docker/docker/builder/remotecontext/git 1.837s coverage: 86.3% of statements [2021-02-18T13:47:30.654Z] ? github.com/docker/docker/cli [no test files] [2021-02-18T13:47:30.654Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-18T13:47:32.280Z] --- PASS: TestInfoAPIWarnings (16.63s) [2021-02-18T13:47:32.280Z] === RUN TestInfoDebug [2021-02-18T13:47:32.280Z] --- PASS: TestInfoDebug (0.61s) [2021-02-18T13:47:32.280Z] === RUN TestInfoInsecureRegistries [2021-02-18T13:47:32.280Z] --- PASS: TestInfoInsecureRegistries (0.67s) [2021-02-18T13:47:32.280Z] === RUN TestInfoRegistryMirrors [2021-02-18T13:47:32.850Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-02-18T13:47:32.850Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T13:47:32.850Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-02-18T13:47:32.850Z] === RUN TestPingCacheHeaders [2021-02-18T13:47:32.971Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T13:47:33.110Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-18T13:47:33.111Z] === RUN TestPingGet [2021-02-18T13:47:33.111Z] --- PASS: TestPingGet (0.03s) [2021-02-18T13:47:33.111Z] === RUN TestPingHead [2021-02-18T13:47:33.111Z] --- PASS: TestPingHead (0.05s) [2021-02-18T13:47:33.111Z] === RUN TestVersion [2021-02-18T13:47:33.111Z] --- PASS: TestVersion (0.05s) [2021-02-18T13:47:33.111Z] PASS [2021-02-18T13:47:33.111Z] [2021-02-18T13:47:33.111Z] === Skipped [2021-02-18T13:47:33.111Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:47:33.111Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:47:33.111Z] [2021-02-18T13:47:33.111Z] [2021-02-18T13:47:33.111Z] DONE 18 tests, 1 skipped in 22.510s [2021-02-18T13:47:33.111Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T13:47:33.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:33.111Z] ++ set -e [2021-02-18T13:47:33.111Z] ++ '[' -n 0 ']' [2021-02-18T13:47:33.111Z] ++ set -x [2021-02-18T13:47:33.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:47:33.193Z] ok github.com/docker/docker/client 0.148s coverage: 75.4% of statements [2021-02-18T13:47:33.371Z] INFO: Testing against a local daemon [2021-02-18T13:47:33.371Z] === RUN TestVolumesCreateAndList [2021-02-18T13:47:33.371Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-18T13:47:33.371Z] === RUN TestVolumesRemove [2021-02-18T13:47:33.371Z] --- PASS: TestVolumesRemove (0.12s) [2021-02-18T13:47:33.371Z] === RUN TestVolumesInspect [2021-02-18T13:47:33.371Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-18T13:47:33.371Z] === RUN TestVolumesInvalidJSON [2021-02-18T13:47:33.371Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T13:47:33.371Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T13:47:33.631Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T13:47:33.631Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-18T13:47:33.631Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T13:47:33.631Z] PASS [2021-02-18T13:47:33.631Z] [2021-02-18T13:47:33.631Z] DONE 5 tests in 0.364s [2021-02-18T13:47:33.631Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T13:47:34.200Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T13:47:34.200Z] +++ kill 13862 [2021-02-18T13:47:34.857Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T13:47:35.581Z] +++ /etc/init.d/apparmor stop [2021-02-18T13:47:35.581Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T13:47:35.581Z] [2021-02-18T13:47:35.581Z] Unloading profiles will leave already running processes permanently [2021-02-18T13:47:35.581Z] unconfined, which can lead to unexpected situations. [2021-02-18T13:47:35.581Z] [2021-02-18T13:47:35.581Z] To set a process to complain mode, use the command line tool [2021-02-18T13:47:35.581Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T13:47:35.581Z] +++ true [2021-02-18T13:47:35.581Z] exiting test-integration [2021-02-18T13:47:35.581Z] ++ exit 0 [2021-02-18T13:47:35.581Z] [2021-02-18T13:47:35.785Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds Post stage [Pipeline] junit [2021-02-18T13:47:38.135Z] Recording test results [2021-02-18T13:47:38.300Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T13:47:38.300Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-18T13:47:38.359Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T13:47:38.705Z] + echo Ensuring container killed. [2021-02-18T13:47:38.705Z] Ensuring container killed. [2021-02-18T13:47:38.705Z] + docker rm -vf docker-pr6 [2021-02-18T13:47:38.705Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-02-18T13:47:38.998Z] + echo Chowning /workspace to jenkins user [2021-02-18T13:47:38.998Z] Chowning /workspace to jenkins user [2021-02-18T13:47:38.998Z] + id -u [2021-02-18T13:47:38.998Z] + id -g [2021-02-18T13:47:38.998Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T13:47:38.998Z] Unable to find image 'busybox:latest' locally [2021-02-18T13:47:39.258Z] latest: Pulling from library/busybox [2021-02-18T13:47:39.258Z] 4f04a8275d30: Pulling fs layer [2021-02-18T13:47:39.518Z] 4f04a8275d30: Verifying Checksum [2021-02-18T13:47:39.518Z] 4f04a8275d30: Download complete [2021-02-18T13:47:39.778Z] 4f04a8275d30: Pull complete [2021-02-18T13:47:39.778Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T13:47:39.778Z] Status: Downloaded newer image for busybox:latest [2021-02-18T13:47:42.467Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T13:47:43.035Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T13:47:45.054Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T13:47:45.054Z] === RUN TestDockerSuite/TestBuildNetContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T13:47:45.369Z] + bundleName=arm64-integration [2021-02-18T13:47:45.369Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-18T13:47:45.369Z] Creating arm64-integration-bundles.tar.gz [2021-02-18T13:47:45.369Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xmlxargs ) -print tar [2021-02-18T13:47:45.369Z] -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-18T13:47:45.644Z] Archiving artifacts [2021-02-18T13:47:46.944Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T13:47:47.200Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T13:47:47.474Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T13:47:47.789Z] + make clean [2021-02-18T13:47:48.127Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T13:47:48.360Z] docker volume rm -f docker-dev-cache [2021-02-18T13:47:48.620Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T13:47:49.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-18T13:47:49.310Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T13:47:51.197Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T13:47:51.759Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T13:47:51.759Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T13:47:52.321Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T13:47:53.249Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T13:47:54.177Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T13:47:56.068Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T13:47:56.996Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T13:47:59.511Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-18T13:48:00.437Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T13:48:02.951Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T13:48:03.512Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T13:48:04.892Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T13:48:05.453Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T13:48:09.619Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T13:48:11.507Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T13:48:12.070Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T13:48:12.998Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T13:48:19.899Z] ok github.com/docker/docker/cmd/dockerd 0.113s coverage: 29.1% of statements [2021-02-18T13:48:19.899Z] ok github.com/docker/docker/container 0.135s coverage: 34.7% of statements [2021-02-18T13:48:19.899Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-18T13:48:19.899Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-18T13:48:19.899Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-18T13:48:19.899Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-18T13:48:21.077Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T13:48:24.345Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-18T13:48:25.273Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-18T13:48:26.482Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2021-02-18T13:48:26.638Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T13:48:27.423Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-02-18T13:48:28.806Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-02-18T13:48:30.807Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T13:48:31.063Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T13:48:32.429Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T13:48:32.991Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T13:48:33.553Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T13:48:34.942Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T13:48:35.870Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T13:48:36.796Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T13:48:38.799Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 14.1% of statements [2021-02-18T13:48:39.060Z] ok github.com/docker/docker/daemon 12.155s coverage: 17.1% of statements [2021-02-18T13:48:39.060Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-18T13:48:39.060Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-18T13:48:39.630Z] ok github.com/docker/docker/daemon/config 0.054s coverage: 81.8% of statements [2021-02-18T13:48:40.062Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T13:48:40.062Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T13:48:40.571Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-02-18T13:48:40.624Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T13:48:40.624Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T13:48:40.832Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2021-02-18T13:48:40.832Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-18T13:48:40.832Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-18T13:48:41.186Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T13:48:41.748Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T13:48:42.004Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T13:48:42.213Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-02-18T13:48:42.929Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T13:48:44.125Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.537s coverage: 73.3% of statements [2021-02-18T13:48:44.695Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2021-02-18T13:48:46.077Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.391s coverage: 56.2% of statements [2021-02-18T13:48:47.096Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T13:48:47.351Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T13:48:47.993Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2021-02-18T13:48:48.279Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T13:48:48.840Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T13:48:49.767Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T13:48:49.905Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.234s coverage: 49.4% of statements [2021-02-18T13:48:50.166Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.013s coverage: 46.2% of statements [2021-02-18T13:48:50.166Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-18T13:48:50.693Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-18T13:48:51.254Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T13:48:52.078Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.565s coverage: 57.7% of statements [2021-02-18T13:48:52.078Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-18T13:48:52.078Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-18T13:48:52.078Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 57.5% of statements [2021-02-18T13:48:53.777Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T13:48:53.989Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-02-18T13:48:54.559Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2021-02-18T13:48:55.942Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 6.5% of statements [2021-02-18T13:48:55.942Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-18T13:48:55.942Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-18T13:48:56.512Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.2% of statements [2021-02-18T13:48:57.042Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T13:48:58.421Z] ok github.com/docker/docker/daemon/logger/awslogs 0.152s coverage: 77.8% of statements [2021-02-18T13:48:58.421Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-02-18T13:48:58.421Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-18T13:48:58.421Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-18T13:48:59.363Z] ok github.com/docker/docker/daemon/logger/journald 0.030s coverage: 23.9% of statements [2021-02-18T13:48:59.623Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 61.6% of statements [2021-02-18T13:48:59.883Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2021-02-18T13:49:01.267Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 75.2% of statements [2021-02-18T13:49:01.267Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-18T13:49:01.838Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 55.1% of statements [2021-02-18T13:49:02.780Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-02-18T13:49:04.161Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-18T13:49:04.422Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2021-02-18T13:49:04.991Z] ok github.com/docker/docker/daemon/logger/splunk 1.653s coverage: 82.5% of statements [2021-02-18T13:49:04.991Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-18T13:49:05.251Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-02-18T13:49:05.251Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-18T13:49:07.791Z] ok github.com/docker/docker/distribution/metadata 0.073s coverage: 48.2% of statements [2021-02-18T13:49:08.052Z] ok github.com/docker/docker/distribution 0.196s coverage: 25.0% of statements [2021-02-18T13:49:08.052Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-18T13:49:09.433Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-02-18T13:49:10.419Z] ok github.com/docker/docker/image 0.041s coverage: 86.4% of statements [2021-02-18T13:49:10.679Z] ok github.com/docker/docker/distribution/xfer 1.883s coverage: 85.1% of statements [2021-02-18T13:49:10.679Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-18T13:49:10.948Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-02-18T13:49:10.948Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-18T13:49:11.896Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T13:49:11.896Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T13:49:11.896Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T13:49:12.337Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2021-02-18T13:49:12.337Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-18T13:49:12.826Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T13:49:13.295Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-02-18T13:49:13.752Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T13:49:14.235Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2021-02-18T13:49:14.805Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2021-02-18T13:49:14.805Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-02-18T13:49:15.117Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T13:49:15.117Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T13:49:15.117Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T13:49:15.117Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T13:49:15.117Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T13:49:15.373Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-18T13:49:16.715Z] ok github.com/docker/docker/pkg/archive 0.323s coverage: 77.2% of statements [2021-02-18T13:49:16.736Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T13:49:16.992Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T13:49:17.655Z] ok github.com/docker/docker/pkg/authorization 0.235s coverage: 68.3% of statements [2021-02-18T13:49:17.915Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-18T13:49:18.175Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2021-02-18T13:49:18.357Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T13:49:19.723Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T13:49:20.651Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-18T13:49:20.907Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T13:49:20.907Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T13:49:21.467Z] ok github.com/docker/docker/layer 7.421s coverage: 68.8% of statements [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-18T13:49:21.467Z] ok github.com/docker/docker/pkg/chrootarchive 2.504s coverage: 43.2% of statements [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-18T13:49:21.467Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-18T13:49:21.467Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-02-18T13:49:22.037Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-02-18T13:49:22.037Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 92.9% of statements [2021-02-18T13:49:22.977Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2021-02-18T13:49:23.547Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-02-18T13:49:24.118Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-02-18T13:49:24.182Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T13:49:25.500Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-02-18T13:49:26.071Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2021-02-18T13:49:26.072Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T13:49:26.332Z] ok github.com/docker/docker/pkg/discovery/kv 3.081s coverage: 84.1% of statements [2021-02-18T13:49:26.592Z] ok github.com/docker/docker/pkg/fsutils 0.190s coverage: 85.1% of statements [2021-02-18T13:49:26.852Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-02-18T13:49:27.000Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T13:49:27.562Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T13:49:28.124Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T13:49:28.124Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T13:49:28.232Z] ok github.com/docker/docker/pkg/idtools 0.566s coverage: 69.5% of statements [2021-02-18T13:49:28.232Z] ok github.com/docker/docker/pkg/ioutils 0.421s coverage: 68.8% of statements [2021-02-18T13:49:28.492Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-02-18T13:49:28.752Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-02-18T13:49:28.752Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-18T13:49:28.752Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-18T13:49:28.752Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-18T13:49:29.012Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-02-18T13:49:29.012Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-18T13:49:29.012Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-02-18T13:49:29.050Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T13:49:29.582Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-18T13:49:29.582Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-02-18T13:49:30.151Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-02-18T13:49:30.151Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-18T13:49:30.151Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-18T13:49:30.947Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T13:49:30.947Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T13:49:30.947Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T13:49:31.090Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2021-02-18T13:49:31.508Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T13:49:31.661Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-18T13:49:31.921Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-18T13:49:32.180Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-02-18T13:49:32.435Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T13:49:33.363Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T13:49:33.559Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-02-18T13:49:33.559Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-02-18T13:49:33.923Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T13:49:34.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-18T13:49:35.411Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T13:49:36.390Z] --- PASS: TestBuildWithHugeFile (123.93s) [2021-02-18T13:49:36.390Z] === RUN TestBuildWithEmptyDockerfile [2021-02-18T13:49:36.390Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:49:36.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:49:36.390Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:49:36.390Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:49:36.390Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:49:36.390Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:49:36.390Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-18T13:49:36.390Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-18T13:49:36.390Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-18T13:49:36.390Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-18T13:49:36.390Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-02-18T13:49:36.390Z] === RUN TestBuildPreserveOwnership [2021-02-18T13:49:36.390Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-18T13:49:36.390Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:49:36.390Z] === RUN TestBuildPlatformInvalid [2021-02-18T13:49:36.390Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-02-18T13:49:36.390Z] PASS [2021-02-18T13:49:36.390Z] ok github.com/docker/docker/integration/build 183.512s [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === Skipped [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-18T13:49:36.390Z] build_session_test.go:25: TODO: BuildKit [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-18T13:49:36.390Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-02-18T13:49:36.390Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-18T13:49:36.390Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-18T13:49:36.390Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] DONE 28 tests, 5 skipped in 204.967s [2021-02-18T13:49:36.390Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-18T13:49:36.390Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:49:36.390Z] INFO: Testing against a local daemon [2021-02-18T13:49:36.390Z] === RUN TestConfigInspect [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestConfigList [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigList (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestConfigsCreateAndDelete [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestConfigsUpdate [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestTemplatedConfig [2021-02-18T13:49:36.390Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestConfigCreateResolve [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] === RUN TestConfigDaemonLibtrustID [2021-02-18T13:49:36.390Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] PASS [2021-02-18T13:49:36.390Z] ok github.com/docker/docker/integration/config 0.129s [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === Skipped [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-18T13:49:36.390Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] [2021-02-18T13:49:36.390Z] DONE 7 tests, 7 skipped in 2.223s [2021-02-18T13:49:36.390Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-18T13:49:36.390Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:49:36.390Z] INFO: Testing against a local daemon [2021-02-18T13:49:36.390Z] === RUN TestCheckpoint [2021-02-18T13:49:36.390Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-18T13:49:36.390Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:49:36.390Z] === RUN TestContainerInvalidJSON [2021-02-18T13:49:36.390Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:49:36.390Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:49:36.390Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:49:36.390Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:49:36.390Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:49:36.390Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:49:36.390Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-18T13:49:36.390Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-18T13:49:36.390Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-18T13:49:36.390Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-18T13:49:36.390Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-18T13:49:36.390Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-18T13:49:36.390Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2021-02-18T13:49:36.390Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-18T13:49:36.390Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T13:49:36.390Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-18T13:49:36.390Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-02-18T13:49:36.390Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-18T13:49:36.390Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T13:49:36.390Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestCopyFromContainer [2021-02-18T13:49:36.390Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-18T13:49:36.390Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-18T13:49:36.390Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:49:36.390Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:49:36.390Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:49:36.390Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:49:36.390Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:49:36.390Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:49:36.390Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-18T13:49:36.390Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-18T13:49:36.390Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-18T13:49:36.390Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-18T13:49:36.390Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-18T13:49:36.390Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T13:49:36.390Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidEnv [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-02-18T13:49:36.390Z] === RUN TestCreateTmpfsMountsTarget [2021-02-18T13:49:36.390Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T13:49:36.390Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-18T13:49:36.390Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T13:49:36.390Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-18T13:49:36.390Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T13:49:36.390Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:49:36.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:49:36.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-18T13:49:36.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-18T13:49:36.390Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-18T13:49:36.390Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T13:49:36.390Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T13:49:36.390Z] === RUN TestCreateDifferentPlatform [2021-02-18T13:49:36.390Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-18T13:49:36.390Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-18T13:49:36.390Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-18T13:49:36.390Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-18T13:49:36.390Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-18T13:49:36.390Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-18T13:49:36.390Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-18T13:49:36.390Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-18T13:49:36.390Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T13:49:36.390Z] === RUN TestContainerKillOnDaemonStart [2021-02-18T13:49:36.390Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-18T13:49:36.390Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:36.390Z] === RUN TestDiff [2021-02-18T13:49:36.390Z] --- SKIP: TestDiff (0.00s) [2021-02-18T13:49:36.390Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T13:49:36.390Z] === RUN TestExecWithCloseStdin [2021-02-18T13:49:36.390Z] --- PASS: TestExecWithCloseStdin (2.01s) [2021-02-18T13:49:36.390Z] === RUN TestExec [2021-02-18T13:49:36.851Z] ok github.com/docker/docker/pkg/signal 2.395s coverage: 61.0% of statements [2021-02-18T13:49:36.851Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2021-02-18T13:49:37.110Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-18T13:49:37.301Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T13:49:37.366Z] --- PASS: TestExec (1.95s) [2021-02-18T13:49:37.366Z] === RUN TestExecUser [2021-02-18T13:49:37.366Z] --- SKIP: TestExecUser (0.00s) [2021-02-18T13:49:37.366Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T13:49:37.366Z] === RUN TestExportContainerAndImportImage [2021-02-18T13:49:37.366Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-18T13:49:37.366Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:37.366Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-18T13:49:37.366Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T13:49:37.366Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:37.366Z] === RUN TestHealthCheckWorkdir [2021-02-18T13:49:37.366Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-18T13:49:37.366Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T13:49:37.366Z] === RUN TestHealthKillContainer [2021-02-18T13:49:37.366Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-18T13:49:37.366Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T13:49:37.366Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-18T13:49:37.366Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T13:49:37.366Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T13:49:37.366Z] === RUN TestKillContainerInvalidSignal [2021-02-18T13:49:37.371Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-18T13:49:38.231Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T13:49:38.311Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-02-18T13:49:38.571Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-18T13:49:38.911Z] --- PASS: TestKillContainerInvalidSignal (1.79s) [2021-02-18T13:49:38.911Z] === RUN TestKillContainer [2021-02-18T13:49:38.911Z] === RUN TestKillContainer/no_signal [2021-02-18T13:49:39.142Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [2021-02-18T13:49:39.712Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2021-02-18T13:49:39.712Z] testing: warning: no tests to run [2021-02-18T13:49:39.712Z] coverage: [no statements] [2021-02-18T13:49:39.712Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-02-18T13:49:40.120Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T13:49:40.281Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-18T13:49:40.281Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-02-18T13:49:40.541Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-02-18T13:49:41.100Z] === RUN TestKillContainer/non_killing_signal [2021-02-18T13:49:41.100Z] === RUN TestKillContainer/killing_signal [2021-02-18T13:49:41.484Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T13:49:42.450Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-02-18T13:49:42.847Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T13:49:43.290Z] --- PASS: TestKillContainer (3.81s) [2021-02-18T13:49:43.290Z] --- PASS: TestKillContainer/no_signal (1.75s) [2021-02-18T13:49:43.290Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T13:49:43.290Z] --- PASS: TestKillContainer/killing_signal (2.02s) [2021-02-18T13:49:43.290Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-18T13:49:43.290Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:49:43.290Z] === RUN TestKillStoppedContainer [2021-02-18T13:49:43.290Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:49:43.290Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-18T13:49:43.290Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:49:43.290Z] === RUN TestKillDifferentUserContainer [2021-02-18T13:49:43.290Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T13:49:43.290Z] === RUN TestInspectOomKilledTrue [2021-02-18T13:49:43.290Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:43.290Z] === RUN TestInspectOomKilledFalse [2021-02-18T13:49:43.290Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-18T13:49:43.290Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:49:43.290Z] === RUN TestLogsFollowTailEmpty [2021-02-18T13:49:43.390Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-02-18T13:49:43.650Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-02-18T13:49:43.774Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T13:49:44.029Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T13:49:44.029Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T13:49:44.029Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T13:49:44.029Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T13:49:44.029Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T13:49:44.284Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T13:49:44.838Z] --- PASS: TestLogsFollowTailEmpty (1.82s) [2021-02-18T13:49:44.838Z] === RUN TestNetworkNat [2021-02-18T13:49:44.838Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-18T13:49:44.838Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T13:49:44.838Z] === RUN TestNetworkLocalhostTCPNat [2021-02-18T13:49:44.845Z] --- PASS: TestImportExtremelyLargeImageWorks (170.43s) [2021-02-18T13:49:44.845Z] PASS [2021-02-18T13:49:44.845Z] [2021-02-18T13:49:44.845Z] DONE 12 tests in 174.247s [2021-02-18T13:49:44.845Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-18T13:49:44.845Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:49:44.845Z] ++ set -e [2021-02-18T13:49:44.845Z] ++ '[' -n 0 ']' [2021-02-18T13:49:44.845Z] ++ set -x [2021-02-18T13:49:44.845Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:49:44.845Z] INFO: Testing against a local daemon [2021-02-18T13:49:44.845Z] === RUN TestNetworkCreateDelete [2021-02-18T13:49:44.845Z] --- PASS: TestNetworkCreateDelete (0.16s) [2021-02-18T13:49:44.845Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T13:49:45.032Z] ok github.com/docker/docker/quota 0.226s coverage: 71.4% of statements [2021-02-18T13:49:45.406Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2021-02-18T13:49:45.406Z] === RUN TestDaemonDNSFallback [2021-02-18T13:49:45.406Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T13:49:45.602Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-18T13:49:46.770Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T13:49:46.770Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T13:49:46.985Z] ok github.com/docker/docker/registry 0.062s coverage: 57.2% of statements [2021-02-18T13:49:47.031Z] --- PASS: TestNetworkLocalhostTCPNat (2.10s) [2021-02-18T13:49:47.031Z] === RUN TestNetworkLoopbackNat [2021-02-18T13:49:47.031Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-18T13:49:47.031Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T13:49:47.031Z] === RUN TestPause [2021-02-18T13:49:47.031Z] --- SKIP: TestPause (0.00s) [2021-02-18T13:49:47.031Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T13:49:47.031Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-18T13:49:47.330Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T13:49:47.555Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-02-18T13:49:47.555Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-02-18T13:49:47.890Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T13:49:48.452Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T13:49:48.496Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-18T13:49:48.496Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-18T13:49:48.579Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s) [2021-02-18T13:49:48.579Z] === RUN TestPauseStopPausedContainer [2021-02-18T13:49:48.579Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-18T13:49:48.579Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:49:48.579Z] === RUN TestPsFilter [2021-02-18T13:49:48.579Z] --- PASS: TestPsFilter (0.09s) [2021-02-18T13:49:48.579Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-18T13:49:48.707Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T13:49:49.268Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T13:49:49.268Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T13:49:49.268Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T13:49:49.828Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T13:49:49.828Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T13:49:49.828Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T13:49:49.828Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T13:49:50.084Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T13:49:50.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T13:49:51.224Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T13:49:51.479Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T13:49:51.479Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T13:49:51.792Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-18T13:49:52.040Z] --- PASS: TestDaemonDNSFallback (6.68s) [2021-02-18T13:49:52.040Z] === RUN TestInspectNetwork [2021-02-18T13:49:52.362Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2021-02-18T13:49:52.932Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-02-18T13:49:52.966Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T13:49:53.527Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T13:49:53.527Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T13:49:54.089Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T13:49:54.314Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-02-18T13:49:54.650Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T13:49:55.577Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T13:49:55.678Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.88s) [2021-02-18T13:49:55.678Z] === RUN TestRemoveContainerWithVolume [2021-02-18T13:49:55.833Z] === RUN TestInspectNetwork/full_network_id [2021-02-18T13:49:55.833Z] === RUN TestInspectNetwork/partial_network_id [2021-02-18T13:49:55.833Z] === RUN TestInspectNetwork/network_name [2021-02-18T13:49:55.833Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-18T13:49:56.089Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T13:49:56.089Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T13:49:56.652Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T13:49:57.212Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T13:49:57.773Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T13:49:57.773Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T13:49:57.870Z] --- PASS: TestRemoveContainerWithVolume (2.06s) [2021-02-18T13:49:57.870Z] === RUN TestRemoveContainerRunning [2021-02-18T13:49:58.028Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T13:49:58.955Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T13:49:59.422Z] --- PASS: TestRemoveContainerRunning (1.74s) [2021-02-18T13:49:59.422Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-18T13:50:00.318Z] --- PASS: TestInspectNetwork (8.24s) [2021-02-18T13:50:00.318Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-18T13:50:00.318Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-18T13:50:00.318Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-18T13:50:00.318Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-18T13:50:00.318Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T13:50:00.318Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T13:50:00.318Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T13:50:00.318Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T13:50:00.318Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T13:50:00.574Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T13:50:00.830Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T13:50:00.968Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.74s) [2021-02-18T13:50:00.968Z] === RUN TestRemoveInvalidContainer [2021-02-18T13:50:00.968Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-18T13:50:00.968Z] === RUN TestRenameLinkedContainer [2021-02-18T13:50:00.968Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-18T13:50:00.968Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:00.968Z] === RUN TestRenameStoppedContainer [2021-02-18T13:50:02.192Z] --- PASS: TestRunContainerWithBridgeNone (1.73s) [2021-02-18T13:50:02.192Z] === RUN TestNetworkInvalidJSON [2021-02-18T13:50:02.192Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:02.192Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:02.192Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:02.192Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:02.192Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:02.192Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:02.192Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:02.192Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:02.192Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-18T13:50:02.192Z] === RUN TestNetworkList [2021-02-18T13:50:02.192Z] === RUN TestNetworkList//networks [2021-02-18T13:50:02.192Z] === PAUSE TestNetworkList//networks [2021-02-18T13:50:02.192Z] === RUN TestNetworkList//networks/ [2021-02-18T13:50:02.192Z] === PAUSE TestNetworkList//networks/ [2021-02-18T13:50:02.192Z] === CONT TestNetworkList//networks [2021-02-18T13:50:02.192Z] === CONT TestNetworkList//networks/ [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T13:50:02.192Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T13:50:02.192Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T13:50:02.752Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-02-18T13:50:02.752Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T13:50:03.676Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-18T13:50:03.676Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T13:50:04.600Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-02-18T13:50:04.600Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T13:50:05.162Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T13:50:05.723Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-02-18T13:50:05.723Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T13:50:05.723Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T13:50:06.284Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T13:50:06.284Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T13:50:06.525Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.6% of statements [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/rootless [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/volume [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-18T13:50:06.525Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === Skipped [2021-02-18T13:50:06.525Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-18T13:50:06.525Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-18T13:50:06.525Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-18T13:50:06.525Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-18T13:50:06.525Z] time="2021-02-18T13:48:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-18T13:50:06.525Z] time="2021-02-18T13:48:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:50:06.525Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:50:06.525Z] [2021-02-18T13:50:06.525Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-18T13:50:06.525Z] time="2021-02-18T13:48:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:50:06.525Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-18T13:50:06.526Z] time="2021-02-18T13:48:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-18T13:50:06.526Z] time="2021-02-18T13:48:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-18T13:50:06.526Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-18T13:50:06.526Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-18T13:50:06.526Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-18T13:50:06.526Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-18T13:50:06.526Z] graphtest_unix.go:73: No driver to put! [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-18T13:50:06.526Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-18T13:50:06.526Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] [2021-02-18T13:50:06.526Z] DONE 2193 tests, 26 skipped in 257.790s Post stage [Pipeline] junit [2021-02-18T13:50:06.539Z] Recording test results [2021-02-18T13:50:06.539Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T13:50:06.796Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2021-02-18T13:50:06.796Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T13:50:06.938Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-18T13:50:07.267Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/validate/vendor [2021-02-18T13:50:07.357Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-18T13:50:07.357Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T13:50:08.070Z] --- PASS: TestRenameStoppedContainer (6.91s) [2021-02-18T13:50:08.070Z] === RUN TestRenameRunningContainerAndReuse [2021-02-18T13:50:08.206Z] 2021/02/18 13:50:07 Collecting initial packages [2021-02-18T13:50:08.206Z] 2021/02/18 13:50:08 Download dependencies [2021-02-18T13:50:09.242Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T13:50:09.829Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T13:50:10.388Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2021-02-18T13:50:10.388Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T13:50:10.388Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:50:10.388Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:50:10.388Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T13:50:10.643Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Starting whole vndr cycle because no package specified [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Ignoring paths matching "^archive/tar" [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-02-18T13:50:11.534Z] 2021/02/18 13:50:11 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-02-18T13:50:11.823Z] --- PASS: TestRenameRunningContainerAndReuse (3.70s) [2021-02-18T13:50:11.823Z] === RUN TestRenameInvalidName [2021-02-18T13:50:12.501Z] 2021/02/18 13:50:12 Finished clone github.com/willf/bitset [2021-02-18T13:50:12.501Z] 2021/02/18 13:50:12 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Finished clone github.com/mistifyio/go-zfs [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Finished clone github.com/opencontainers/go-digest [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Finished clone github.com/Azure/go-ansiterm [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Finished clone github.com/Graylog2/go-gelf [2021-02-18T13:50:12.780Z] 2021/02/18 13:50:12 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-02-18T13:50:13.040Z] 2021/02/18 13:50:12 Finished clone github.com/fluent/fluent-logger-golang [2021-02-18T13:50:13.040Z] 2021/02/18 13:50:12 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-02-18T13:50:13.040Z] 2021/02/18 13:50:12 Finished clone github.com/cyphar/filepath-securejoin [2021-02-18T13:50:13.040Z] 2021/02/18 13:50:12 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-02-18T13:50:13.300Z] 2021/02/18 13:50:13 Finished clone github.com/Microsoft/go-winio [2021-02-18T13:50:13.300Z] 2021/02/18 13:50:13 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-02-18T13:50:13.300Z] 2021/02/18 13:50:13 Finished clone github.com/coreos/go-systemd [2021-02-18T13:50:13.300Z] 2021/02/18 13:50:13 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-02-18T13:50:13.369Z] --- PASS: TestRenameInvalidName (1.77s) [2021-02-18T13:50:13.369Z] === RUN TestRenameAnonymousContainer [2021-02-18T13:50:13.369Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-18T13:50:13.369Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:13.369Z] === RUN TestRenameContainerWithSameName [2021-02-18T13:50:13.559Z] 2021/02/18 13:50:13 Finished clone github.com/coreos/go-systemd/v22 [2021-02-18T13:50:13.559Z] 2021/02/18 13:50:13 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-02-18T13:50:13.559Z] 2021/02/18 13:50:13 Finished clone github.com/godbus/dbus/v5 [2021-02-18T13:50:13.559Z] 2021/02/18 13:50:13 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-02-18T13:50:14.130Z] 2021/02/18 13:50:13 Finished clone github.com/philhofer/fwd [2021-02-18T13:50:14.130Z] 2021/02/18 13:50:13 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-02-18T13:50:14.130Z] 2021/02/18 13:50:14 Finished clone github.com/opencontainers/runtime-spec [2021-02-18T13:50:14.130Z] 2021/02/18 13:50:14 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Finished clone github.com/bsphere/le_go [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Finished clone github.com/fsnotify/fsnotify [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Finished clone github.com/opencontainers/image-spec [2021-02-18T13:50:14.391Z] 2021/02/18 13:50:14 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-02-18T13:50:14.652Z] 2021/02/18 13:50:14 Finished clone github.com/jmespath/go-jmespath [2021-02-18T13:50:14.652Z] 2021/02/18 13:50:14 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-02-18T13:50:14.652Z] 2021/02/18 13:50:14 Finished clone github.com/golang/groupcache [2021-02-18T13:50:14.652Z] 2021/02/18 13:50:14 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-02-18T13:50:14.810Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T13:50:14.810Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T13:50:15.224Z] 2021/02/18 13:50:14 Finished clone golang.org/x/oauth2 [2021-02-18T13:50:15.224Z] 2021/02/18 13:50:14 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-02-18T13:50:15.224Z] 2021/02/18 13:50:15 Finished clone github.com/googleapis/gax-go [2021-02-18T13:50:15.224Z] 2021/02/18 13:50:15 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-02-18T13:50:15.559Z] --- PASS: TestRenameContainerWithSameName (1.79s) [2021-02-18T13:50:15.559Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-18T13:50:15.559Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T13:50:15.559Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:15.559Z] === RUN TestResize [2021-02-18T13:50:15.735Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T13:50:15.795Z] 2021/02/18 13:50:15 Finished clone github.com/containerd/fifo [2021-02-18T13:50:15.795Z] 2021/02/18 13:50:15 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-02-18T13:50:16.056Z] 2021/02/18 13:50:16 Finished clone github.com/tinylib/msgp [2021-02-18T13:50:16.056Z] 2021/02/18 13:50:16 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-02-18T13:50:16.317Z] 2021/02/18 13:50:16 Finished clone github.com/containerd/typeurl [2021-02-18T13:50:16.317Z] 2021/02/18 13:50:16 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Finished clone github.com/containerd/go-runc [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20 [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Finished clone github.com/containerd/cgroups [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Finished clone go.opencensus.io [2021-02-18T13:50:16.578Z] 2021/02/18 13:50:16 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-02-18T13:50:16.662Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T13:50:17.105Z] --- PASS: TestResize (1.82s) [2021-02-18T13:50:17.105Z] === RUN TestResizeWithInvalidSize [2021-02-18T13:50:17.105Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-18T13:50:17.105Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:17.105Z] === RUN TestResizeWhenContainerNotStarted [2021-02-18T13:50:17.150Z] 2021/02/18 13:50:16 Finished clone github.com/containerd/ttrpc [2021-02-18T13:50:17.150Z] 2021/02/18 13:50:16 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-02-18T13:50:17.222Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-18T13:50:18.092Z] 2021/02/18 13:50:17 Finished clone github.com/gogo/googleapis [2021-02-18T13:50:18.092Z] 2021/02/18 13:50:17 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-02-18T13:50:18.092Z] 2021/02/18 13:50:17 Finished clone github.com/containerd/console [2021-02-18T13:50:18.092Z] 2021/02/18 13:50:17 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-02-18T13:50:19.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-18T13:50:19.296Z] --- PASS: TestResizeWhenContainerNotStarted (2.04s) [2021-02-18T13:50:19.296Z] === RUN TestDaemonRestartKillContainers [2021-02-18T13:50:19.296Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:50:19.296Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:19.296Z] === RUN TestStats [2021-02-18T13:50:19.296Z] --- SKIP: TestStats (0.00s) [2021-02-18T13:50:19.296Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T13:50:19.296Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-18T13:50:19.476Z] 2021/02/18 13:50:19 Finished clone github.com/fernet/fernet-go [2021-02-18T13:50:19.476Z] 2021/02/18 13:50:19 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-02-18T13:50:20.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-18T13:50:21.390Z] 2021/02/18 13:50:20 Finished clone github.com/cilium/ebpf [2021-02-18T13:50:21.390Z] 2021/02/18 13:50:20 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-02-18T13:50:21.837Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-18T13:50:21.962Z] 2021/02/18 13:50:21 Finished clone github.com/containerd/continuity [2021-02-18T13:50:21.962Z] 2021/02/18 13:50:21 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-02-18T13:50:23.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a79880_} [2021-02-18T13:50:23.346Z] 2021/02/18 13:50:22 Finished clone golang.org/x/time [2021-02-18T13:50:23.346Z] 2021/02/18 13:50:22 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-02-18T13:50:23.606Z] 2021/02/18 13:50:23 Finished clone github.com/hashicorp/go-memdb [2021-02-18T13:50:23.606Z] 2021/02/18 13:50:23 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-02-18T13:50:23.867Z] 2021/02/18 13:50:23 Finished clone github.com/hashicorp/go-immutable-radix [2021-02-18T13:50:23.867Z] 2021/02/18 13:50:23 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-02-18T13:50:24.011Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.84s) [2021-02-18T13:50:24.011Z] === RUN TestStopContainerWithTimeout [2021-02-18T13:50:24.011Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-18T13:50:24.011Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T13:50:24.011Z] === RUN TestUpdateRestartPolicy [2021-02-18T13:50:24.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1733571782_/foo_false____} [2021-02-18T13:50:25.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-18T13:50:25.252Z] 2021/02/18 13:50:25 Finished clone github.com/hashicorp/golang-lru [2021-02-18T13:50:25.252Z] 2021/02/18 13:50:25 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-02-18T13:50:25.514Z] 2021/02/18 13:50:25 Finished clone github.com/coreos/pkg [2021-02-18T13:50:25.514Z] 2021/02/18 13:50:25 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-02-18T13:50:25.514Z] 2021/02/18 13:50:25 Finished clone github.com/golang/protobuf [2021-02-18T13:50:25.514Z] 2021/02/18 13:50:25 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-02-18T13:50:25.681Z] --- PASS: TestServiceWithDataPathPortInit (15.30s) [2021-02-18T13:50:25.681Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T13:50:25.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1733571782_/foo_true____} [2021-02-18T13:50:26.085Z] 2021/02/18 13:50:25 Finished clone github.com/opencontainers/runc [2021-02-18T13:50:26.085Z] 2021/02/18 13:50:25 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-02-18T13:50:26.085Z] 2021/02/18 13:50:26 Finished clone golang.org/x/crypto [2021-02-18T13:50:26.085Z] 2021/02/18 13:50:26 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-02-18T13:50:26.656Z] 2021/02/18 13:50:26 Finished clone code.cloudfoundry.org/clock [2021-02-18T13:50:26.656Z] 2021/02/18 13:50:26 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-02-18T13:50:26.917Z] 2021/02/18 13:50:26 Finished clone github.com/beorn7/perks [2021-02-18T13:50:26.917Z] 2021/02/18 13:50:26 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-02-18T13:50:27.488Z] 2021/02/18 13:50:27 Finished clone github.com/prometheus/client_model [2021-02-18T13:50:27.488Z] 2021/02/18 13:50:27 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-02-18T13:50:27.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_false____} [2021-02-18T13:50:28.430Z] 2021/02/18 13:50:28 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-02-18T13:50:28.430Z] 2021/02/18 13:50:28 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-02-18T13:50:28.690Z] 2021/02/18 13:50:28 Finished clone github.com/prometheus/client_golang [2021-02-18T13:50:28.691Z] 2021/02/18 13:50:28 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-02-18T13:50:28.936Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_true____} [2021-02-18T13:50:28.951Z] 2021/02/18 13:50:28 Finished clone google.golang.org/grpc [2021-02-18T13:50:28.951Z] 2021/02/18 13:50:28 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-02-18T13:50:28.951Z] 2021/02/18 13:50:28 Finished clone github.com/pkg/errors [2021-02-18T13:50:28.951Z] 2021/02/18 13:50:28 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-02-18T13:50:29.522Z] 2021/02/18 13:50:29 Finished clone github.com/prometheus/procfs [2021-02-18T13:50:29.522Z] 2021/02/18 13:50:29 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-02-18T13:50:29.522Z] 2021/02/18 13:50:29 Finished clone github.com/prometheus/common [2021-02-18T13:50:29.522Z] 2021/02/18 13:50:29 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-02-18T13:50:29.784Z] 2021/02/18 13:50:29 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-02-18T13:50:29.784Z] 2021/02/18 13:50:29 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-02-18T13:50:30.044Z] 2021/02/18 13:50:30 Finished clone github.com/cespare/xxhash/v2 [2021-02-18T13:50:30.044Z] 2021/02/18 13:50:30 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-02-18T13:50:30.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_true__0xc000a798e0__} [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Finished clone github.com/inconshreveable/mousetrap [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Finished clone github.com/morikuni/aec [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Finished clone github.com/spf13/pflag [2021-02-18T13:50:30.985Z] 2021/02/18 13:50:30 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-02-18T13:50:31.246Z] 2021/02/18 13:50:31 Finished clone github.com/docker/go-metrics [2021-02-18T13:50:31.246Z] 2021/02/18 13:50:31 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-02-18T13:50:31.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a79900_} [2021-02-18T13:50:32.188Z] 2021/02/18 13:50:31 Finished clone github.com/spf13/cobra [2021-02-18T13:50:32.188Z] 2021/02/18 13:50:31 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-02-18T13:50:32.188Z] 2021/02/18 13:50:32 Finished clone github.com/docker/libtrust [2021-02-18T13:50:32.188Z] 2021/02/18 13:50:32 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-02-18T13:50:32.449Z] 2021/02/18 13:50:32 Finished clone github.com/google/certificate-transparency-go [2021-02-18T13:50:32.449Z] 2021/02/18 13:50:32 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-02-18T13:50:32.449Z] 2021/02/18 13:50:32 Finished clone github.com/google/uuid [2021-02-18T13:50:32.449Z] 2021/02/18 13:50:32 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-02-18T13:50:33.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a79920_} [2021-02-18T13:50:33.390Z] 2021/02/18 13:50:33 Finished clone github.com/gorilla/mux [2021-02-18T13:50:33.390Z] 2021/02/18 13:50:33 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-02-18T13:50:33.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a79940_} [2021-02-18T13:50:33.651Z] 2021/02/18 13:50:33 Finished clone github.com/opencontainers/selinux [2021-02-18T13:50:33.651Z] 2021/02/18 13:50:33 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-02-18T13:50:33.651Z] 2021/02/18 13:50:33 Finished clone github.com/moby/locker [2021-02-18T13:50:33.651Z] 2021/02/18 13:50:33 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-02-18T13:50:33.861Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.34s) [2021-02-18T13:50:33.861Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mdmjrlcafc9xy6rgqr8ik3i6l Created:2021-02-18 13:50:27.216658874 +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[b0cfd3939449e4ebdc5e0946ac687041ea42e2381d2fd592b86cfac41857c508:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jhlvk86lxohgbhc7uwjm180p5 EndpointID:05ddba436ee71b2bf33640ecab05b00b5029fee034f6a9750d361ba25738b311 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:64d418a57badac57e46653354a59b5a7ff096fdbebf504838cf4772a677d034a 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:7dcb2928120c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jhlvk86lxohgbhc7uwjm180p5 EndpointID:05ddba436ee71b2bf33640ecab05b00b5029fee034f6a9750d361ba25738b311 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-18T13:50:33.861Z] PASS [2021-02-18T13:50:33.861Z] [2021-02-18T13:50:33.861Z] === Skipped [2021-02-18T13:50:33.861Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:50:33.861Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:50:33.861Z] [2021-02-18T13:50:33.861Z] [2021-02-18T13:50:33.861Z] DONE 26 tests, 1 skipped in 49.242s [2021-02-18T13:50:33.861Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:50:33.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:33.861Z] ++ set -e [2021-02-18T13:50:33.861Z] ++ '[' -n 0 ']' [2021-02-18T13:50:33.861Z] ++ set -x [2021-02-18T13:50:33.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:34.117Z] INFO: Testing against a local daemon [2021-02-18T13:50:34.117Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-18T13:50:34.117Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T13:50:34.117Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:50:34.117Z] === RUN TestDockerNetworkIpvlan [2021-02-18T13:50:34.117Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:50:34.117Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:50:34.117Z] PASS [2021-02-18T13:50:34.117Z] [2021-02-18T13:50:34.117Z] === Skipped [2021-02-18T13:50:34.117Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-18T13:50:34.117Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:50:34.117Z] [2021-02-18T13:50:34.117Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-18T13:50:34.117Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-18T13:50:34.117Z] [2021-02-18T13:50:34.117Z] [2021-02-18T13:50:34.117Z] DONE 2 tests, 2 skipped in 0.107s [2021-02-18T13:50:34.117Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-18T13:50:34.117Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:34.117Z] ++ set -e [2021-02-18T13:50:34.117Z] ++ '[' -n 0 ']' [2021-02-18T13:50:34.117Z] ++ set -x [2021-02-18T13:50:34.117Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:34.117Z] INFO: Testing against a local daemon [2021-02-18T13:50:34.117Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-18T13:50:34.222Z] 2021/02/18 13:50:34 Finished clone github.com/moby/sys [2021-02-18T13:50:34.222Z] 2021/02/18 13:50:34 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-02-18T13:50:34.222Z] 2021/02/18 13:50:34 Finished clone github.com/moby/term [2021-02-18T13:50:34.222Z] 2021/02/18 13:50:34 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-02-18T13:50:34.373Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a79960_} [2021-02-18T13:50:34.792Z] 2021/02/18 13:50:34 Finished clone github.com/creack/pty [2021-02-18T13:50:34.792Z] 2021/02/18 13:50:34 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-02-18T13:50:35.053Z] 2021/02/18 13:50:34 Finished clone github.com/tchap/go-patricia [2021-02-18T13:50:35.053Z] 2021/02/18 13:50:34 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-02-18T13:50:35.313Z] 2021/02/18 13:50:35 Finished clone github.com/Microsoft/hcsshim [2021-02-18T13:50:35.313Z] 2021/02/18 13:50:35 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-02-18T13:50:35.736Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2021-02-18T13:50:35.736Z] === RUN TestDockerNetworkMacvlan [2021-02-18T13:50:35.991Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T13:50:36.254Z] 2021/02/18 13:50:36 Finished clone github.com/docker/go-units [2021-02-18T13:50:36.254Z] 2021/02/18 13:50:36 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-02-18T13:50:36.254Z] 2021/02/18 13:50:36 Finished clone github.com/sirupsen/logrus [2021-02-18T13:50:36.254Z] 2021/02/18 13:50:36 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-02-18T13:50:36.552Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T13:50:37.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T13:50:37.369Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-18T13:50:37.369Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T13:50:38.295Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Finished clone gotest.tools/v3 [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Finished clone github.com/google/go-cmp [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Finished clone github.com/docker/go-connections [2021-02-18T13:50:38.801Z] 2021/02/18 13:50:38 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-02-18T13:50:39.083Z] 2021/02/18 13:50:38 Finished clone github.com/cloudflare/cfssl [2021-02-18T13:50:39.083Z] 2021/02/18 13:50:38 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-02-18T13:50:40.026Z] 2021/02/18 13:50:39 Finished clone github.com/syndtr/gocapability [2021-02-18T13:50:40.026Z] 2021/02/18 13:50:39 Clone github.com/moby/buildkit, revision 68bb095353c65bc3993fd534c26cf77fe05e61b1, attempt 1/20 [2021-02-18T13:50:40.182Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T13:50:40.182Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-18T13:50:40.286Z] 2021/02/18 13:50:40 Finished clone github.com/RackSec/srslog [2021-02-18T13:50:40.286Z] 2021/02/18 13:50:40 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-02-18T13:50:40.438Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-18T13:50:40.546Z] 2021/02/18 13:50:40 Finished clone github.com/imdario/mergo [2021-02-18T13:50:40.546Z] 2021/02/18 13:50:40 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-02-18T13:50:40.807Z] 2021/02/18 13:50:40 Finished clone golang.org/x/sync [2021-02-18T13:50:40.807Z] 2021/02/18 13:50:40 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-02-18T13:50:41.378Z] 2021/02/18 13:50:41 Finished clone github.com/golang/gddo [2021-02-18T13:50:41.378Z] 2021/02/18 13:50:41 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-02-18T13:50:41.803Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T13:50:41.948Z] 2021/02/18 13:50:41 Finished clone github.com/tonistiigi/units [2021-02-18T13:50:41.948Z] 2021/02/18 13:50:41 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-02-18T13:50:42.519Z] 2021/02/18 13:50:42 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-02-18T13:50:42.519Z] 2021/02/18 13:50:42 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-02-18T13:50:43.170Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-18T13:50:43.463Z] 2021/02/18 13:50:43 Finished clone github.com/opentracing/opentracing-go [2021-02-18T13:50:43.463Z] 2021/02/18 13:50:43 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-02-18T13:50:43.723Z] 2021/02/18 13:50:43 Finished clone github.com/google/shlex [2021-02-18T13:50:43.723Z] 2021/02/18 13:50:43 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-02-18T13:50:44.296Z] 2021/02/18 13:50:44 Finished clone github.com/opentracing-contrib/go-stdlib [2021-02-18T13:50:44.296Z] 2021/02/18 13:50:44 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-02-18T13:50:44.868Z] 2021/02/18 13:50:44 Finished clone github.com/mitchellh/hashstructure [2021-02-18T13:50:44.868Z] 2021/02/18 13:50:44 Clone github.com/docker/libnetwork, revision fa125a3512ee0f6187721c88582bf8c4378bd4d7, attempt 1/20 [2021-02-18T13:50:45.057Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T13:50:45.128Z] 2021/02/18 13:50:45 Finished clone github.com/gofrs/flock [2021-02-18T13:50:45.128Z] 2021/02/18 13:50:45 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-02-18T13:50:45.148Z] --- PASS: TestUpdateRestartPolicy (19.52s) [2021-02-18T13:50:45.148Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-18T13:50:45.148Z] --- PASS: TestUpdateRestartWithAutoRemove (1.77s) [2021-02-18T13:50:45.148Z] === RUN TestWaitNonBlocked [2021-02-18T13:50:45.148Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:50:45.148Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:50:45.148Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:50:45.148Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:50:45.148Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-18T13:50:45.148Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-18T13:50:45.388Z] 2021/02/18 13:50:45 Finished clone github.com/tonistiigi/fsutil [2021-02-18T13:50:45.388Z] 2021/02/18 13:50:45 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-02-18T13:50:45.986Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T13:50:46.242Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T13:50:46.330Z] 2021/02/18 13:50:46 Finished clone golang.org/x/net [2021-02-18T13:50:46.330Z] 2021/02/18 13:50:46 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-02-18T13:50:46.901Z] 2021/02/18 13:50:46 Finished clone github.com/docker/go-events [2021-02-18T13:50:46.901Z] 2021/02/18 13:50:46 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-02-18T13:50:47.161Z] 2021/02/18 13:50:46 Finished clone github.com/armon/go-radix [2021-02-18T13:50:47.161Z] 2021/02/18 13:50:46 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-02-18T13:50:47.169Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T13:50:47.729Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-18T13:50:47.985Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-18T13:50:48.075Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-18T13:50:48.075Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.34s) [2021-02-18T13:50:48.075Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.51s) [2021-02-18T13:50:48.075Z] === RUN TestWaitBlocked [2021-02-18T13:50:48.075Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-18T13:50:48.075Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:48.075Z] PASS [2021-02-18T13:50:48.075Z] ok github.com/docker/docker/integration/container 75.324s [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === Skipped [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-18T13:50:48.075Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-18T13:50:48.075Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2021-02-18T13:50:48.075Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-18T13:50:48.075Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-18T13:50:48.075Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-18T13:50:48.075Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-18T13:50:48.075Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-18T13:50:48.075Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-18T13:50:48.075Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-18T13:50:48.075Z] [2021-02-18T13:50:48.075Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-18T13:50:48.076Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-18T13:50:48.076Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-18T13:50:48.076Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-18T13:50:48.076Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-18T13:50:48.076Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-18T13:50:48.076Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-18T13:50:48.076Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-18T13:50:48.076Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-18T13:50:48.076Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-18T13:50:48.076Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-18T13:50:48.076Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-18T13:50:48.076Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-18T13:50:48.076Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-18T13:50:48.076Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-18T13:50:48.076Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-18T13:50:48.076Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-18T13:50:48.076Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-18T13:50:48.076Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-18T13:50:48.076Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-18T13:50:48.076Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-18T13:50:48.076Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-18T13:50:48.076Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-18T13:50:48.076Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] [2021-02-18T13:50:48.076Z] DONE 88 tests, 37 skipped in 77.966s [2021-02-18T13:50:48.076Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-18T13:50:48.102Z] 2021/02/18 13:50:47 Finished clone github.com/armon/go-metrics [2021-02-18T13:50:48.102Z] 2021/02/18 13:50:47 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-02-18T13:50:48.547Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T13:50:49.109Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan (13.61s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.42s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.56s) [2021-02-18T13:50:49.109Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2021-02-18T13:50:49.109Z] PASS [2021-02-18T13:50:49.109Z] [2021-02-18T13:50:49.109Z] DONE 8 tests in 15.113s [2021-02-18T13:50:49.109Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-18T13:50:49.109Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:49.109Z] ++ set -e [2021-02-18T13:50:49.109Z] ++ '[' -n 0 ']' [2021-02-18T13:50:49.365Z] ++ set -x [2021-02-18T13:50:49.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:49.365Z] testing: warning: no tests to run [2021-02-18T13:50:49.365Z] PASS [2021-02-18T13:50:49.365Z] [2021-02-18T13:50:49.365Z] DONE 0 tests in 0.009s [2021-02-18T13:50:49.365Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-18T13:50:49.365Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:49.365Z] ++ set -e [2021-02-18T13:50:49.365Z] ++ '[' -n 0 ']' [2021-02-18T13:50:49.365Z] ++ set -x [2021-02-18T13:50:49.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:50:49.365Z] INFO: Testing against a local daemon [2021-02-18T13:50:49.365Z] === RUN TestAuthZPluginAllowRequest [2021-02-18T13:50:49.486Z] 2021/02/18 13:50:49 Finished clone github.com/sean-/seed [2021-02-18T13:50:49.486Z] 2021/02/18 13:50:49 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-02-18T13:50:49.746Z] 2021/02/18 13:50:49 Finished clone github.com/Microsoft/opengcs [2021-02-18T13:50:49.746Z] 2021/02/18 13:50:49 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-02-18T13:50:49.926Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T13:50:50.267Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:50:50.267Z] INFO: Testing against a local daemon [2021-02-18T13:50:50.267Z] === RUN TestCommitInheritsEnv [2021-02-18T13:50:50.267Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-18T13:50:50.267Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:50:50.267Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-18T13:50:50.267Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T13:50:50.267Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T13:50:50.267Z] === RUN TestImagesFilterMultiReference [2021-02-18T13:50:50.267Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-18T13:50:50.267Z] === RUN TestImagePullPlatformInvalid [2021-02-18T13:50:50.267Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-18T13:50:50.267Z] === RUN TestRemoveImageOrphaning [2021-02-18T13:50:50.317Z] 2021/02/18 13:50:50 Finished clone github.com/hashicorp/memberlist [2021-02-18T13:50:50.317Z] 2021/02/18 13:50:50 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-02-18T13:50:50.487Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T13:50:50.729Z] --- PASS: TestRemoveImageOrphaning (0.81s) [2021-02-18T13:50:50.729Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-18T13:50:50.729Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-18T13:50:50.729Z] === RUN TestTagInvalidReference [2021-02-18T13:50:50.729Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-18T13:50:50.729Z] === RUN TestTagValidPrefixedRepo [2021-02-18T13:50:50.743Z] --- PASS: TestAuthZPluginAllowRequest (1.48s) [2021-02-18T13:50:50.743Z] === RUN TestAuthZPluginTLS [2021-02-18T13:50:51.192Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-18T13:50:51.192Z] === RUN TestTagExistedNameWithoutForce [2021-02-18T13:50:51.192Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-18T13:50:51.192Z] === RUN TestTagOfficialNames [2021-02-18T13:50:51.192Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-18T13:50:51.192Z] === RUN TestTagMatchesDigest [2021-02-18T13:50:51.192Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-18T13:50:51.192Z] PASS [2021-02-18T13:50:51.192Z] ok github.com/docker/docker/integration/image 1.282s [2021-02-18T13:50:51.192Z] [2021-02-18T13:50:51.192Z] === Skipped [2021-02-18T13:50:51.192Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-18T13:50:51.192Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:50:51.192Z] [2021-02-18T13:50:51.192Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-18T13:50:51.192Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-18T13:50:51.192Z] [2021-02-18T13:50:51.192Z] [2021-02-18T13:50:51.192Z] DONE 11 tests, 2 skipped in 3.188s [2021-02-18T13:50:51.192Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-18T13:50:51.258Z] 2021/02/18 13:50:51 Finished clone github.com/hashicorp/errwrap [2021-02-18T13:50:51.258Z] 2021/02/18 13:50:51 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-02-18T13:50:51.258Z] 2021/02/18 13:50:51 Finished clone github.com/docker/swarmkit [2021-02-18T13:50:51.258Z] 2021/02/18 13:50:51 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-02-18T13:50:51.304Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T13:50:51.304Z] --- PASS: TestAuthZPluginTLS (0.57s) [2021-02-18T13:50:51.304Z] === RUN TestAuthZPluginDenyRequest [2021-02-18T13:50:51.866Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-02-18T13:50:51.866Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-18T13:50:52.159Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T13:50:52.201Z] 2021/02/18 13:50:51 Finished clone github.com/hashicorp/go-multierror [2021-02-18T13:50:52.201Z] 2021/02/18 13:50:51 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-02-18T13:50:52.422Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-18T13:50:52.422Z] === RUN TestAuthZPluginDenyResponse [2021-02-18T13:50:52.750Z] testing: warning: no tests to run [2021-02-18T13:50:52.750Z] PASS [2021-02-18T13:50:52.750Z] ok github.com/docker/docker/integration/network/ipvlan 0.091s [no tests to run] [2021-02-18T13:50:52.750Z] testing: warning: no tests to run [2021-02-18T13:50:52.750Z] PASS [2021-02-18T13:50:52.750Z] ok github.com/docker/docker/integration/network/macvlan 0.037s [no tests to run] [2021-02-18T13:50:52.988Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T13:50:52.988Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2021-02-18T13:50:52.988Z] === RUN TestAuthZPluginAllowEventStream [2021-02-18T13:50:53.549Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T13:50:53.586Z] 2021/02/18 13:50:53 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-02-18T13:50:53.586Z] 2021/02/18 13:50:53 Finished clone github.com/hashicorp/go-sockaddr [2021-02-18T13:50:53.586Z] 2021/02/18 13:50:53 Finished clone github.com/docker/libkv [2021-02-18T13:50:53.586Z] 2021/02/18 13:50:53 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-02-18T13:50:53.725Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:50:53.725Z] INFO: Testing against a local daemon [2021-02-18T13:50:53.725Z] === RUN TestNetworkCreateDelete [2021-02-18T13:50:53.725Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-18T13:50:53.725Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:53.725Z] === RUN TestDockerNetworkDeletePreferID [2021-02-18T13:50:53.725Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T13:50:53.725Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-18T13:50:53.725Z] === RUN TestDaemonDNSFallback [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-18T13:50:53.725Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:53.725Z] === RUN TestInspectNetwork [2021-02-18T13:50:53.725Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-18T13:50:53.725Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:53.725Z] === RUN TestRunContainerWithBridgeNone [2021-02-18T13:50:53.725Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-18T13:50:53.725Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:53.725Z] === RUN TestNetworkInvalidJSON [2021-02-18T13:50:53.725Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:53.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:53.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:53.725Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-18T13:50:53.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-18T13:50:53.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-18T13:50:53.725Z] === RUN TestNetworkList [2021-02-18T13:50:53.725Z] === RUN TestNetworkList//networks [2021-02-18T13:50:53.725Z] === PAUSE TestNetworkList//networks [2021-02-18T13:50:53.725Z] === RUN TestNetworkList//networks/ [2021-02-18T13:50:53.725Z] === PAUSE TestNetworkList//networks/ [2021-02-18T13:50:53.725Z] === CONT TestNetworkList//networks [2021-02-18T13:50:53.725Z] === CONT TestNetworkList//networks/ [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkList (0.03s) [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-18T13:50:53.725Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-18T13:50:53.725Z] === RUN TestHostIPv4BridgeLabel [2021-02-18T13:50:53.725Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-18T13:50:53.725Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestDaemonDefaultNetworkPools [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-18T13:50:53.725Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestServiceWithPredefinedNetwork [2021-02-18T13:50:53.725Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-18T13:50:53.725Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:50:53.725Z] === RUN TestServiceWithDataPathPortInit [2021-02-18T13:50:53.725Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-18T13:50:53.725Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T13:50:53.725Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T13:50:53.725Z] PASS [2021-02-18T13:50:53.725Z] ok github.com/docker/docker/integration/network 0.177s [2021-02-18T13:50:53.846Z] 2021/02/18 13:50:53 Finished clone github.com/vishvananda/netns [2021-02-18T13:50:53.846Z] 2021/02/18 13:50:53 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === Skipped [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-18T13:50:54.188Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-18T13:50:54.188Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-18T13:50:54.188Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-18T13:50:54.188Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-18T13:50:54.188Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-18T13:50:54.188Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:236: FLAKY_TEST [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-18T13:50:54.188Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] [2021-02-18T13:50:54.188Z] DONE 22 tests, 15 skipped in 2.858s [2021-02-18T13:50:54.188Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-18T13:50:54.475Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T13:50:54.475Z] --- PASS: TestAuthZPluginAllowEventStream (1.46s) [2021-02-18T13:50:54.475Z] === RUN TestAuthZPluginErrorResponse [2021-02-18T13:50:54.650Z] testing: warning: no tests to run [2021-02-18T13:50:54.650Z] PASS [2021-02-18T13:50:54.650Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2021-02-18T13:50:54.650Z] [2021-02-18T13:50:54.650Z] DONE 0 tests in 0.324s [2021-02-18T13:50:54.650Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-18T13:50:54.650Z] testing: warning: no tests to run [2021-02-18T13:50:54.650Z] PASS [2021-02-18T13:50:54.650Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2021-02-18T13:50:54.650Z] [2021-02-18T13:50:54.650Z] DONE 0 tests in 0.302s [2021-02-18T13:50:54.650Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-18T13:50:54.788Z] 2021/02/18 13:50:54 Finished clone github.com/hashicorp/go-msgpack [2021-02-18T13:50:54.788Z] 2021/02/18 13:50:54 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-02-18T13:50:55.039Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T13:50:55.039Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-02-18T13:50:55.039Z] === RUN TestAuthZPluginErrorRequest [2021-02-18T13:50:55.600Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2021-02-18T13:50:55.600Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-18T13:50:55.731Z] 2021/02/18 13:50:55 Finished clone github.com/BurntSushi/toml [2021-02-18T13:50:55.731Z] 2021/02/18 13:50:55 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-02-18T13:50:55.856Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T13:50:56.112Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-02-18T13:50:56.112Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-18T13:50:56.250Z] testing: warning: no tests to run [2021-02-18T13:50:56.250Z] PASS [2021-02-18T13:50:56.250Z] ok github.com/docker/docker/integration/plugin 0.133s [no tests to run] [2021-02-18T13:50:56.250Z] testing: warning: no tests to run [2021-02-18T13:50:56.250Z] PASS [2021-02-18T13:50:56.250Z] ok github.com/docker/docker/integration/plugin/authz 0.050s [no tests to run] [2021-02-18T13:50:56.672Z] 2021/02/18 13:50:56 Finished clone github.com/moby/ipvs [2021-02-18T13:50:56.672Z] 2021/02/18 13:50:56 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-02-18T13:50:56.674Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T13:50:56.932Z] 2021/02/18 13:50:56 Finished clone github.com/samuel/go-zookeeper [2021-02-18T13:50:56.932Z] 2021/02/18 13:50:56 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-02-18T13:50:57.193Z] 2021/02/18 13:50:56 Finished clone github.com/vishvananda/netlink [2021-02-18T13:50:57.193Z] 2021/02/18 13:50:56 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-02-18T13:50:57.601Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T13:50:57.763Z] 2021/02/18 13:50:57 Finished clone github.com/deckarep/golang-set [2021-02-18T13:50:57.763Z] 2021/02/18 13:50:57 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-02-18T13:50:58.162Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) [2021-02-18T13:50:58.163Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-18T13:50:58.418Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T13:50:58.418Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T13:50:58.705Z] 2021/02/18 13:50:58 Finished clone github.com/coreos/go-semver [2021-02-18T13:50:58.705Z] 2021/02/18 13:50:58 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-02-18T13:50:58.705Z] 2021/02/18 13:50:58 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-02-18T13:50:58.705Z] 2021/02/18 13:50:58 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2021-02-18T13:50:58.979Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T13:50:59.648Z] 2021/02/18 13:50:59 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-02-18T13:50:59.648Z] 2021/02/18 13:50:59 Finished clone golang.org/x/sys [2021-02-18T13:50:59.910Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T13:50:59.910Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.87s) [2021-02-18T13:50:59.910Z] === RUN TestAuthZPluginHeader [2021-02-18T13:51:00.219Z] 2021/02/18 13:51:00 Finished clone github.com/ishidawataru/sctp [2021-02-18T13:51:00.219Z] 2021/02/18 13:51:00 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-02-18T13:51:00.835Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T13:51:00.835Z] --- PASS: TestAuthZPluginHeader (0.86s) [2021-02-18T13:51:00.835Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-18T13:51:01.398Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T13:51:01.959Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T13:51:03.324Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T13:51:03.519Z] 2021/02/18 13:51:02 Finished clone cloud.google.com/go [2021-02-18T13:51:03.519Z] 2021/02/18 13:51:02 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-02-18T13:51:03.519Z] 2021/02/18 13:51:02 Finished clone go.etcd.io/bbolt [2021-02-18T13:51:03.519Z] 2021/02/18 13:51:03 Finished clone github.com/hashicorp/serf [2021-02-18T13:51:03.580Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T13:51:04.861Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:04.861Z] INFO: Testing against a local daemon [2021-02-18T13:51:04.861Z] === RUN TestExternalGraphDriver [2021-02-18T13:51:04.861Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-18T13:51:04.861Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T13:51:04.861Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:51:04.861Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-18T13:51:04.861Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T13:51:04.861Z] PASS [2021-02-18T13:51:04.861Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.378s [2021-02-18T13:51:04.903Z] 2021/02/18 13:51:04 Finished clone golang.org/x/text [2021-02-18T13:51:04.950Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.97s) [2021-02-18T13:51:04.950Z] === RUN TestAuthZPluginV2Disable [2021-02-18T13:51:05.205Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T13:51:05.323Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:05.323Z] INFO: Testing against a local daemon [2021-02-18T13:51:05.323Z] === RUN TestPluginInvalidJSON [2021-02-18T13:51:05.323Z] testing: warning: no tests to run [2021-02-18T13:51:05.323Z] PASS [2021-02-18T13:51:05.323Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:05.323Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:05.323Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.056s [no tests to run] [2021-02-18T13:51:05.323Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:05.323Z] INFO: Testing against a local daemon [2021-02-18T13:51:05.323Z] === RUN TestReadPluginNoRead [2021-02-18T13:51:05.323Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T13:51:05.323Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T13:51:05.323Z] PASS [2021-02-18T13:51:05.323Z] ok github.com/docker/docker/integration/plugin/logging 0.147s [2021-02-18T13:51:05.323Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:05.323Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-02-18T13:51:05.323Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T13:51:05.323Z] === RUN TestPluginInstall [2021-02-18T13:51:05.323Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T13:51:05.323Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-18T13:51:05.323Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:51:05.323Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-18T13:51:05.323Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-18T13:51:05.323Z] PASS [2021-02-18T13:51:05.323Z] ok github.com/docker/docker/integration/plugin/common 0.219s [2021-02-18T13:51:05.323Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T13:51:05.323Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T13:51:06.872Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:06.872Z] INFO: Testing against a local daemon [2021-02-18T13:51:06.872Z] === RUN TestPluginWithDevMounts [2021-02-18T13:51:06.872Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T13:51:06.872Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:06.872Z] PASS [2021-02-18T13:51:06.872Z] ok github.com/docker/docker/integration/plugin/volumes 0.118s [2021-02-18T13:51:06.872Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === Skipped [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T13:51:07.333Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-18T13:51:07.333Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-18T13:51:07.333Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-18T13:51:07.333Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T13:51:07.333Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T13:51:07.333Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] [2021-02-18T13:51:07.333Z] DONE 8 tests, 6 skipped in 12.344s [2021-02-18T13:51:07.333Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-18T13:51:07.797Z] testing: warning: no tests to run [2021-02-18T13:51:07.797Z] PASS [2021-02-18T13:51:07.797Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2021-02-18T13:51:07.797Z] [2021-02-18T13:51:07.797Z] DONE 0 tests in 0.313s [2021-02-18T13:51:07.797Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-18T13:51:08.205Z] 2021/02/18 13:51:07 Finished clone github.com/docker/libnetwork [2021-02-18T13:51:08.205Z] 2021/02/18 13:51:07 Finished clone github.com/vbatts/tar-split [2021-02-18T13:51:08.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:08.259Z] INFO: Testing against a local daemon [2021-02-18T13:51:08.259Z] === RUN TestPluginInvalidJSON [2021-02-18T13:51:08.259Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:08.259Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:08.259Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:08.259Z] --- PASS: TestPluginInvalidJSON (0.08s) [2021-02-18T13:51:08.259Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T13:51:08.259Z] === RUN TestPluginInstall [2021-02-18T13:51:08.259Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-18T13:51:08.259Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-18T13:51:08.259Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:51:08.259Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-18T13:51:08.259Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-18T13:51:08.259Z] PASS [2021-02-18T13:51:08.259Z] ok github.com/docker/docker/integration/plugin/common (cached) [2021-02-18T13:51:08.259Z] [2021-02-18T13:51:08.259Z] === Skipped [2021-02-18T13:51:08.259Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-18T13:51:08.259Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-18T13:51:08.259Z] [2021-02-18T13:51:08.259Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-18T13:51:08.259Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-18T13:51:08.259Z] [2021-02-18T13:51:08.259Z] [2021-02-18T13:51:08.259Z] DONE 4 tests, 2 skipped in 0.780s [2021-02-18T13:51:08.259Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-18T13:51:08.469Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T13:51:08.469Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2021-02-18T13:51:08.469Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-18T13:51:08.777Z] 2021/02/18 13:51:08 Finished clone github.com/moby/buildkit [2021-02-18T13:51:09.038Z] 2021/02/18 13:51:08 Finished clone github.com/ugorji/go [2021-02-18T13:51:09.235Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:09.235Z] INFO: Testing against a local daemon [2021-02-18T13:51:09.235Z] === RUN TestExternalGraphDriver [2021-02-18T13:51:09.235Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-18T13:51:09.235Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T13:51:09.235Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:51:09.235Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-18T13:51:09.235Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T13:51:09.235Z] PASS [2021-02-18T13:51:09.235Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2021-02-18T13:51:09.235Z] [2021-02-18T13:51:09.235Z] === Skipped [2021-02-18T13:51:09.235Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-18T13:51:09.235Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-18T13:51:09.235Z] [2021-02-18T13:51:09.235Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-18T13:51:09.235Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-18T13:51:09.235Z] [2021-02-18T13:51:09.235Z] [2021-02-18T13:51:09.235Z] DONE 2 tests, 2 skipped in 0.747s [2021-02-18T13:51:09.235Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-18T13:51:10.210Z] testing: warning: no tests to run [2021-02-18T13:51:10.210Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:10.210Z] PASS [2021-02-18T13:51:10.210Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T13:51:10.210Z] INFO: Testing against a local daemon [2021-02-18T13:51:10.210Z] === RUN TestReadPluginNoRead [2021-02-18T13:51:10.210Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-18T13:51:10.210Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T13:51:10.210Z] PASS [2021-02-18T13:51:10.210Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2021-02-18T13:51:10.210Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-18T13:51:10.210Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-18T13:51:10.210Z] [2021-02-18T13:51:10.210Z] === Skipped [2021-02-18T13:51:10.210Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-18T13:51:10.210Z] read_test.go:21: no unix domain sockets on Windows [2021-02-18T13:51:10.210Z] [2021-02-18T13:51:10.210Z] [2021-02-18T13:51:10.210Z] DONE 1 tests, 1 skipped in 0.857s [2021-02-18T13:51:10.210Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-18T13:51:10.673Z] testing: warning: no tests to run [2021-02-18T13:51:10.673Z] PASS [2021-02-18T13:51:10.673Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-18T13:51:10.673Z] [2021-02-18T13:51:10.673Z] DONE 0 tests in 0.482s [2021-02-18T13:51:10.673Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-18T13:51:10.986Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T13:51:10.986Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T13:51:11.547Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.17s) [2021-02-18T13:51:11.547Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-18T13:51:11.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:11.648Z] INFO: Testing against a local daemon [2021-02-18T13:51:11.648Z] === RUN TestPluginWithDevMounts [2021-02-18T13:51:11.648Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-18T13:51:11.648Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:11.648Z] PASS [2021-02-18T13:51:11.648Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2021-02-18T13:51:11.648Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-18T13:51:11.648Z] [2021-02-18T13:51:11.648Z] === Skipped [2021-02-18T13:51:11.648Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-18T13:51:11.648Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:11.648Z] [2021-02-18T13:51:11.648Z] [2021-02-18T13:51:11.648Z] DONE 1 tests, 1 skipped in 0.800s [2021-02-18T13:51:11.648Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-18T13:51:13.437Z] 2021/02/18 13:51:12 Finished clone github.com/miekg/dns [2021-02-18T13:51:13.837Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:13.837Z] INFO: Testing against a local daemon [2021-02-18T13:51:13.837Z] === RUN TestSecretInspect [2021-02-18T13:51:13.837Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] === RUN TestSecretList [2021-02-18T13:51:13.837Z] --- SKIP: TestSecretList (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] === RUN TestSecretsCreateAndDelete [2021-02-18T13:51:13.837Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] === RUN TestSecretsUpdate [2021-02-18T13:51:13.837Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] === RUN TestTemplatedSecret [2021-02-18T13:51:13.837Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] === RUN TestSecretCreateResolve [2021-02-18T13:51:13.837Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:13.837Z] PASS [2021-02-18T13:51:13.837Z] ok github.com/docker/docker/integration/secret 0.156s [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === Skipped [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-18T13:51:13.837Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] [2021-02-18T13:51:13.837Z] DONE 6 tests, 6 skipped in 2.043s [2021-02-18T13:51:13.837Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-18T13:51:14.380Z] 2021/02/18 13:51:14 Finished clone github.com/containerd/containerd [2021-02-18T13:51:14.836Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T13:51:16.029Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:16.029Z] INFO: Testing against a local daemon [2021-02-18T13:51:16.029Z] === RUN TestServiceCreateInit [2021-02-18T13:51:16.029Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T13:51:16.029Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T13:51:16.029Z] --- PASS: TestServiceCreateInit (0.03s) [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceConflict [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-02-18T13:51:16.029Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-18T13:51:16.029Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceSysctls [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-18T13:51:16.029Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateServiceCapabilities [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-02-18T13:51:16.029Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestInspect [2021-02-18T13:51:16.029Z] --- SKIP: TestInspect (0.00s) [2021-02-18T13:51:16.029Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestCreateJob [2021-02-18T13:51:16.029Z] --- SKIP: TestCreateJob (0.00s) [2021-02-18T13:51:16.029Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestReplicatedJob [2021-02-18T13:51:16.029Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-18T13:51:16.029Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestUpdateReplicatedJob [2021-02-18T13:51:16.029Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-18T13:51:16.029Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestServiceListWithStatuses [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T13:51:16.029Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T13:51:16.029Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-18T13:51:16.029Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestDockerNetworkReConnect [2021-02-18T13:51:16.029Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-18T13:51:16.029Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestServicePlugin [2021-02-18T13:51:16.029Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-18T13:51:16.029Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.029Z] === RUN TestServiceUpdateLabel [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-18T13:51:16.029Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.029Z] === RUN TestServiceUpdateSecrets [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-18T13:51:16.029Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.029Z] === RUN TestServiceUpdateConfigs [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-18T13:51:16.029Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.029Z] === RUN TestServiceUpdateNetwork [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-18T13:51:16.029Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.029Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T13:51:16.029Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-02-18T13:51:16.029Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.029Z] PASS [2021-02-18T13:51:16.029Z] ok github.com/docker/docker/integration/service 0.279s [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === Skipped [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:51:16.491Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:51:16.491Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-02-18T13:51:16.491Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-18T13:51:16.491Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-18T13:51:16.491Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-02-18T13:51:16.491Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-18T13:51:16.491Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-18T13:51:16.491Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-18T13:51:16.491Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-18T13:51:16.491Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-18T13:51:16.491Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-18T13:51:16.491Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-18T13:51:16.491Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-18T13:51:16.491Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-18T13:51:16.491Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-18T13:51:16.491Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-18T13:51:16.491Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-18T13:51:16.491Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-02-18T13:51:16.491Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] [2021-02-18T13:51:16.491Z] DONE 24 tests, 23 skipped in 2.759s [2021-02-18T13:51:16.491Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-18T13:51:16.728Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-18T13:51:16.928Z] 2021/02/18 13:51:16 Finished clone github.com/docker/distribution [2021-02-18T13:51:18.614Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T13:51:18.681Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:18.681Z] INFO: Testing against a local daemon [2021-02-18T13:51:18.681Z] === RUN TestSessionCreate [2021-02-18T13:51:18.681Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-18T13:51:18.681Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T13:51:18.681Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T13:51:18.681Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T13:51:18.681Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T13:51:18.681Z] PASS [2021-02-18T13:51:18.681Z] ok github.com/docker/docker/integration/session 0.132s [2021-02-18T13:51:18.681Z] [2021-02-18T13:51:18.681Z] === Skipped [2021-02-18T13:51:18.681Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-18T13:51:18.681Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-18T13:51:18.681Z] [2021-02-18T13:51:18.681Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-18T13:51:18.681Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-18T13:51:18.681Z] [2021-02-18T13:51:18.681Z] [2021-02-18T13:51:18.681Z] DONE 2 tests, 2 skipped in 2.039s [2021-02-18T13:51:18.681Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-18T13:51:19.539Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T13:51:20.870Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:20.870Z] INFO: Testing against a local daemon [2021-02-18T13:51:20.870Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:51:20.870Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:51:20.870Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:20.870Z] === RUN TestEventsExecDie [2021-02-18T13:51:20.870Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-18T13:51:20.870Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T13:51:20.870Z] === RUN TestEventsBackwardsCompatible [2021-02-18T13:51:20.870Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-18T13:51:20.870Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T13:51:20.870Z] === RUN TestInfoAPI [2021-02-18T13:51:20.870Z] --- PASS: TestInfoAPI (0.03s) [2021-02-18T13:51:20.870Z] === RUN TestInfoAPIWarnings [2021-02-18T13:51:20.870Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-18T13:51:20.870Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:51:20.870Z] === RUN TestInfoDebug [2021-02-18T13:51:20.870Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-18T13:51:20.870Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:20.870Z] === RUN TestInfoInsecureRegistries [2021-02-18T13:51:20.870Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-18T13:51:20.870Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:20.870Z] === RUN TestInfoRegistryMirrors [2021-02-18T13:51:20.870Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-18T13:51:20.870Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:20.870Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T13:51:21.847Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-02-18T13:51:21.847Z] === RUN TestPingCacheHeaders [2021-02-18T13:51:21.847Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-18T13:51:21.847Z] === RUN TestPingGet [2021-02-18T13:51:21.847Z] --- PASS: TestPingGet (0.03s) [2021-02-18T13:51:21.847Z] === RUN TestPingHead [2021-02-18T13:51:21.847Z] --- PASS: TestPingHead (0.03s) [2021-02-18T13:51:21.847Z] === RUN TestVersion [2021-02-18T13:51:21.847Z] --- PASS: TestVersion (0.03s) [2021-02-18T13:51:21.847Z] PASS [2021-02-18T13:51:21.847Z] ok github.com/docker/docker/integration/system 1.225s [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === Skipped [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-18T13:51:21.847Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-18T13:51:21.847Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-18T13:51:21.847Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-18T13:51:21.847Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-18T13:51:21.847Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-18T13:51:21.847Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-18T13:51:21.847Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] [2021-02-18T13:51:21.847Z] DONE 13 tests, 7 skipped in 3.227s [2021-02-18T13:51:21.847Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-18T13:51:22.804Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-18T13:51:22.804Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.00s) [2021-02-18T13:51:22.804Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-18T13:51:22.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-18T13:51:23.061Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T13:51:23.988Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T13:51:24.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:24.037Z] INFO: Testing against a local daemon [2021-02-18T13:51:24.037Z] === RUN TestVolumesCreateAndList [2021-02-18T13:51:24.037Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-18T13:51:24.037Z] === RUN TestVolumesRemove [2021-02-18T13:51:24.037Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-18T13:51:24.037Z] === RUN TestVolumesInspect [2021-02-18T13:51:24.037Z] --- PASS: TestVolumesInspect (0.04s) [2021-02-18T13:51:24.037Z] === RUN TestVolumesInvalidJSON [2021-02-18T13:51:24.037Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T13:51:24.037Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T13:51:24.037Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T13:51:24.037Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-18T13:51:24.037Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T13:51:24.037Z] PASS [2021-02-18T13:51:24.037Z] ok github.com/docker/docker/integration/volume 0.267s [2021-02-18T13:51:24.037Z] [2021-02-18T13:51:24.037Z] DONE 5 tests in 2.350s [2021-02-18T13:51:24.499Z] INFO: make.ps1 ended at 02/18/2021 13:51:24 [2021-02-18T13:51:24.499Z] INFO: Integration CLI tests being run from the host: [2021-02-18T13:51:24.499Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-02-18T13:51:25.361Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T13:51:26.289Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T13:51:26.850Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T13:51:26.931Z] 2021/02/18 13:51:25 Finished clone google.golang.org/genproto [2021-02-18T13:51:27.778Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T13:51:27.778Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T13:51:28.338Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T13:51:29.263Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T13:51:29.263Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T13:51:29.264Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T13:51:29.476Z] 2021/02/18 13:51:29 Finished clone github.com/gogo/protobuf [2021-02-18T13:51:29.824Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T13:51:30.079Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T13:51:30.079Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T13:51:30.335Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T13:51:30.590Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T13:51:30.846Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T13:51:31.101Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T13:51:31.101Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T13:51:31.101Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T13:51:31.101Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T13:51:31.101Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T13:51:31.356Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T13:51:32.020Z] 2021/02/18 13:51:31 Finished clone github.com/coreos/etcd [2021-02-18T13:51:32.722Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T13:51:32.722Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T13:51:32.722Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T13:51:33.281Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-18T13:51:33.281Z] INFO: Testing against a local daemon [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-18T13:51:33.281Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-18T13:51:33.744Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-18T13:51:34.207Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T13:51:36.884Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T13:51:37.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T13:51:38.398Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T13:51:39.324Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.68s) [2021-02-18T13:51:39.324Z] PASS [2021-02-18T13:51:39.324Z] [2021-02-18T13:51:39.324Z] DONE 17 tests in 50.009s [2021-02-18T13:51:39.324Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-18T13:51:39.324Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:39.324Z] ++ set -e [2021-02-18T13:51:39.324Z] ++ '[' -n 0 ']' [2021-02-18T13:51:39.324Z] ++ set -x [2021-02-18T13:51:39.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:39.324Z] INFO: Testing against a local daemon [2021-02-18T13:51:39.324Z] === RUN TestPluginInvalidJSON [2021-02-18T13:51:39.324Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:39.324Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:39.324Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-18T13:51:39.324Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-18T13:51:39.324Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-18T13:51:39.324Z] === RUN TestPluginInstall [2021-02-18T13:51:39.324Z] === RUN TestPluginInstall/no_auth [2021-02-18T13:51:39.580Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T13:51:40.141Z] time="2021-02-18T13:51:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:40.141Z] time="2021-02-18T13:51:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14cf423d50a6bc5b22187ddde8b01e30710687834333b2280851b76f855f0b5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:40.141Z] time="2021-02-18T13:51:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:40.141Z] time="2021-02-18T13:51:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14cf423d50a6bc5b22187ddde8b01e30710687834333b2280851b76f855f0b5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:40.397Z] === RUN TestPluginInstall/with_htpasswd [2021-02-18T13:51:40.958Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T13:51:41.214Z] time="2021-02-18T13:51:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:41.214Z] time="2021-02-18T13:51:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d0aeba34a0c9b8d1bcaa0b0a47f6b129bde18e50614fb9179cf4a2361b8ca21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:41.214Z] time="2021-02-18T13:51:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:41.214Z] time="2021-02-18T13:51:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d0aeba34a0c9b8d1bcaa0b0a47f6b129bde18e50614fb9179cf4a2361b8ca21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:41.470Z] === RUN TestPluginInstall/with_insecure [2021-02-18T13:51:41.470Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T13:51:42.033Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T13:51:42.033Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T13:51:42.595Z] time="2021-02-18T13:51:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:42.595Z] time="2021-02-18T13:51:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3c5c65f8ca454e959669fece1aaebdf93488f1af6cdc6bbb9d21c803f94915e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:42.595Z] time="2021-02-18T13:51:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-18T13:51:42.595Z] time="2021-02-18T13:51:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3c5c65f8ca454e959669fece1aaebdf93488f1af6cdc6bbb9d21c803f94915e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-18T13:51:42.851Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T13:51:42.851Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-18T13:51:42.851Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-18T13:51:42.851Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-18T13:51:43.107Z] --- PASS: TestPluginInstall (3.70s) [2021-02-18T13:51:43.107Z] --- PASS: TestPluginInstall/no_auth (1.09s) [2021-02-18T13:51:43.107Z] --- PASS: TestPluginInstall/with_htpasswd (1.05s) [2021-02-18T13:51:43.107Z] --- PASS: TestPluginInstall/with_insecure (1.56s) [2021-02-18T13:51:43.107Z] plugin_test.go:160: [de37e277c9df5] daemon is not started [2021-02-18T13:51:43.107Z] === RUN TestPluginsWithRuntimes [2021-02-18T13:51:43.667Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-18T13:51:44.598Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-18T13:51:45.159Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-18T13:51:45.719Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-18T13:51:45.719Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-18T13:51:45.719Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-18T13:51:45.975Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-18T13:51:46.231Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-18T13:51:47.156Z] --- PASS: TestPluginsWithRuntimes (4.15s) [2021-02-18T13:51:47.156Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.03s) [2021-02-18T13:51:47.156Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.98s) [2021-02-18T13:51:47.156Z] PASS [2021-02-18T13:51:47.156Z] [2021-02-18T13:51:47.156Z] DONE 9 tests in 7.916s [2021-02-18T13:51:47.156Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-18T13:51:47.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:47.156Z] ++ set -e [2021-02-18T13:51:47.156Z] ++ '[' -n 0 ']' [2021-02-18T13:51:47.156Z] ++ set -x [2021-02-18T13:51:47.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:47.157Z] INFO: Testing against a local daemon [2021-02-18T13:51:47.157Z] === RUN TestExternalGraphDriver [2021-02-18T13:51:47.412Z] === RUN TestExternalGraphDriver/json [2021-02-18T13:51:49.297Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-18T13:51:49.297Z] === RUN TestExternalGraphDriver/spec [2021-02-18T13:51:51.186Z] === RUN TestExternalGraphDriver/pull [2021-02-18T13:51:51.747Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T13:51:53.112Z] --- PASS: TestExternalGraphDriver (5.68s) [2021-02-18T13:51:53.112Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2021-02-18T13:51:53.112Z] --- PASS: TestExternalGraphDriver/spec (1.97s) [2021-02-18T13:51:53.112Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2021-02-18T13:51:53.112Z] === RUN TestGraphdriverPluginV2 [2021-02-18T13:51:54.039Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T13:51:55.928Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T13:51:56.854Z] --- PASS: TestGraphdriverPluginV2 (3.95s) [2021-02-18T13:51:56.854Z] PASS [2021-02-18T13:51:56.854Z] [2021-02-18T13:51:56.854Z] DONE 5 tests in 9.680s [2021-02-18T13:51:56.854Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-18T13:51:56.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:56.854Z] ++ set -e [2021-02-18T13:51:56.854Z] ++ '[' -n 0 ']' [2021-02-18T13:51:56.854Z] ++ set -x [2021-02-18T13:51:56.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:51:57.110Z] INFO: Testing against a local daemon [2021-02-18T13:51:57.110Z] === RUN TestContinueAfterPluginCrash [2021-02-18T13:51:57.110Z] === PAUSE TestContinueAfterPluginCrash [2021-02-18T13:51:57.110Z] === RUN TestReadPluginNoRead [2021-02-18T13:51:57.110Z] === PAUSE TestReadPluginNoRead [2021-02-18T13:51:57.110Z] === RUN TestDaemonStartWithLogOpt [2021-02-18T13:51:57.110Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-18T13:51:57.110Z] === CONT TestContinueAfterPluginCrash [2021-02-18T13:51:57.110Z] === CONT TestDaemonStartWithLogOpt [2021-02-18T13:51:57.684Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-18T13:51:58.610Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T13:51:59.538Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T13:52:00.467Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T13:52:01.395Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T13:52:01.957Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T13:52:02.519Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-18T13:52:02.774Z] --- PASS: TestDaemonStartWithLogOpt (5.71s) [2021-02-18T13:52:02.774Z] === CONT TestReadPluginNoRead [2021-02-18T13:52:04.663Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-18T13:52:05.590Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T13:52:06.151Z] === RUN TestReadPluginNoRead/default [2021-02-18T13:52:07.515Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-18T13:52:07.770Z] --- PASS: TestContinueAfterPluginCrash (10.75s) [2021-02-18T13:52:08.025Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-18T13:52:08.951Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-18T13:52:10.314Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T13:52:10.314Z] --- PASS: TestReadPluginNoRead (7.59s) [2021-02-18T13:52:10.314Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2021-02-18T13:52:10.314Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.55s) [2021-02-18T13:52:10.314Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.38s) [2021-02-18T13:52:10.314Z] read_test.go:92: [d5b3d5ec811b1] daemon is not started [2021-02-18T13:52:10.314Z] PASS [2021-02-18T13:52:10.314Z] [2021-02-18T13:52:10.314Z] DONE 6 tests in 13.384s [2021-02-18T13:52:10.314Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-18T13:52:10.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:10.314Z] ++ set -e [2021-02-18T13:52:10.314Z] ++ '[' -n 0 ']' [2021-02-18T13:52:10.314Z] ++ set -x [2021-02-18T13:52:10.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:10.314Z] testing: warning: no tests to run [2021-02-18T13:52:10.314Z] PASS [2021-02-18T13:52:10.314Z] [2021-02-18T13:52:10.314Z] DONE 0 tests in 0.016s [2021-02-18T13:52:10.314Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-18T13:52:10.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:10.314Z] ++ set -e [2021-02-18T13:52:10.314Z] ++ '[' -n 0 ']' [2021-02-18T13:52:10.314Z] ++ set -x [2021-02-18T13:52:10.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:10.570Z] INFO: Testing against a local daemon [2021-02-18T13:52:10.570Z] === RUN TestPluginWithDevMounts [2021-02-18T13:52:10.570Z] === PAUSE TestPluginWithDevMounts [2021-02-18T13:52:10.570Z] === CONT TestPluginWithDevMounts [2021-02-18T13:52:11.497Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T13:52:12.424Z] --- PASS: TestPluginWithDevMounts (1.97s) [2021-02-18T13:52:12.424Z] PASS [2021-02-18T13:52:12.424Z] [2021-02-18T13:52:12.424Z] DONE 1 tests in 2.023s [2021-02-18T13:52:12.424Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-18T13:52:12.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:12.424Z] ++ set -e [2021-02-18T13:52:12.424Z] ++ '[' -n 0 ']' [2021-02-18T13:52:12.424Z] ++ set -x [2021-02-18T13:52:12.425Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:12.680Z] INFO: Testing against a local daemon [2021-02-18T13:52:12.680Z] === RUN TestSecretInspect [2021-02-18T13:52:12.680Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T13:52:14.564Z] --- PASS: TestSecretInspect (1.89s) [2021-02-18T13:52:14.564Z] === RUN TestSecretList [2021-02-18T13:52:16.450Z] --- PASS: TestSecretList (1.93s) [2021-02-18T13:52:16.450Z] === RUN TestSecretsCreateAndDelete [2021-02-18T13:52:18.336Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T13:52:18.336Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T13:52:18.744Z] 2021/02/18 13:52:14 Finished clone github.com/hashicorp/consul [2021-02-18T13:52:18.744Z] 2021/02/18 13:52:15 Finished clone github.com/aws/aws-sdk-go [2021-02-18T13:52:19.271Z] --- PASS: TestSecretsCreateAndDelete (2.72s) [2021-02-18T13:52:19.271Z] === RUN TestSecretsUpdate [2021-02-18T13:52:19.526Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T13:52:20.086Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-18T13:52:20.341Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T13:52:20.597Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-18T13:52:20.853Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-18T13:52:20.853Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T13:52:21.780Z] --- PASS: TestSecretsUpdate (2.64s) [2021-02-18T13:52:21.780Z] === RUN TestTemplatedSecret [2021-02-18T13:52:22.035Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T13:52:23.398Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T13:52:23.398Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T13:52:23.398Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T13:52:24.326Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T13:52:24.581Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T13:52:24.836Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T13:52:24.836Z] --- PASS: TestTemplatedSecret (3.22s) [2021-02-18T13:52:24.836Z] === RUN TestSecretCreateResolve [2021-02-18T13:52:26.200Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-18T13:52:26.200Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-18T13:52:26.200Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-18T13:52:26.200Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T13:52:27.562Z] --- PASS: TestSecretCreateResolve (2.38s) [2021-02-18T13:52:27.562Z] PASS [2021-02-18T13:52:27.562Z] [2021-02-18T13:52:27.562Z] DONE 6 tests in 14.873s [2021-02-18T13:52:27.562Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-18T13:52:27.562Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:27.562Z] ++ set -e [2021-02-18T13:52:27.562Z] ++ '[' -n 0 ']' [2021-02-18T13:52:27.562Z] ++ set -x [2021-02-18T13:52:27.563Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:52:27.563Z] INFO: Testing against a local daemon [2021-02-18T13:52:27.563Z] === RUN TestServiceCreateInit [2021-02-18T13:52:27.563Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-18T13:52:28.123Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-18T13:52:28.684Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T13:52:29.244Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T13:52:30.171Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T13:52:32.058Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-18T13:52:36.223Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T13:52:36.223Z] --- PASS: TestServiceCreateInit (8.27s) [2021-02-18T13:52:36.223Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.38s) [2021-02-18T13:52:36.223Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.86s) [2021-02-18T13:52:36.223Z] === RUN TestCreateServiceMultipleTimes [2021-02-18T13:52:36.223Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-18T13:52:36.784Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T13:52:40.050Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T13:52:40.619Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T13:52:43.880Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T13:52:50.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-18T13:52:52.918Z] --- PASS: TestCreateServiceMultipleTimes (17.26s) [2021-02-18T13:52:52.918Z] === RUN TestCreateServiceConflict [2021-02-18T13:52:54.280Z] === RUN TestDockerSuite/TestExec [2021-02-18T13:52:54.840Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T13:52:55.401Z] --- PASS: TestCreateServiceConflict (2.44s) [2021-02-18T13:52:55.401Z] === RUN TestCreateServiceMaxReplicas [2021-02-18T13:52:55.656Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T13:52:56.217Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T13:52:57.147Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T13:52:59.034Z] --- PASS: TestCreateServiceMaxReplicas (3.56s) [2021-02-18T13:52:59.034Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-18T13:52:59.034Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T13:52:59.960Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T13:53:00.521Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T13:53:01.448Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T13:53:02.376Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T13:53:02.631Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T13:53:03.196Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T13:53:04.121Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T13:53:05.491Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T13:53:06.421Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T13:53:07.350Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T13:53:07.910Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T13:53:10.419Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T13:53:10.981Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-18T13:53:11.236Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T13:53:11.797Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T13:53:12.359Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T13:53:12.919Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.90s) [2021-02-18T13:53:12.919Z] === RUN TestCreateServiceSecretFileMode [2021-02-18T13:53:12.919Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T13:53:13.481Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T13:53:14.844Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-18T13:53:15.533Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-18T13:53:16.209Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T13:53:16.209Z] --- PASS: TestCreateServiceSecretFileMode (3.33s) [2021-02-18T13:53:16.209Z] === RUN TestCreateServiceConfigFileMode [2021-02-18T13:53:16.771Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T13:53:17.161Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-18T13:53:19.283Z] --- PASS: TestCreateServiceConfigFileMode (2.65s) [2021-02-18T13:53:19.283Z] === RUN TestCreateServiceSysctls [2021-02-18T13:53:19.354Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-18T13:53:19.354Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-18T13:53:19.354Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-18T13:53:19.354Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-18T13:53:19.816Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-18T13:53:22.544Z] --- PASS: TestCreateServiceSysctls (3.24s) [2021-02-18T13:53:22.544Z] === RUN TestCreateServiceCapabilities [2021-02-18T13:53:22.739Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-18T13:53:22.739Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-18T13:53:22.739Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-18T13:53:24.429Z] --- PASS: TestCreateServiceCapabilities (2.12s) [2021-02-18T13:53:24.430Z] === RUN TestInspect [2021-02-18T13:53:26.943Z] --- PASS: TestInspect (2.52s) [2021-02-18T13:53:26.943Z] === RUN TestCreateJob [2021-02-18T13:53:27.514Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T13:53:28.082Z] === RUN TestDockerSuite/TestExecTTY [2021-02-18T13:53:29.008Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T13:53:29.843Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-18T13:53:29.934Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T13:53:30.494Z] --- PASS: TestCreateJob (3.71s) [2021-02-18T13:53:30.494Z] === RUN TestReplicatedJob [2021-02-18T13:53:30.494Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T13:53:31.420Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T13:53:31.420Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T13:53:33.307Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-18T13:53:33.868Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T13:53:34.796Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-18T13:53:35.725Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T13:53:36.652Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T13:53:36.652Z] --- PASS: TestReplicatedJob (6.25s) [2021-02-18T13:53:36.652Z] === RUN TestUpdateReplicatedJob [2021-02-18T13:53:39.915Z] --- PASS: TestUpdateReplicatedJob (2.80s) [2021-02-18T13:53:39.915Z] === RUN TestServiceListWithStatuses [2021-02-18T13:53:39.915Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-18T13:53:39.915Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:53:39.915Z] === RUN TestDockerNetworkConnectAlias [2021-02-18T13:53:41.279Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T13:53:41.534Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-18T13:53:44.797Z] --- PASS: TestDockerNetworkConnectAlias (4.69s) [2021-02-18T13:53:44.797Z] === RUN TestDockerNetworkReConnect [2021-02-18T13:53:45.722Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T13:53:47.608Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T13:53:48.168Z] --- PASS: TestDockerNetworkReConnect (3.92s) [2021-02-18T13:53:48.168Z] === RUN TestServicePlugin [2021-02-18T13:53:52.342Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T13:53:52.903Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T13:53:52.903Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T13:53:52.903Z] === RUN TestDockerSuite/TestHealth [2021-02-18T13:54:05.069Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-18T13:54:07.581Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T13:54:14.113Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T13:54:15.040Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T13:54:15.040Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T13:54:15.040Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T13:54:15.040Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T13:54:15.295Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T13:54:15.295Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-18T13:54:15.855Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T13:54:15.855Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T13:54:16.416Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T13:54:16.416Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T13:54:16.977Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T13:54:17.537Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T13:54:17.537Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T13:54:18.101Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-18T13:54:19.985Z] --- PASS: TestServicePlugin (31.78s) [2021-02-18T13:54:19.985Z] plugin_test.go:62: [da466f2aaf885] joining swarm manager [dacd86ccc0b79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T13:54:19.985Z] plugin_test.go:65: [defa31cf988c8] joining swarm manager [dacd86ccc0b79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T13:54:19.985Z] === RUN TestServiceUpdateLabel [2021-02-18T13:54:20.911Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T13:54:20.911Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T13:54:20.911Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T13:54:22.274Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T13:54:22.837Z] --- PASS: TestServiceUpdateLabel (2.85s) [2021-02-18T13:54:22.837Z] === RUN TestServiceUpdateSecrets [2021-02-18T13:54:23.771Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T13:54:23.771Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T13:54:25.133Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T13:54:25.258Z] 2021/02/18 13:54:17 Finished clone google.golang.org/api [2021-02-18T13:54:25.258Z] 2021/02/18 13:54:17 Dependencies downloaded. Download time: 4m6.19417173s [2021-02-18T13:54:25.258Z] 2021/02/18 13:54:17 Collecting all dependencies [2021-02-18T13:54:25.693Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-18T13:54:26.620Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T13:54:28.507Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T13:54:28.554Z] 2021/02/18 13:54:28 Clean vendor dir from unused packages [2021-02-18T13:54:28.554Z] 2021/02/18 13:54:28 Ignoring paths matching "^archive/tar" [2021-02-18T13:54:28.763Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T13:54:29.691Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T13:54:29.935Z] 2021/02/18 13:54:29 Success [2021-02-18T13:54:29.935Z] 2021/02/18 13:54:29 Running time: 4m21.733117572s [2021-02-18T13:54:29.935Z] Congratulations! All vendoring changes are done the right way. [2021-02-18T13:54:30.251Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T13:54:30.507Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-18T13:54:30.507Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T13:54:30.819Z] + echo Ensuring container killed. [2021-02-18T13:54:30.820Z] Ensuring container killed. [2021-02-18T13:54:30.820Z] + docker rm -vf docker-pr6 [2021-02-18T13:54:30.820Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-02-18T13:54:31.069Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T13:54:31.107Z] + echo Chowning /workspace to jenkins user [2021-02-18T13:54:31.107Z] Chowning /workspace to jenkins user [2021-02-18T13:54:31.107Z] + id -u [2021-02-18T13:54:31.107Z] + id -g [2021-02-18T13:54:31.107Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T13:54:31.996Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T13:54:32.377Z] + bundleName=unit [2021-02-18T13:54:32.378Z] + echo Creating unit-bundles.tar.gz [2021-02-18T13:54:32.378Z] Creating unit-bundles.tar.gz [2021-02-18T13:54:32.378Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-18T13:54:32.378Z] bundles/junit-report.xml [2021-02-18T13:54:32.378Z] bundles/go-test-report.json [2021-02-18T13:54:32.378Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-18T13:54:32.405Z] Archiving artifacts [2021-02-18T13:54:32.923Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-18T13:54:33.179Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T13:54:33.739Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T13:54:34.300Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T13:54:34.300Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-18T13:54:35.662Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T13:54:35.918Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T13:54:36.173Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T13:54:36.428Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T13:54:36.683Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T13:54:36.683Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T13:54:37.610Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T13:54:37.860Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T13:54:38.171Z] --- PASS: TestServiceUpdateSecrets (15.42s) [2021-02-18T13:54:38.171Z] === RUN TestServiceUpdateConfigs [2021-02-18T13:54:38.171Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T13:54:38.180Z] + make clean [2021-02-18T13:54:38.439Z] docker volume rm -f docker-dev-cache [2021-02-18T13:54:38.439Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T13:54:38.731Z] === RUN TestDockerSuite/TestInspectHistory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T13:54:39.291Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T13:54:39.291Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T13:54:39.291Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T13:54:39.291Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T13:54:39.855Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T13:54:40.782Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T13:54:40.782Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T13:54:41.342Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T13:54:41.610Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T13:54:42.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-18T13:54:43.229Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T13:54:43.229Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T13:54:43.790Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T13:54:44.350Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T13:54:45.714Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T13:54:46.275Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T13:54:46.835Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T13:54:47.762Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T13:54:48.689Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T13:54:49.250Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T13:54:49.812Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T13:54:49.812Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-18T13:54:51.174Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T13:54:52.100Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T13:54:53.465Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T13:54:53.465Z] --- PASS: TestServiceUpdateConfigs (15.29s) [2021-02-18T13:54:53.465Z] === RUN TestServiceUpdateNetwork [2021-02-18T13:54:53.465Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T13:54:54.830Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T13:54:56.728Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T13:54:58.093Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T13:54:58.093Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-18T13:54:59.457Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-18T13:54:59.712Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T13:54:59.967Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T13:55:00.529Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T13:55:07.069Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-18T13:55:07.631Z] --- PASS: TestServiceUpdateNetwork (14.02s) [2021-02-18T13:55:07.631Z] === RUN TestServiceUpdatePidsLimit [2021-02-18T13:55:08.997Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-18T13:55:09.923Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-18T13:55:11.175Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-18T13:55:11.294Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T13:55:12.722Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-18T13:55:13.181Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T13:55:14.434Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-18T13:55:14.434Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-18T13:55:14.434Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-18T13:55:14.434Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-18T13:55:15.069Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T13:55:15.324Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T13:55:16.625Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-18T13:55:16.687Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-18T13:55:16.687Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T13:55:16.942Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-18T13:55:17.198Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T13:55:17.198Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T13:55:17.198Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T13:55:17.759Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T13:55:18.015Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T13:55:22.177Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T13:55:22.177Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T13:55:24.688Z] --- PASS: TestServiceUpdatePidsLimit (16.89s) [2021-02-18T13:55:24.688Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-02-18T13:55:24.688Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.23s) [2021-02-18T13:55:24.688Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-02-18T13:55:24.688Z] PASS [2021-02-18T13:55:24.688Z] [2021-02-18T13:55:24.688Z] === Skipped [2021-02-18T13:55:24.688Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-18T13:55:24.688Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-18T13:55:24.688Z] [2021-02-18T13:55:24.688Z] [2021-02-18T13:55:24.688Z] DONE 27 tests, 1 skipped in 177.010s [2021-02-18T13:55:24.688Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] ++ set -e [2021-02-18T13:55:24.688Z] ++ '[' -n 0 ']' [2021-02-18T13:55:24.688Z] ++ set -x [2021-02-18T13:55:24.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] INFO: Testing against a local daemon [2021-02-18T13:55:24.688Z] === RUN TestSessionCreate [2021-02-18T13:55:24.688Z] --- PASS: TestSessionCreate (0.04s) [2021-02-18T13:55:24.688Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-18T13:55:24.688Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-18T13:55:24.688Z] PASS [2021-02-18T13:55:24.688Z] [2021-02-18T13:55:24.688Z] DONE 2 tests in 0.094s [2021-02-18T13:55:24.688Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] ++ set -e [2021-02-18T13:55:24.688Z] ++ '[' -n 0 ']' [2021-02-18T13:55:24.688Z] ++ set -x [2021-02-18T13:55:24.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:24.688Z] INFO: Testing against a local daemon [2021-02-18T13:55:24.688Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-18T13:55:24.688Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-18T13:55:24.688Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:55:24.688Z] === RUN TestEventsExecDie [2021-02-18T13:55:24.943Z] --- PASS: TestEventsExecDie (0.53s) [2021-02-18T13:55:24.943Z] === RUN TestEventsBackwardsCompatible [2021-02-18T13:55:25.198Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-18T13:55:25.198Z] === RUN TestInfoBinaryCommits [2021-02-18T13:55:25.198Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-18T13:55:25.198Z] === RUN TestInfoAPIVersioned [2021-02-18T13:55:25.198Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-18T13:55:25.198Z] === RUN TestInfoDiscoveryBackend [2021-02-18T13:55:25.758Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-18T13:55:25.758Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-18T13:55:26.683Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T13:55:26.683Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-18T13:55:26.683Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-18T13:55:26.949Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T13:55:26.949Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T13:55:27.210Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-02-18T13:55:27.210Z] === RUN TestInfoAPI [2021-02-18T13:55:27.210Z] --- PASS: TestInfoAPI (0.03s) [2021-02-18T13:55:27.210Z] === RUN TestInfoAPIWarnings [2021-02-18T13:55:28.137Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T13:55:28.699Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T13:55:29.042Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-18T13:55:29.625Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T13:55:30.551Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T13:55:31.111Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T13:55:31.980Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-18T13:55:32.956Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-18T13:55:32.956Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-18T13:55:33.626Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T13:55:33.626Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T13:55:34.187Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T13:55:35.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-18T13:55:36.723Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-18T13:55:37.437Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-18T13:55:37.700Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-18T13:55:41.599Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T13:55:42.412Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-18T13:55:42.412Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-18T13:55:42.412Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-18T13:55:42.412Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-18T13:55:42.412Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-18T13:55:42.873Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-18T13:55:43.483Z] --- PASS: TestInfoAPIWarnings (16.27s) [2021-02-18T13:55:43.483Z] === RUN TestInfoDebug [2021-02-18T13:55:44.044Z] --- PASS: TestInfoDebug (0.53s) [2021-02-18T13:55:44.044Z] === RUN TestInfoInsecureRegistries [2021-02-18T13:55:44.604Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-18T13:55:44.604Z] === RUN TestInfoRegistryMirrors [2021-02-18T13:55:45.165Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-02-18T13:55:45.165Z] === RUN TestLoginFailsWithBadCredentials [2021-02-18T13:55:45.165Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2021-02-18T13:55:45.165Z] === RUN TestPingCacheHeaders [2021-02-18T13:55:45.421Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-18T13:55:45.421Z] === RUN TestPingGet [2021-02-18T13:55:45.421Z] --- PASS: TestPingGet (0.01s) [2021-02-18T13:55:45.421Z] === RUN TestPingHead [2021-02-18T13:55:45.421Z] --- PASS: TestPingHead (0.02s) [2021-02-18T13:55:45.421Z] === RUN TestVersion [2021-02-18T13:55:45.421Z] --- PASS: TestVersion (0.02s) [2021-02-18T13:55:45.421Z] PASS [2021-02-18T13:55:45.421Z] [2021-02-18T13:55:45.421Z] === Skipped [2021-02-18T13:55:45.421Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-18T13:55:45.421Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-18T13:55:45.421Z] [2021-02-18T13:55:45.421Z] [2021-02-18T13:55:45.421Z] DONE 18 tests, 1 skipped in 20.868s [2021-02-18T13:55:45.421Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-18T13:55:45.421Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:45.421Z] ++ set -e [2021-02-18T13:55:45.421Z] ++ '[' -n 0 ']' [2021-02-18T13:55:45.421Z] ++ set -x [2021-02-18T13:55:45.421Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-18T13:55:45.421Z] INFO: Testing against a local daemon [2021-02-18T13:55:45.421Z] === RUN TestVolumesCreateAndList [2021-02-18T13:55:45.421Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-18T13:55:45.421Z] === RUN TestVolumesRemove [2021-02-18T13:55:45.421Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-18T13:55:45.421Z] === RUN TestVolumesInspect [2021-02-18T13:55:45.421Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-18T13:55:45.421Z] === RUN TestVolumesInvalidJSON [2021-02-18T13:55:45.421Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-18T13:55:45.421Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-18T13:55:45.421Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-18T13:55:45.421Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-18T13:55:45.421Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-18T13:55:45.421Z] PASS [2021-02-18T13:55:45.421Z] [2021-02-18T13:55:45.421Z] DONE 5 tests in 0.155s [2021-02-18T13:55:45.421Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T13:55:45.677Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T13:55:45.677Z] +++ kill 24585 [2021-02-18T13:55:46.602Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T13:55:47.163Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T13:55:47.163Z] +++ /etc/init.d/apparmor stop [2021-02-18T13:55:47.163Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T13:55:47.163Z] [2021-02-18T13:55:47.163Z] Unloading profiles will leave already running processes permanently [2021-02-18T13:55:47.163Z] unconfined, which can lead to unexpected situations. [2021-02-18T13:55:47.163Z] [2021-02-18T13:55:47.163Z] To set a process to complain mode, use the command line tool [2021-02-18T13:55:47.163Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T13:55:47.163Z] +++ true [2021-02-18T13:55:47.163Z] exiting test-integration [2021-02-18T13:55:47.163Z] ++ exit 0 [2021-02-18T13:55:47.163Z] [2021-02-18T13:55:47.725Z] + for job in $(jobs -p) [2021-02-18T13:55:47.725Z] + wait 1876 [2021-02-18T13:55:47.725Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T13:55:48.663Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T13:55:49.229Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T13:55:49.790Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T13:55:50.350Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T13:55:51.716Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T13:55:51.716Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-18T13:55:52.276Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T13:55:53.641Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T13:55:54.201Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T13:55:55.565Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T13:56:00.807Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-18T13:56:00.807Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T13:56:00.807Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T13:56:01.733Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T13:56:04.246Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T13:56:06.134Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T13:56:08.020Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T13:56:11.281Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T13:56:12.644Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T13:56:13.579Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T13:56:14.505Z] === RUN TestDockerSuite/TestPortList [2021-02-18T13:56:22.581Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T13:56:22.836Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T13:56:28.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-18T13:56:29.012Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T13:56:29.012Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T13:56:29.012Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T13:56:29.573Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T13:56:29.573Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T13:56:30.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T13:56:30.499Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T13:56:30.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T13:56:30.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T13:56:32.123Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T13:56:32.123Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-18T13:56:33.637Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-18T13:56:33.637Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-18T13:56:33.637Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-18T13:56:34.640Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-18T13:56:36.005Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-18T13:56:36.567Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-18T13:56:36.823Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T13:56:39.337Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T13:56:39.592Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T13:56:42.125Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T13:56:45.387Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T13:56:45.643Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T13:56:48.157Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T13:56:50.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-18T13:56:54.770Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-18T13:56:54.770Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-18T13:56:54.770Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-18T13:56:54.832Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T13:56:55.764Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T13:56:57.651Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T13:56:58.212Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T13:56:59.139Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T13:57:00.588Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-18T13:57:01.026Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T13:57:01.050Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-18T13:57:02.391Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T13:57:03.757Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T13:57:03.757Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T13:57:04.318Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T13:57:05.685Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T13:57:05.760Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-18T13:57:07.082Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T13:57:07.642Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T13:57:07.642Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T13:57:07.897Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T13:57:07.897Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T13:57:07.897Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T13:57:08.461Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T13:57:09.823Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T13:57:10.749Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T13:57:11.310Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T13:57:14.359Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-18T13:57:17.842Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T13:57:18.768Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T13:57:20.130Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T13:57:20.130Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T13:57:20.130Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T13:57:20.386Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T13:57:21.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-18T13:57:21.925Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-18T13:57:22.270Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T13:57:23.198Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T13:57:25.713Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T13:57:26.273Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T13:57:26.273Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T13:57:26.273Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T13:57:28.786Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T13:57:28.786Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-18T13:57:29.347Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T13:57:29.602Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T13:57:31.501Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T13:57:32.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-18T13:57:32.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-18T13:57:32.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-18T13:57:32.865Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T13:57:34.228Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T13:57:34.790Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T13:57:35.045Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T13:57:35.301Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T13:57:36.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-18T13:57:36.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-18T13:57:36.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-18T13:57:36.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-18T13:57:36.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-18T13:57:38.569Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T13:57:38.824Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T13:57:39.387Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T13:57:39.949Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T13:57:40.876Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T13:57:41.436Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T13:57:41.436Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T13:57:41.997Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T13:57:41.997Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T13:57:42.559Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T13:57:43.485Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T13:57:44.045Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T13:57:44.606Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T13:57:45.533Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-18T13:57:46.462Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T13:57:47.826Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-18T13:57:48.387Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-18T13:57:49.312Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-18T13:57:49.872Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-18T13:57:50.450Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-18T13:57:51.014Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T13:57:51.938Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-18T13:57:52.497Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T13:57:53.425Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T13:57:53.987Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T13:57:54.548Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T13:57:54.548Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T13:57:54.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-18T13:57:56.167Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T13:57:56.729Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T13:57:57.656Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T13:57:58.217Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T13:57:58.778Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T13:57:58.778Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T13:57:59.707Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T13:57:59.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-18T13:58:00.217Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T13:58:00.777Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T13:58:01.339Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T13:58:01.901Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T13:58:01.901Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T13:58:02.465Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T13:58:02.465Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T13:58:02.721Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-18T13:58:03.647Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T13:58:03.902Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T13:58:04.829Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T13:58:05.390Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T13:58:05.390Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T13:58:05.951Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-18T13:58:05.951Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T13:58:07.316Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T13:58:08.243Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T13:58:09.179Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-18T13:58:09.739Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T13:58:10.300Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T13:58:10.860Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T13:58:11.420Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T13:58:12.346Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T13:58:12.346Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-18T13:58:12.602Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T13:58:12.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-18T13:58:12.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-18T13:58:12.735Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-18T13:58:12.735Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-18T13:58:13.709Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-18T13:58:13.709Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-18T13:58:13.968Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T13:58:15.331Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-18T13:58:16.695Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T13:58:16.695Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T13:58:17.255Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T13:58:18.419Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-18T13:58:18.881Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-18T13:58:18.881Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-18T13:58:18.881Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-18T13:58:19.145Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T13:58:19.400Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-18T13:58:20.428Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-18T13:58:20.764Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T13:58:20.890Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-18T13:58:21.352Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-18T13:58:22.325Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-18T13:58:22.652Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T13:58:22.787Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-18T13:58:24.017Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-18T13:58:24.578Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T13:58:24.578Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T13:58:24.578Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T13:58:25.139Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T13:58:26.509Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T13:58:27.504Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-18T13:58:27.872Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T13:58:29.239Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T13:58:29.500Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T13:58:29.693Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-18T13:58:29.693Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-18T13:58:30.429Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T13:58:30.669Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-18T13:58:30.669Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-18T13:58:30.988Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-18T13:58:30.988Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T13:58:31.131Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-18T13:58:31.243Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-18T13:58:32.605Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T13:58:32.605Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T13:58:32.861Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T13:58:33.321Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-18T13:58:33.422Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T13:58:33.678Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-18T13:58:33.783Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-18T13:58:34.239Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T13:58:34.239Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T13:58:34.245Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-18T13:58:34.245Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-18T13:58:34.494Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T13:58:35.054Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T13:58:35.218Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-18T13:58:35.614Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T13:58:35.680Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-18T13:58:35.681Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-18T13:58:35.681Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-18T13:58:35.869Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T13:58:36.430Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T13:58:36.991Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T13:58:37.246Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T13:58:37.807Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T13:58:37.807Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T13:58:38.367Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T13:58:38.622Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T13:58:39.547Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T13:58:39.802Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T13:58:39.803Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T13:58:40.392Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-18T13:58:41.695Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T13:58:42.256Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T13:58:48.781Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-18T13:58:52.950Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-18T13:58:53.991Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T13:58:54.917Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-18T13:58:54.917Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-18T13:58:54.917Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T13:58:54.917Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T13:58:55.845Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T13:58:56.101Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-18T13:58:57.992Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T13:58:59.356Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T13:58:59.612Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-18T13:59:00.539Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T13:59:07.069Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T13:59:07.069Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T13:59:07.069Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T13:59:07.324Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T13:59:07.324Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T13:59:07.579Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T13:59:08.504Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T13:59:09.065Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T13:59:09.990Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T13:59:09.990Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T13:59:10.245Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T13:59:10.390Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-18T13:59:10.852Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-18T13:59:11.170Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T13:59:11.825Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-18T13:59:12.097Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-18T13:59:12.097Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T13:59:15.362Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-18T13:59:16.534Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-18T13:59:16.534Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-18T13:59:16.728Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T13:59:16.996Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-18T13:59:16.996Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-18T13:59:17.458Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-18T13:59:17.458Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-18T13:59:17.683Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T13:59:18.245Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-18T13:59:18.245Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T13:59:19.171Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T13:59:21.059Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-18T13:59:21.059Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T13:59:23.574Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-18T13:59:23.830Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T13:59:25.193Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T13:59:27.082Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-18T13:59:27.337Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T13:59:28.703Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T13:59:30.067Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T13:59:30.067Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T13:59:30.067Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-18T13:59:30.627Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T13:59:31.553Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T13:59:31.809Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T13:59:32.370Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T13:59:32.932Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-18T13:59:34.296Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T13:59:35.659Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-18T13:59:36.219Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T13:59:39.497Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T13:59:40.058Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T13:59:40.058Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-18T13:59:40.618Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T13:59:40.618Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T13:59:41.180Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T13:59:41.741Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-18T13:59:41.741Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T13:59:41.741Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T13:59:42.303Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T13:59:42.658Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-18T13:59:43.121Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-18T13:59:43.584Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-18T13:59:46.464Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-18T13:59:48.351Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-18T13:59:48.351Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T13:59:48.607Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-18T13:59:49.168Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T13:59:50.097Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T13:59:50.657Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-18T13:59:51.217Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T13:59:51.473Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T13:59:52.035Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T13:59:52.293Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T13:59:52.854Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T13:59:52.854Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T13:59:53.413Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T13:59:53.668Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T13:59:53.668Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T13:59:54.228Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-18T13:59:55.152Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T13:59:55.153Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T13:59:57.038Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T13:59:57.965Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T13:59:58.525Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T13:59:59.086Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-18T14:00:01.623Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-18T14:00:01.878Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T14:00:02.438Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T14:00:03.000Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-18T14:00:04.722Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-18T14:00:04.887Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-18T14:00:05.142Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-18T14:00:05.397Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-18T14:00:05.699Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-18T14:00:06.161Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-18T14:00:08.661Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-18T14:00:08.661Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-18T14:00:11.925Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-18T14:00:11.925Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-18T14:00:12.485Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-18T14:00:13.049Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-18T14:00:13.305Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-18T14:00:13.561Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-18T14:00:14.125Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-18T14:00:14.685Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-18T14:00:14.758Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-18T14:00:15.247Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T14:00:15.812Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T14:00:16.737Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T14:00:16.737Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-18T14:00:16.947Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-18T14:00:19.249Z] === RUN TestDockerSuite/TestRunState [2021-02-18T14:00:20.180Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T14:00:20.435Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T14:00:20.995Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T14:00:20.995Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-18T14:00:20.995Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T14:00:21.566Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T14:00:21.832Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-18T14:00:22.773Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T14:00:23.029Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T14:00:23.029Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T14:00:23.284Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-18T14:00:25.170Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-18T14:00:25.170Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-18T14:00:25.544Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-18T14:00:26.533Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-18T14:00:29.045Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T14:00:29.605Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-18T14:00:32.118Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T14:00:32.118Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T14:00:32.678Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T14:00:32.934Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T14:00:34.300Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T14:00:35.663Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T14:00:35.918Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T14:00:35.918Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T14:00:36.173Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T14:00:36.734Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T14:00:36.989Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T14:00:37.549Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-18T14:00:37.549Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T14:00:37.549Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T14:00:38.109Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T14:00:40.623Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T14:00:41.183Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T14:00:41.748Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T14:00:42.004Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-18T14:00:43.375Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T14:00:44.739Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T14:00:46.625Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T14:00:47.989Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T14:00:48.244Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T14:00:48.244Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T14:00:48.244Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T14:00:48.244Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T14:00:48.499Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-18T14:00:48.499Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-18T14:00:49.059Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-18T14:00:49.314Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-18T14:00:50.240Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-18T14:00:50.802Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-18T14:00:51.363Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T14:00:51.363Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-18T14:00:51.619Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-18T14:00:51.619Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-18T14:00:51.874Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-18T14:00:52.434Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-18T14:00:52.690Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-18T14:00:53.252Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-18T14:00:53.252Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-18T14:00:53.814Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T14:00:53.814Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T14:00:54.374Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T14:00:54.374Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-18T14:00:54.935Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-18T14:00:55.190Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-18T14:00:55.446Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T14:00:55.446Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T14:00:55.702Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-18T14:00:55.958Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T14:00:57.324Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-18T14:00:57.579Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-18T14:00:57.579Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T14:00:57.834Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-18T14:00:58.090Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T14:00:58.090Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T14:00:59.017Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T14:00:59.578Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T14:01:01.463Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T14:01:01.718Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T14:01:01.718Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T14:01:01.718Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T14:01:02.650Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-18T14:01:03.209Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-18T14:01:04.137Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T14:01:04.137Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T14:01:05.502Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T14:01:05.502Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T14:01:06.062Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T14:01:07.950Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T14:01:07.950Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T14:01:09.316Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T14:01:09.316Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T14:01:09.316Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T14:01:10.241Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T14:01:11.604Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T14:01:11.859Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T14:01:12.114Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T14:01:12.114Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T14:01:12.114Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T14:01:12.675Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T14:01:14.564Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T14:01:15.926Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-18T14:01:18.437Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-18T14:01:20.322Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T14:01:20.323Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-18T14:01:22.211Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T14:01:22.771Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T14:01:23.711Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T14:01:26.273Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T14:01:28.160Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T14:01:28.415Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T14:01:29.780Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T14:01:30.707Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T14:01:32.071Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T14:01:34.583Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T14:01:37.703Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-18T14:01:38.743Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T14:01:39.668Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-18T14:01:41.555Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T14:01:43.520Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-18T14:01:43.520Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-18T14:01:46.791Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T14:01:47.715Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-18T14:01:48.641Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-18T14:01:50.002Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-18T14:01:50.002Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T14:01:50.563Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T14:01:51.124Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T14:01:52.050Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T14:01:52.050Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T14:01:52.612Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T14:01:55.128Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T14:01:58.389Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-18T14:01:58.389Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-18T14:01:58.962Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-18T14:01:58.962Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-18T14:01:59.889Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-18T14:02:00.815Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-18T14:02:00.815Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-18T14:02:01.740Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-18T14:02:02.300Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-18T14:02:02.861Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-18T14:02:04.225Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-18T14:02:05.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-18T14:02:07.471Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-18T14:02:08.835Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-18T14:02:08.835Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-18T14:02:09.760Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-18T14:02:10.321Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T14:02:12.834Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-18T14:02:14.731Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-18T14:02:16.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-18T14:02:18.502Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T14:02:20.389Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T14:02:23.651Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-18T14:02:24.575Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-18T14:02:24.833Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-18T14:02:26.198Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-18T14:02:27.123Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-18T14:02:28.048Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-18T14:02:29.416Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-18T14:02:30.779Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-18T14:02:32.664Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-18T14:02:32.664Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-18T14:02:34.030Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-18T14:02:35.915Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T14:02:50.768Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T14:02:50.768Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T14:02:50.768Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T14:02:51.329Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T14:02:51.329Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T14:02:51.329Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T14:02:51.584Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T14:02:52.145Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T14:02:52.145Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T14:02:52.706Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T14:02:52.706Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T14:02:52.706Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T14:02:52.706Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T14:02:52.706Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T14:02:54.592Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T14:02:54.592Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T14:02:54.592Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T14:02:54.592Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T14:02:54.592Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-18T14:02:59.826Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T14:03:01.188Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T14:03:01.188Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T14:03:01.444Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T14:03:03.330Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T14:03:05.844Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite (1393.50s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.32s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.55s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.12s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.22s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.98s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.85s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.60s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.00s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.12s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.93s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.44s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.44s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.54s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.76s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.57s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachDetach (0.71s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.53s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.74s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.68s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.69s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.06s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.69s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.97s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.75s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.65s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.52s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.10s) [2021-02-18T14:03:05.844Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.82s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.84s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.35s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.08s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.19s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.11s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.25s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.61s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.09s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.45s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.53s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.64s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.22s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.34s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.29s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.26s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.48s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.92s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.72s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.66s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.93s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.80s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.58s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.76s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.82s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.33s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.00s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.46s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.91s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.66s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.48s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.95s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (15.04s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.98s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.49s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.72s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.12s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.58s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.56s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.22s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.65s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.89s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.00s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.09s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.95s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.19s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.68s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.79s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.90s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.09s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.88s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.74s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.76s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.17s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.88s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.36s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.15s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.53s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.98s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.93s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.80s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.28s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.85s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.88s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.90s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.51s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.67s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.30s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.26s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.41s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.00s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.70s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.06s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.00s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.41s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.19s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.24s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.17s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.17s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.25s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.60s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.24s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.90s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.82s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnv (1.65s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.27s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.02s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.74s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.29s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.89s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.67s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.31s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.32s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.05s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.21s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.41s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.33s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.20s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFails (0.70s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.29s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.95s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.20s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.82s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.61s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.72s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.73s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.30s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildHistory (4.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.52s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.78s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.64s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.94s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabel (0.55s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.60s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.55s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.45s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabels (0.50s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.99s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.93s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.91s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.94s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.17s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.16s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.94s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.48s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.05s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.54s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.65s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.89s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.13s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.18s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.09s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.75s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.76s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.36s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.66s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.58s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.91s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.72s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.76s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.62s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.77s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.00s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.96s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.68s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.38s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.29s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.02s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.10s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.32s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.53s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.45s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildPATH (2.43s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.71s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.11s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.40s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.01s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRm (3.63s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.96s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.41s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.52s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.11s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.03s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.98s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.31s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.57s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.84s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildStderr (0.78s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.62s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.97s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.99s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.60s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.86s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.42s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildUser (2.15s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.70s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.56s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.84s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.91s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.85s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.29s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.87s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.37s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.38s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.15s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.33s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.80s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.97s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.45s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.61s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.74s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.07s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-02-18T14:03:05.845Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T14:03:05.845Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.59s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.78s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitChange (0.93s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.76s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.39s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.67s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.14s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitTTY (1.93s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.24s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.54s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s) [2021-02-18T14:03:05.845Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.15s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.33s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.35s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.55s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.49s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.46s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.48s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.48s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.49s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.25s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.66s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.56s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.57s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.45s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.43s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.91s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.32s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.33s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.56s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.55s) [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T14:03:05.846Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.56s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.73s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.53s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.80s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.60s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.42s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.45s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.32s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a79880_} (1.33s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1733571782_/foo_false____} (1.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1733571782_/foo_true____} (1.44s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_false____} (1.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_true____} (1.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3266986861_/foo_true__0xc000a798e0__} (1.39s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a79900_} (1.34s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a79920_} (0.67s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a79940_} (0.84s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a79960_} (1.62s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.10s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.33s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.75s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.14s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.23s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.85s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.75s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.77s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.67s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.74s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.75s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.82s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.68s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.72s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.81s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.64s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.77s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.79s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.71s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.65s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.77s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.88s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.66s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.69s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.12s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.45s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.78s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.09s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.17s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.52s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.84s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.64s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.84s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.91s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.78s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToDot (0.81s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.17s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToStdout (0.57s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.86s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.57s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.85s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.47s) [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T14:03:05.846Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.07s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T14:03:05.846Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.37s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.43s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.95s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.51s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.19s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.32s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.62s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.51s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.59s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.94s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.08s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.70s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.38s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.90s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.63s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.96s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsAttach (0.83s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsCommit (1.19s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.88s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.47s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.70s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.73s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.30s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.44s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.26s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsCopy (1.11s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.16s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.45s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.33s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.20s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.58s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFilters (1.21s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFormat (1.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.99s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.35s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T14:03:05.846Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T14:03:05.846Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.93s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsRename (0.66s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsResize (0.72s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.65s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.58s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.89s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsTop (0.98s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.71s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExec (0.87s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.81s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.58s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.72s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.14s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.73s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.77s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.73s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.79s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.51s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.98s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecCgroup (1.25s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecEnv (0.72s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.02s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.53s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecInteractive (0.50s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.66s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.24s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.22s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecStartFails (0.81s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.81s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecTTY (0.91s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.78s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.77s) [2021-02-18T14:03:05.846Z] --- PASS: TestDockerSuite/TestExecUlimits (0.61s) [2021-02-18T14:03:05.846Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T14:03:05.847Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.73s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.03s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.85s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestExecWithUser (0.89s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.61s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.75s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.81s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.67s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.60s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHealth (20.03s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.62s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.14s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.23s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.57s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.71s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportDisplay (1.32s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportFile (1.40s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.48s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportGzipped (1.33s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.66s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.65s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.67s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.82s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.72s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.83s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.90s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2021-02-18T14:03:05.847Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T14:03:05.847Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.75s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectHistory (0.70s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T14:03:05.847Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T14:03:05.847Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.78s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.47s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.52s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectStatus (0.60s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.31s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.53s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.64s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.63s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.71s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.50s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.51s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.98s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.27s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.25s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.92s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.49s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.38s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.66s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (10.72s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.98s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.49s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.56s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.50s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.52s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.56s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.90s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.92s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsSince (6.69s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.68s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsTail (0.70s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.78s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.83s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.34s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestNetHostname (1.31s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.19s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.68s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginActive (1.43s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.55s) [2021-02-18T14:03:05.847Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T14:03:05.847Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.60s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.44s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.05s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.41s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.39s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.98s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.93s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPortList (7.10s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.19s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.93s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.66s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.73s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.51s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.98s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.84s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.30s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.59s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.18s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsByOrder (2.27s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.13s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.72s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.30s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.93s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.90s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.56s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.60s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.16s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.44s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.60s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2021-02-18T14:03:05.847Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T14:03:05.847Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.14s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.54s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.11s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.08s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.74s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.24s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.07s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.31s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.97s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.90s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.13s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.88s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.33s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.72s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.35s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.54s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.34s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.51s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.68s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.89s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.76s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.90s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.49s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.06s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.50s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.19s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.09s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.89s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.74s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.53s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.67s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.68s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.69s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.59s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.75s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.55s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.57s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.77s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.59s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.72s) [2021-02-18T14:03:05.847Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.85s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.59s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.54s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.61s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.68s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.91s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.52s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.67s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.66s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.61s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.01s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.31s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.26s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.58s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.64s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.64s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.67s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.49s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.27s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.54s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.65s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.13s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.26s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.04s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.03s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.13s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.34s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.95s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunExitCode (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.87s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.00s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.87s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.90s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.97s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.70s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.29s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.05s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.50s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.65s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.88s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.89s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.15s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMount (4.61s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.76s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.69s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.04s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.70s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.75s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.51s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.09s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.16s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.54s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetHost (0.78s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.50s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.56s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.97s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.49s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.54s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.56s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.49s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.77s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.57s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.97s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.56s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.44s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.40s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.08s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.87s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRm (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.52s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.58s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.49s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.74s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.58s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.97s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.20s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.65s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.55s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.53s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.77s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.51s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunState (0.96s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunSysctls (0.94s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.42s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.15s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.20s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.05s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.37s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.07s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserByID (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.53s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.71s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.66s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.38s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.56s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.52s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.91s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.44s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.48s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.47s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.14s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.50s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.58s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.08s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.59s) [2021-02-18T14:03:05.848Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T14:03:05.848Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.01s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.54s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.65s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.43s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.72s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.81s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.38s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveImageId (0.09s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.61s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.74s) [2021-02-18T14:03:05.848Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents123711038 [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.14s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.19s) [2021-02-18T14:03:05.848Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.18s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.49s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.31s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.91s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.81s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.09s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.60s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.10s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.15s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.48s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.73s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.49s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.51s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.57s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.78s) [2021-02-18T14:03:05.849Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T14:03:05.849Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.59s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.53s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.89s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.57s) [2021-02-18T14:03:05.849Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T14:03:05.849Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.72s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.09s) [2021-02-18T14:03:05.849Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T14:03:05.849Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.93s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.59s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.10s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.07s) [2021-02-18T14:03:05.849Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T14:03:05.849Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.93s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.63s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.26s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.23s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.07s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.43s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.31s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.64s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.32s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.52s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.27s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.90s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.37s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.38s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.52s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.49s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.83s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.52s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.45s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.31s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.73s) [2021-02-18T14:03:05.849Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.43s) [2021-02-18T14:03:05.849Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T14:03:05.849Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T14:03:05.849Z] === RUN TestDockerRegistrySuite [2021-02-18T14:03:05.849Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T14:03:06.774Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T14:03:07.716Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T14:03:09.081Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T14:03:09.337Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T14:03:09.630Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-18T14:03:09.631Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-18T14:03:09.631Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-18T14:03:11.851Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T14:03:16.730Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-18T14:03:17.087Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T14:03:19.599Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T14:03:20.525Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T14:03:21.450Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T14:03:22.376Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T14:03:23.301Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T14:03:24.664Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T14:03:25.329Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-18T14:03:25.591Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T14:03:26.517Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T14:03:28.403Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T14:03:30.293Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T14:03:31.218Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T14:03:33.732Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T14:03:34.293Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T14:03:34.549Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T14:03:35.475Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T14:03:36.401Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T14:03:37.327Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T14:03:39.840Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T14:03:39.840Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T14:03:40.181Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-18T14:03:40.765Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T14:03:41.325Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T14:03:41.325Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T14:03:41.580Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T14:03:41.836Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T14:03:42.396Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T14:03:42.396Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T14:03:43.322Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T14:03:44.684Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T14:03:45.610Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T14:03:46.535Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T14:03:47.461Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite (42.85s) [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d3eed1f7b103d] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.06s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d38665685d71d] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.33s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d5a89b1be0069] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-02-18T14:03:48.403Z] check_test.go:196: [dfe4e455eab11] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.57s) [2021-02-18T14:03:48.403Z] check_test.go:196: [dab6071c754d6] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.94s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d022101552b2e] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.68s) [2021-02-18T14:03:48.403Z] check_test.go:196: [df16a628af264] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d66a25a8d0672] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d0a5a5f6bd177] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2021-02-18T14:03:48.403Z] check_test.go:196: [dc3e5b7bec9e2] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d8eae35e5902a] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d9ea3fd78ec22] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.98s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d16289dbde142] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d0c4d76642a48] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.85s) [2021-02-18T14:03:48.403Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7dff107809893f2a8d5b07966c72ef2a59338816578bc60fbeda2c8ea1ae2a24 [2021-02-18T14:03:48.403Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:77c4961926b1ba00a2d0bd23124feedeb05226cf4039c989ea6496ae0c9ee65e [2021-02-18T14:03:48.403Z] check_test.go:196: [dd13634338286] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.94s) [2021-02-18T14:03:48.403Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:731339f6ce3234cb6eafde02b07f35482c74d362213a7573c73a3eb810edd72b [2021-02-18T14:03:48.403Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:43ee035e55aa48b8e39f02cfd940be29573e9b8274c2d1e19af7017c432f389f [2021-02-18T14:03:48.403Z] check_test.go:196: [dfeb96ee8f8ed] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.04s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d7c6a775698ed] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.10s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d28bbc7e93f5d] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d02555b87be6f] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-18T14:03:48.403Z] check_test.go:196: [df338eeda97fa] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2021-02-18T14:03:48.403Z] check_test.go:196: [dec28cd8b18c7] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d7c7e863c9446] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d09471cc55b0b] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.32s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d4e4950f51dca] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d20e399f67ab8] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d4bf9ebe68ce1] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d32c8a8f671b4] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-18T14:03:48.403Z] check_test.go:196: [dee8860b99585] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d86d1946f69e5] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.29s) [2021-02-18T14:03:48.403Z] check_test.go:196: [ddc3cfbaaec07] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d1b5266a64458] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d74c3498cef18] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d28d8b1367721] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2021-02-18T14:03:48.403Z] check_test.go:196: [df84b8bc28fda] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d02318d0533f9] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2021-02-18T14:03:48.403Z] check_test.go:196: [d54e4d694f283] daemon is not started [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.95s) [2021-02-18T14:03:48.403Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.86s) [2021-02-18T14:03:48.403Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T14:03:48.403Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T14:03:48.659Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T14:03:51.923Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T14:03:56.082Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T14:03:59.344Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T14:03:59.904Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T14:04:00.830Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T14:04:01.085Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T14:04:02.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T14:04:02.938Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T14:04:03.864Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T14:04:06.377Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T14:04:06.937Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T14:04:07.193Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T14:04:07.448Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T14:04:07.703Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T14:04:07.959Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T14:04:08.214Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite (20.00s) [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.33s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d58a35fdc2810] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d0d42b857fa26] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.70s) [2021-02-18T14:04:08.471Z] check_test.go:223: [de82d5c079eb0] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.82s) [2021-02-18T14:04:08.471Z] check_test.go:223: [dfa6bc5335c69] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.02s) [2021-02-18T14:04:08.471Z] check_test.go:223: [dc3f2ba01b149] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.00s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d31cd0bc5af28] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d606b50bed3b6] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2021-02-18T14:04:08.471Z] check_test.go:223: [dab9ca8395e47] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d13bf6cb02484] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.92s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d41f27c93ee24] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.44s) [2021-02-18T14:04:08.471Z] check_test.go:223: [dc516055e49fd] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d3f5a5748c8e0] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-02-18T14:04:08.471Z] check_test.go:223: [ddb39533f16c0] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d2b741d6b19bc] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-18T14:04:08.471Z] check_test.go:223: [da18964f394b1] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-02-18T14:04:08.471Z] check_test.go:223: [dee9b20c11129] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d1173b754868e] daemon is not started [2021-02-18T14:04:08.471Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-18T14:04:08.471Z] check_test.go:223: [d85be62e6adfe] daemon is not started [2021-02-18T14:04:08.471Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T14:04:08.471Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T14:04:09.404Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T14:04:09.971Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T14:04:09.971Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T14:04:10.180Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-18T14:04:11.334Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T14:04:11.334Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T14:04:11.895Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T14:04:12.149Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.04s) [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2021-02-18T14:04:12.404Z] check_test.go:252: [dd74bbb7eb593] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.53s) [2021-02-18T14:04:12.404Z] check_test.go:252: [d278f313c8a27] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-02-18T14:04:12.404Z] check_test.go:252: [d28e50a29c899] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-02-18T14:04:12.404Z] check_test.go:252: [d5b6ab643e605] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-02-18T14:04:12.404Z] check_test.go:252: [d0f2378112ea5] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2021-02-18T14:04:12.404Z] check_test.go:252: [d0bdffe3cee77] daemon is not started [2021-02-18T14:04:12.404Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-02-18T14:04:12.404Z] check_test.go:252: [dff3f820130d9] daemon is not started [2021-02-18T14:04:12.404Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T14:04:12.404Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T14:04:17.652Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T14:04:17.652Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T14:04:17.908Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T14:04:17.908Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2021-02-18T14:04:18.163Z] check_test.go:279: [d6142db58038e] daemon is not started [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-02-18T14:04:18.163Z] check_test.go:279: [d9a8d6a1d16c8] daemon is not started [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-02-18T14:04:18.163Z] check_test.go:279: [dc042aa30300c] daemon is not started [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-02-18T14:04:18.163Z] check_test.go:279: [d574a87c77cc2] daemon is not started [2021-02-18T14:04:18.163Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-02-18T14:04:18.163Z] check_test.go:279: [de6976eb0b84b] daemon is not started [2021-02-18T14:04:18.163Z] === RUN TestDockerNetworkSuite [2021-02-18T14:04:18.163Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-18T14:04:20.050Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-18T14:04:20.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-18T14:04:23.873Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-18T14:04:25.031Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-18T14:04:25.236Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-18T14:04:27.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-18T14:04:29.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-18T14:04:31.118Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-18T14:04:33.630Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-18T14:04:36.377Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-18T14:04:36.377Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-18T14:04:38.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-18T14:04:40.782Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-18T14:04:41.344Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-18T14:04:41.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-18T14:04:43.270Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-18T14:04:43.830Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-18T14:04:44.391Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-18T14:04:44.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-18T14:04:44.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-18T14:04:45.828Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-18T14:04:46.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-18T14:04:46.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-18T14:04:46.339Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-18T14:04:47.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-18T14:04:49.067Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-18T14:04:49.067Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-18T14:04:49.322Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-18T14:04:49.322Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-18T14:04:50.690Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-18T14:04:52.053Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-18T14:04:53.959Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-18T14:04:54.520Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-18T14:04:59.762Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-18T14:05:01.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-18T14:05:01.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-18T14:05:03.014Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-18T14:05:03.014Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-18T14:05:03.014Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-18T14:05:03.269Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-18T14:05:03.269Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-18T14:05:03.269Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-18T14:05:03.524Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-18T14:05:06.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-18T14:05:06.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-18T14:05:06.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-18T14:05:07.349Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-18T14:05:08.275Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-18T14:05:08.275Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-18T14:05:11.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-18T14:05:15.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-18T14:05:15.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-18T14:05:15.701Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-18T14:05:15.956Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-18T14:05:16.518Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-18T14:05:17.460Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-18T14:05:18.021Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-18T14:05:18.021Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-18T14:05:18.949Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-18T14:05:19.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-18T14:05:20.070Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-18T14:05:20.996Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite (67.28s) [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.85s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d70a30beae6d8] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.69s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d876f8c5d574e] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.86s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [df4764d309c07] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.56s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d70a38f764062] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.47s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:1233: [df7aaee472684] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.37s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d147d110dfe1d] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.74s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [de096d2a1703b] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.20s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [decaac0b77063] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.55s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d3686c379768e] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.74s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d777d3a20a9a4] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.71s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d94245f05a8ef] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.23s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [db3d927874f24] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.18s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d8aa13ed88bba] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.21s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d6bc4f8faaadb] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.36s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d2607a0d9c1b0] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.82s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dbd2a25d49f73] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.34s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dca660f354e05] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.10s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dfe42b525923f] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.24s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d1b4b10b58117] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.05s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d66a504d80dc3] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.33s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [db12887a531d1] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.13s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dfb415e0aec4b] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.34s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dba92b6bcee6b] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.12s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dc71828915b74] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.79s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:968: [db4734f35ae64] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.29s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d5f2386a9280b] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.93s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:1116: [d8ff924997e95] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.33s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [db505470fa849] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.12s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dd2052a0fb259] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d5b8d33e65b2a] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d08582367496d] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d51dc11e5443a] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [daa85d65aa1a0] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d59e68bb0acf9] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.15s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d55493707e2ef] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dac7be5b26ae7] daemon is not started [2021-02-18T14:05:26.236Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d9050ad299dc6] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.81s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dd43302f7cf93] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.84s) [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.82s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:1084: [d0eebd637baba] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d09f4ce0c126f] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.95s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dc784eb7b6851] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.93s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d6236a3a65709] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d324916be7bff] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.81s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [d99bc65c9edb6] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.65s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [da58a787b2321] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.23s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [da718839c31b3] daemon is not started [2021-02-18T14:05:26.236Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.68s) [2021-02-18T14:05:26.236Z] docker_cli_network_unix_test.go:46: [dd025a284026f] daemon is not started [2021-02-18T14:05:26.236Z] === RUN TestDockerHubPullSuite [2021-02-18T14:05:26.236Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-18T14:05:27.161Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-18T14:05:29.670Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-18T14:05:29.925Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-18T14:05:32.435Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-18T14:05:32.435Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite (6.90s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.58s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.54s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.21s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2021-02-18T14:05:32.435Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-02-18T14:05:32.435Z] PASS [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === Skipped [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-18T14:05:32.435Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-18T14:05:32.435Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T14:05:32.435Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-18T14:05:32.435Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-18T14:05:32.435Z] docker_cli_network_unix_test.go:46: [d9050ad299dc6] daemon is not started [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] [2021-02-18T14:05:32.435Z] DONE 1274 tests, 51 skipped in 1580.245s [2021-02-18T14:05:32.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T14:05:32.435Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T14:05:32.435Z] +++ kill 8194 [2021-02-18T14:05:33.359Z] +++ /etc/init.d/apparmor stop [2021-02-18T14:05:33.359Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T14:05:33.359Z] [2021-02-18T14:05:33.359Z] Unloading profiles will leave already running processes permanently [2021-02-18T14:05:33.359Z] unconfined, which can lead to unexpected situations. [2021-02-18T14:05:33.359Z] [2021-02-18T14:05:33.359Z] To set a process to complain mode, use the command line tool [2021-02-18T14:05:33.359Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T14:05:33.359Z] +++ true [2021-02-18T14:05:33.359Z] exiting test-integration [2021-02-18T14:05:33.359Z] ++ exit 0 [2021-02-18T14:05:33.359Z] [2021-02-18T14:05:33.614Z] + for job in $(jobs -p) [2021-02-18T14:05:33.614Z] + wait 1877 [2021-02-18T14:06:14.967Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-18T14:06:14.967Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-18T14:06:14.967Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-18T14:06:14.967Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-18T14:06:14.967Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-18T14:06:15.941Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-18T14:06:15.941Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-18T14:06:16.403Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-18T14:06:16.866Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-18T14:06:20.232Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-18T14:06:22.688Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-18T14:06:24.878Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-18T14:06:29.590Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-18T14:06:33.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-18T14:06:33.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-18T14:06:33.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-18T14:06:33.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-18T14:06:33.807Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-18T14:06:38.520Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-18T14:06:53.376Z] === RUN TestDockerSuite/TestBuildFails [2021-02-18T14:06:59.191Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-18T14:06:59.653Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-18T14:07:05.471Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-18T14:07:06.827Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-18T14:07:10.195Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-18T14:07:13.353Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-18T14:07:17.517Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-18T14:07:20.561Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-18T14:07:26.378Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-18T14:07:27.352Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-18T14:07:32.064Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-18T14:07:32.064Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-18T14:07:33.039Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-18T14:07:33.501Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-18T14:07:33.501Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-18T14:07:42.104Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-18T14:07:42.104Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-18T14:07:52.463Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-18T14:07:52.463Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-18T14:07:54.654Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-18T14:07:54.654Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-18T14:07:55.117Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-18T14:07:55.117Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-18T14:07:59.831Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-18T14:08:00.294Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-18T14:08:00.756Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-18T14:08:01.731Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-18T14:08:02.195Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-18T14:08:03.170Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-18T14:08:04.718Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-18T14:08:09.436Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-18T14:08:09.436Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-18T14:08:09.899Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-18T14:08:09.899Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-18T14:08:09.899Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-18T14:08:09.899Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-18T14:08:09.899Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-18T14:08:10.361Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-18T14:08:11.336Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-18T14:08:16.051Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-18T14:08:33.793Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-18T14:08:34.257Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-18T14:08:36.450Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-18T14:09:06.481Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-18T14:09:18.914Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-18T14:09:22.675Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-18T14:09:28.505Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-18T14:09:33.224Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-18T14:09:38.912Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-18T14:09:40.799Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-18T14:09:41.727Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-18T14:09:41.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-18T14:09:41.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-18T14:09:41.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-18T14:09:42.913Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-18T14:09:45.429Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-18T14:09:48.704Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-18T14:09:50.593Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-18T14:09:54.385Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-18T14:09:54.385Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-18T14:10:04.756Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-18T14:10:05.220Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-18T14:10:05.220Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-18T14:10:05.220Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-18T14:10:07.420Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-18T14:10:12.141Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-18T14:10:13.693Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-18T14:10:14.157Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-18T14:10:14.157Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-18T14:10:17.086Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-18T14:10:18.063Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-18T14:10:19.045Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-18T14:10:27.665Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-18T14:10:28.641Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-18T14:10:37.252Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-18T14:10:41.013Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-18T14:10:46.767Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-18T14:10:46.767Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-18T14:10:47.696Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-18T14:10:48.126Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-18T14:10:50.211Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-18T14:10:53.477Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-18T14:10:53.954Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-18T14:10:55.367Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-18T14:10:57.714Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-18T14:10:58.185Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-18T14:10:58.648Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-18T14:10:58.648Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-18T14:11:00.844Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-18T14:11:00.844Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-18T14:11:17.253Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-18T14:11:29.427Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-18T14:11:29.683Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-18T14:11:32.206Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-18T14:11:34.724Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-18T14:11:41.259Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-18T14:11:43.447Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-18T14:11:45.426Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-18T14:11:47.941Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-18T14:11:50.457Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-18T14:11:52.973Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-18T14:11:55.489Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-18T14:11:58.023Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-18T14:12:00.540Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-18T14:12:04.602Z] === RUN TestDockerSuite/TestBuildRm [2021-02-18T14:12:17.029Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-18T14:12:19.953Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-18T14:12:19.953Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-18T14:12:20.416Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-18T14:12:21.393Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-18T14:12:25.151Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-18T14:12:28.078Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-18T14:12:32.794Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-18T14:12:47.656Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-18T14:12:47.656Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-18T14:12:47.656Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-18T14:12:56.262Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-18T14:12:56.262Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-18T14:12:56.836Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-18T14:13:00.973Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-18T14:13:00.973Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-18T14:13:04.725Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-18T14:13:11.661Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-18T14:13:22.452Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-18T14:13:22.914Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-18T14:13:25.836Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite (1655.66s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.79s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.13s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.08s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (22.57s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:562: [dc5fb7b7aad2e] joining swarm manager [d7a428e715e64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:584: [da0c593ab6a4b] joining swarm manager [d7a428e715e64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] check_test.go:380: [dc5fb7b7aad2e] daemon is not started [2021-02-18T14:13:26.511Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.64s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:45: [defbd296502bd] joining swarm manager [daabed0827ab7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.05s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.34s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.27s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:303: [d40365356b834] joining swarm manager [d85b8e1e3f0a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:304: [d88d258ab6845] joining swarm manager [d85b8e1e3f0a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.29s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:271: [de31fd2189c41] joining swarm manager [d222d87baea15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:272: [d7447095beff8] joining swarm manager [d222d87baea15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.79s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.09s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.40s) [2021-02-18T14:13:26.511Z] docker_api_swarm_node_test.go:19: [ddb3e78711366] joining swarm manager [dee6b3a92be16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_node_test.go:20: [d021814db7a78] joining swarm manager [dee6b3a92be16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.17s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:501: [d281aced1fb2a] joining swarm manager [d77c503a07574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:506: [dd1943fe85cbd] joining swarm manager [d77c503a07574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.21s) [2021-02-18T14:13:26.511Z] docker_api_swarm_node_test.go:80: [d2f5b94c59f16] joining swarm manager [dd02bbd41c9ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.12s) [2021-02-18T14:13:26.511Z] docker_api_swarm_node_test.go:52: [db275a3bf2696] joining swarm manager [d779d55775679]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_node_test.go:53: [d42aec5799fd1] joining swarm manager [d779d55775679]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.26s) [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.34s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:201: [d1e9f62dc600b] joining swarm manager [decb4aa7a1468]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.44s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:383: [d190dd667ccde] joining swarm manager [dcf1ecfb462dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:384: [d05a2f2a819c4] joining swarm manager [dcf1ecfb462dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.511Z] check_test.go:380: [d05a2f2a819c4] daemon is not started [2021-02-18T14:13:26.511Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.05s) [2021-02-18T14:13:26.511Z] docker_api_swarm_test.go:801: [da694d0212974] joining swarm manager [d65aed6efcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_test.go:801: [d02d2a6102383] joining swarm manager [d65aed6efcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] docker_api_swarm_test.go:801: [d53322912fa76] joining swarm manager [d65aed6efcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T14:13:26.512Z] docker_api_swarm_test.go:801: [dfef1cc1a1823] joining swarm manager [d65aed6efcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T14:13:26.512Z] docker_api_swarm_test.go:809: [de057772e6d5d] joining swarm manager [d65aed6efcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.53s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.25s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.52s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:394: [d9e7913cb7362] joining swarm manager [de13ef305bfdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:394: [d3bc1e0f18826] joining swarm manager [de13ef305bfdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.13s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:342: [dfd943d85bcf6] joining swarm manager [d70c51d4a395f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:342: [dd362ed58bb4a] joining swarm manager [d70c51d4a395f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.57s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:489: [d5269f0ed5711] joining swarm manager [de0a50eb8f8c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:489: [db1e121f0fa20] joining swarm manager [de0a50eb8f8c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.59s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.52s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:127: [da33ba9573360] joining swarm manager [de87d81994098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:128: [dc5d9b920c7de] joining swarm manager [de87d81994098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:136: [dc18bb5580393] joining swarm manager [de87d81994098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:137: [db77af2e3bba9] joining swarm manager [de87d81994098]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (1.86s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.57s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:303: [d82361a65a137] joining swarm manager [d0948e048baf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:303: [d624160debf57] joining swarm manager [d0948e048baf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.58s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:99: [d2f6f07e3c8bf] joining swarm manager [de26764ae8f44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:100: [d093b36894428] joining swarm manager [de26764ae8f44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] check_test.go:380: [d2f6f07e3c8bf] daemon is not started [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.80s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:532: [df4a42bc836c6] joining swarm manager [d54871b8a43fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:533: [d19a3857a6939] joining swarm manager [d54871b8a43fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.45s) [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:147: [d898b48fdcb8a] joining swarm manager [d3f83d32e9aa3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_api_swarm_service_test.go:147: [dd1bd3c6416b4] joining swarm manager [d3f83d32e9aa3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.87s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.18s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.79s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.15s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.27s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.99s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.92s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.45s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.42s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.38s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.82s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.39s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.62s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.83s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.26s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.59s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.85s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.20s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.29s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.77s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.85s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.82s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.70s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.89s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.18s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.83s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.28s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.96s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.30s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.84s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.58s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.53s) [2021-02-18T14:13:26.512Z] docker_cli_service_logs_test.go:245: checking task bxih2u644a4d [2021-02-18T14:13:26.512Z] docker_cli_service_logs_test.go:250: checking messages for bxih2u644a4d [2021-02-18T14:13:26.512Z] docker_cli_service_logs_test.go:245: checking task l5j1fv453b10 [2021-02-18T14:13:26.512Z] docker_cli_service_logs_test.go:250: checking messages for l5j1fv453b10 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.31s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.81s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.43s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (1.94s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.59s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1901: [d92dd6f68b514] joining swarm manager [da6b554c316a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1902: [da844886e7441] joining swarm manager [da6b554c316a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.77s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.41s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.68s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.15s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1802: [d72d6f89f73b9] joining swarm manager [d0c094736454d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1803: [d2313cec032c2] joining swarm manager [d0c094736454d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.63s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (118.41s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1321: [d05dba8456707] joining swarm manager [ddaa4426d3e7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1322: [d25fc4230511c] joining swarm manager [ddaa4426d3e7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.72s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.37s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.91s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.95s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.62s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.18s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.70s) [2021-02-18T14:13:26.512Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.39s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.89s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.94s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.63s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.08s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.53s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1186: [d58f3f1af5637] joining swarm manager [d47203c89d225]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1195: [d3fb5eb75f7cb] joining swarm manager [d47203c89d225]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.63s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.97s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.51s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1118: [ddcec15c999a8] joining swarm manager [d9d50474d3e77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1119: [da44de0772e21] joining swarm manager [d9d50474d3e77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1172: [d8de8a2bf6f75] joining swarm manager [d9d50474d3e77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.01s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1453: [d42612495baba] joining swarm manager [d0f5de7cbeae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] docker_cli_swarm_test.go:1454: [d28e14544c0ae] joining swarm manager [d0f5de7cbeae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (1.96s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.31s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.99s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.23s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.27s) [2021-02-18T14:13:26.512Z] docker_cli_swarm_unix_test.go:62: [dcd27e3dffe21] joining swarm manager [d610efc2442e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.90s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.23s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.32s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.82s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.60s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.23s) [2021-02-18T14:13:26.512Z] docker_api_swarm_test.go:961: [d4c7b0819cbba] joining swarm manager [de8ce174aec6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.99s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.88s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.48s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.11s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.23s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.59s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.66s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.60s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.72s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.37s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.46s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.27s) [2021-02-18T14:13:26.512Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.84s) [2021-02-18T14:13:26.512Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T14:13:26.512Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-18T14:13:26.810Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-18T14:13:31.591Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-18T14:13:36.310Z] === RUN TestDockerSuite/TestBuildUser [2021-02-18T14:13:36.310Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-18T14:13:36.310Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-18T14:13:36.310Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-18T14:13:40.062Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-18T14:13:40.062Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-18T14:13:44.539Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-18T14:13:48.662Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-18T14:13:48.662Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-18T14:13:48.662Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-18T14:14:09.798Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-18T14:14:09.798Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-18T14:14:16.902Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-18T14:14:21.621Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-18T14:14:21.621Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-18T14:14:21.621Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-18T14:14:24.549Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-18T14:14:24.549Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-18T14:14:34.913Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-18T14:14:38.670Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-18T14:14:39.133Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-18T14:14:52.142Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-18T14:14:56.875Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-18T14:14:56.875Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-18T14:14:56.875Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-18T14:14:56.875Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-18T14:14:57.851Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-18T14:14:58.672Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-18T14:15:04.961Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-18T14:15:07.154Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-18T14:15:07.154Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-18T14:15:07.154Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-18T14:15:07.154Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-18T14:15:09.349Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-18T14:15:14.069Z] === RUN TestDockerSuite/TestCommitChange [2021-02-18T14:15:18.784Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-18T14:15:22.543Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-18T14:15:22.543Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-18T14:15:28.372Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-18T14:15:28.372Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-18T14:15:30.712Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-18T14:15:40.802Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-18T14:15:45.543Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-18T14:15:49.419Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-18T14:15:56.533Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-18T14:16:02.359Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-18T14:16:02.359Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-18T14:16:04.553Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-18T14:16:04.553Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-18T14:16:04.553Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-18T14:16:04.553Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-18T14:16:06.746Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-18T14:16:06.746Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-18T14:16:06.746Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-18T14:16:08.941Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-18T14:16:08.941Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-18T14:16:08.941Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-18T14:16:08.941Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-18T14:16:08.941Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-18T14:16:11.134Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-18T14:16:13.329Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-18T14:16:15.521Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-18T14:16:15.521Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-18T14:16:15.521Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-18T14:16:17.555Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-18T14:16:17.713Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-18T14:16:17.713Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-18T14:16:19.906Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-18T14:16:19.906Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-18T14:16:19.906Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-18T14:16:22.102Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-18T14:16:22.102Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-18T14:16:24.298Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-18T14:16:24.298Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-18T14:16:26.489Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-18T14:16:26.952Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-18T14:16:29.148Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-18T14:16:29.725Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-18T14:16:32.908Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-18T14:16:36.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-18T14:16:37.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-18T14:16:37.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-18T14:16:37.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-18T14:16:37.146Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-18T14:16:39.344Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-18T14:16:39.344Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-18T14:16:41.539Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-18T14:16:41.539Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-18T14:16:43.733Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-18T14:16:43.733Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-18T14:16:47.678Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-18T14:16:49.872Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-18T14:16:51.421Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-18T14:16:51.421Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-18T14:16:54.346Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-18T14:16:56.541Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-18T14:17:01.751Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-18T14:17:05.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-18T14:17:06.707Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00098edc0_} [2021-02-18T14:17:08.901Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1964685286_c:\foo_false____} [2021-02-18T14:17:16.579Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-18T14:17:17.511Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1964685286_c:\foo_true____} [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-18T14:17:19.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-18T14:17:19.526Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-18T14:17:21.719Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-18T14:17:24.645Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-18T14:17:24.645Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-18T14:17:24.645Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-18T14:17:26.839Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-18T14:17:26.839Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-18T14:17:26.839Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-18T14:17:26.839Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-18T14:17:34.615Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-18T14:17:37.210Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-18T14:17:38.185Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-18T14:17:38.185Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-18T14:17:38.185Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-18T14:17:46.799Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-18T14:17:46.799Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-18T14:17:46.799Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-18T14:18:01.672Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-18T14:18:01.672Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-18T14:18:01.672Z] === RUN TestDockerSuite/TestCpToDot [2021-02-18T14:18:07.499Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-18T14:18:07.499Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-18T14:18:07.499Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-18T14:18:14.612Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-18T14:18:16.161Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-18T14:18:18.355Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-18T14:18:18.818Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-18T14:18:18.818Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-18T14:18:21.016Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-18T14:18:21.233Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-18T14:18:21.480Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-18T14:18:21.480Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-18T14:18:21.480Z] === RUN TestDockerSuite/TestCreateRM [2021-02-18T14:18:21.945Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-18T14:18:21.945Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-18T14:18:21.945Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-18T14:18:22.411Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-18T14:18:29.520Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-18T14:18:29.520Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-18T14:18:29.984Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-18T14:18:34.700Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-18T14:18:34.700Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-18T14:18:34.700Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-18T14:18:39.267Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDockerFails [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-18T14:18:41.808Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-18T14:18:44.004Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-18T14:18:46.200Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-18T14:18:48.393Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-18T14:18:57.002Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-18T14:19:00.765Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-18T14:19:05.485Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-18T14:19:07.679Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-18T14:19:08.141Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-18T14:19:11.282Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-18T14:19:11.903Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-18T14:19:12.366Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-18T14:19:13.342Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-18T14:19:18.060Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-18T14:19:22.778Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-18T14:19:23.753Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-18T14:19:23.753Z] === RUN TestDockerSuite/TestEventsRename [2021-02-18T14:19:25.958Z] === RUN TestDockerSuite/TestEventsResize [2021-02-18T14:19:28.883Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-18T14:19:31.078Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-18T14:19:33.274Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-18T14:19:37.993Z] === RUN TestDockerSuite/TestEventsTop [2021-02-18T14:19:37.993Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-18T14:19:40.918Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-18T14:19:43.310Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-18T14:19:44.678Z] === RUN TestDockerSuite/TestExec [2021-02-18T14:19:44.678Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-18T14:19:44.678Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-18T14:19:46.232Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-18T14:19:48.428Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-18T14:19:48.428Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-18T14:19:48.428Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-18T14:19:48.428Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-18T14:19:49.976Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-18T14:19:52.170Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-18T14:19:54.363Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-18T14:19:55.471Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-18T14:19:55.914Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-18T14:20:00.634Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-18T14:20:00.634Z] === RUN TestDockerSuite/TestExecEnv [2021-02-18T14:20:00.634Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-18T14:20:00.634Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-18T14:20:02.827Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecParseError [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-18T14:20:07.545Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-18T14:20:10.470Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-18T14:20:12.665Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-18T14:20:12.665Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-18T14:20:13.507Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-18T14:20:18.493Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-18T14:20:18.493Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-18T14:20:18.493Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-18T14:20:18.493Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-18T14:20:24.316Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-18T14:20:28.339Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-18T14:20:31.428Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-18T14:20:33.621Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestHealth [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-18T14:20:39.444Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-18T14:20:39.908Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-18T14:20:39.908Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite (437.10s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:53: [dd01196cfafdc] daemon is not started [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:53: [daf4111d9e0a4] daemon is not started [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:53: [de7b1c8307a35] daemon is not started [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:53: [d01fe7f857757] daemon is not started [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.23s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:485: [d8d97a3806d65] daemon is not started [2021-02-18T14:20:43.371Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-18T14:20:43.371Z] docker_cli_external_volume_driver_test.go:53: [d05ade6ac7c95] daemon is not started [2021-02-18T14:20:43.371Z] PASS [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] === Skipped [2021-02-18T14:20:43.371Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T14:20:43.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-18T14:20:43.371Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-18T14:20:43.371Z] check_test.go:309: [d7871af50a06d] daemon is not started [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T14:20:43.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-18T14:20:43.371Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-18T14:20:43.371Z] check_test.go:309: [d5855d48ab9be] daemon is not started [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T14:20:43.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-18T14:20:43.371Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-18T14:20:43.371Z] check_test.go:309: [d9f0e3371af7b] daemon is not started [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T14:20:43.371Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-18T14:20:43.371Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T14:20:43.371Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-18T14:20:43.371Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] [2021-02-18T14:20:43.371Z] DONE 273 tests, 5 skipped in 2490.700s [2021-02-18T14:20:43.371Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-18T14:20:43.627Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db44f75cb5656/docker.pid [2021-02-18T14:20:43.627Z] +++ kill 6186 [2021-02-18T14:20:43.627Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6186 is not a child of this shell [2021-02-18T14:20:43.627Z] warning: PID 6186 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db44f75cb5656/docker.pid had a nonzero exit code [2021-02-18T14:20:43.627Z] ++++ cat bundles/test-integration/docker.pid [2021-02-18T14:20:43.627Z] +++ kill 8162 [2021-02-18T14:20:43.666Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-18T14:20:43.666Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-18T14:20:43.666Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-18T14:20:44.128Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-18T14:20:44.128Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-18T14:20:44.128Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-18T14:20:44.554Z] +++ /etc/init.d/apparmor stop [2021-02-18T14:20:44.814Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-18T14:20:44.814Z] [2021-02-18T14:20:44.814Z] Unloading profiles will leave already running processes permanently [2021-02-18T14:20:44.814Z] unconfined, which can lead to unexpected situations. [2021-02-18T14:20:44.814Z] [2021-02-18T14:20:44.814Z] To set a process to complain mode, use the command line tool [2021-02-18T14:20:44.814Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-18T14:20:44.814Z] +++ true [2021-02-18T14:20:44.814Z] exiting test-integration [2021-02-18T14:20:44.814Z] ++ exit 0 [2021-02-18T14:20:44.814Z] [2021-02-18T14:20:45.070Z] + exit 0 [2021-02-18T14:20:45.070Z] ++ jobs -p [2021-02-18T14:20:45.070Z] + pids= [2021-02-18T14:20:45.070Z] + echo 'Remaining pids to kill: []' [2021-02-18T14:20:45.070Z] Remaining pids to kill: [] [2021-02-18T14:20:45.070Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-18T14:20:45.079Z] Recording test results [2021-02-18T14:20:45.104Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-18T14:20:45.104Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-18T14:20:46.080Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-18T14:20:46.080Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-18T14:20:46.483Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-18T14:20:46.852Z] + echo Ensuring container killed. [2021-02-18T14:20:46.852Z] Ensuring container killed. [2021-02-18T14:20:46.852Z] + docker ps -aq -f name=docker-pr6-* [2021-02-18T14:20:46.852Z] + cids=a5609d922d86 [2021-02-18T14:20:46.852Z] 0eff3f2b91aa [2021-02-18T14:20:46.852Z] d61b24792abb [2021-02-18T14:20:46.852Z] + [ -n a5609d922d86 [2021-02-18T14:20:46.852Z] 0eff3f2b91aa [2021-02-18T14:20:46.852Z] d61b24792abb ] [2021-02-18T14:20:46.852Z] + docker rm -vf a5609d922d86 0eff3f2b91aa d61b24792abb [2021-02-18T14:20:47.630Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-18T14:20:47.630Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-18T14:20:49.368Z] a5609d922d86 [2021-02-18T14:20:49.368Z] 0eff3f2b91aa [2021-02-18T14:20:49.823Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-18T14:20:51.256Z] d61b24792abb [Pipeline] sh [2021-02-18T14:20:51.575Z] + echo Chowning /workspace to jenkins user [2021-02-18T14:20:51.575Z] Chowning /workspace to jenkins user [2021-02-18T14:20:51.575Z] + id -u [2021-02-18T14:20:51.575Z] + id -g [2021-02-18T14:20:51.575Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41974:/workspace busybox chown -R 1000:1000 /workspace [2021-02-18T14:20:51.575Z] Unable to find image 'busybox:latest' locally [2021-02-18T14:20:51.831Z] latest: Pulling from library/busybox [2021-02-18T14:20:51.831Z] 4c892f00285e: Pulling fs layer [2021-02-18T14:20:51.831Z] 4c892f00285e: Verifying Checksum [2021-02-18T14:20:51.831Z] 4c892f00285e: Download complete [2021-02-18T14:20:52.087Z] 4c892f00285e: Pull complete [2021-02-18T14:20:52.087Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-18T14:20:52.087Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-18T14:20:56.594Z] + bundleName=amd64 [2021-02-18T14:20:56.595Z] + echo Creating amd64-bundles.tar.gz [2021-02-18T14:20:56.595Z] Creating amd64-bundles.tar.gz [2021-02-18T14:20:56.595Z] + xargs tar -czf amd64-bundles.tar.gz [2021-02-18T14:20:56.595Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-18T14:20:56.932Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-18T14:20:57.395Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-18T14:20:57.395Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [Pipeline] archiveArtifacts [2021-02-18T14:20:57.969Z] Archiving artifacts [2021-02-18T14:20:59.629Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T14:20:59.986Z] + make clean [2021-02-18T14:20:59.986Z] docker volume rm -f docker-dev-cache [2021-02-18T14:21:00.241Z] docker-dev-cache [Pipeline] deleteDir [2021-02-18T14:21:01.157Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-18T14:21:01.157Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportFile [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-18T14:21:03.353Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-18T14:21:03.816Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-18T14:21:03.816Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-18T14:21:06.010Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T14:21:08.203Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-18T14:21:08.203Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-18T14:21:08.203Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-18T14:21:08.203Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-18T14:21:08.203Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-18T14:21:10.397Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-18T14:21:10.397Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-18T14:21:12.591Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-18T14:21:12.591Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-18T14:21:12.591Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-18T14:21:12.591Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-18T14:21:14.784Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-18T14:21:18.543Z] === RUN TestDockerSuite/TestInspectImage [2021-02-18T14:21:18.543Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-18T14:21:18.543Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-18T14:21:18.543Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-18T14:21:20.737Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-18T14:21:22.931Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-18T14:21:22.931Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-18T14:21:25.126Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-18T14:21:27.320Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-18T14:21:27.320Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-18T14:21:27.320Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-18T14:21:29.517Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-18T14:21:32.445Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-18T14:21:36.202Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-18T14:21:38.398Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-18T14:21:40.590Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-18T14:21:42.782Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-18T14:21:49.899Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-18T14:21:51.448Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-18T14:21:53.641Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-18T14:21:54.104Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-18T14:21:56.297Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-18T14:21:57.845Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-18T14:22:03.698Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-18T14:22:05.892Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-18T14:22:05.892Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-18T14:22:08.086Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-18T14:22:08.086Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-18T14:22:13.908Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-18T14:22:19.730Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-18T14:22:26.841Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-18T14:22:29.033Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-18T14:22:31.224Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-18T14:22:31.224Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-18T14:22:33.419Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-18T14:22:35.613Z] === RUN TestDockerSuite/TestLogsSince [2021-02-18T14:22:44.369Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-18T14:22:44.369Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-18T14:22:44.369Z] === RUN TestDockerSuite/TestLogsTail [2021-02-18T14:22:47.292Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-18T14:22:49.490Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestNetHostname [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-18T14:22:51.687Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginActive [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPortList [2021-02-18T14:22:52.152Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-18T14:22:56.867Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-18T14:23:01.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-18T14:23:01.582Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-18T14:23:10.188Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-18T14:23:10.188Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-18T14:23:20.554Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-18T14:23:32.977Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-18T14:23:32.977Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-18T14:23:32.977Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-18T14:23:45.401Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-18T14:23:49.161Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-18T14:23:56.265Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-18T14:24:00.022Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-18T14:24:00.022Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-18T14:24:00.022Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-18T14:24:04.740Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-18T14:24:04.740Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-18T14:24:04.740Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-18T14:24:04.740Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-18T14:24:04.740Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-18T14:24:13.345Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-18T14:24:13.345Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-18T14:24:14.322Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-18T14:24:14.322Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-18T14:24:15.870Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-18T14:24:16.332Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-18T14:24:16.332Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-18T14:24:21.047Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-18T14:24:24.806Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-18T14:24:26.999Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-18T14:24:57.016Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-18T14:24:57.016Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-18T14:24:58.564Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-18T14:24:58.564Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-18T14:24:58.564Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-18T14:24:59.542Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-18T14:25:03.300Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-18T14:25:08.017Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-18T14:25:08.017Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-18T14:25:11.777Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-18T14:25:11.777Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-18T14:25:11.777Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-18T14:25:26.638Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-18T14:25:28.185Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-18T14:25:28.649Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-18T14:25:35.857Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-18T14:25:39.615Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-18T14:25:46.721Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-18T14:25:51.440Z] === RUN TestDockerSuite/TestRmiTag [2021-02-18T14:25:51.440Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-18T14:25:53.634Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-18T14:26:11.375Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-18T14:26:12.354Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-18T14:26:17.069Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-18T14:26:17.532Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-18T14:26:19.725Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-18T14:26:19.725Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-18T14:26:19.725Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-18T14:26:24.440Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-18T14:26:26.636Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-18T14:26:28.830Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-18T14:26:35.938Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-18T14:26:38.129Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-18T14:26:38.129Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-18T14:26:48.488Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-18T14:26:50.035Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-18T14:26:50.035Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-18T14:26:52.962Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-18T14:26:52.962Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-18T14:26:52.962Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-18T14:26:55.157Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-18T14:26:57.352Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-18T14:26:59.545Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-18T14:27:01.737Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-18T14:27:01.737Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-18T14:27:01.737Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-18T14:27:01.737Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-18T14:27:03.927Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-18T14:27:03.927Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-18T14:27:03.927Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-18T14:27:03.927Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-18T14:27:03.927Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-18T14:27:05.474Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-18T14:27:11.294Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-18T14:27:12.841Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-18T14:27:12.841Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-18T14:27:12.841Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-18T14:27:12.841Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-18T14:27:15.033Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-18T14:27:17.962Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-18T14:27:17.962Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-18T14:27:20.165Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-18T14:27:20.165Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-18T14:27:20.165Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-18T14:27:20.165Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-18T14:27:22.357Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-18T14:27:24.550Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-18T14:27:26.742Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-18T14:27:28.933Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-18T14:27:32.690Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-18T14:27:32.690Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-18T14:27:33.154Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-18T14:27:33.154Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-18T14:27:33.154Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-18T14:27:33.154Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-18T14:27:33.154Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-18T14:27:40.263Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-18T14:27:40.263Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunMount [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-18T14:27:41.816Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-18T14:27:48.921Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-18T14:27:48.921Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-18T14:27:48.921Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-18T14:27:48.921Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-18T14:27:53.721Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-18T14:27:58.443Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-18T14:27:59.998Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-18T14:28:02.190Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-18T14:28:04.380Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-18T14:28:05.356Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-18T14:28:07.547Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-18T14:28:08.010Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-18T14:28:10.957Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-18T14:28:10.957Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-18T14:28:10.957Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-18T14:28:10.957Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-18T14:28:11.420Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-18T14:28:11.420Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-18T14:28:20.028Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-18T14:28:20.028Z] === RUN TestDockerSuite/TestRunRm [2021-02-18T14:28:21.575Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-18T14:28:27.396Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-18T14:28:28.942Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-18T14:28:31.142Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-18T14:28:33.335Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-18T14:28:36.257Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-18T14:28:36.257Z] === RUN TestDockerSuite/TestRunState [2021-02-18T14:28:36.257Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-18T14:28:38.449Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-18T14:28:38.449Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-18T14:28:39.996Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-18T14:28:39.996Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-18T14:28:39.996Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-18T14:28:39.996Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-18T14:28:40.459Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-18T14:28:40.459Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-18T14:28:45.180Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-18T14:28:47.372Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-18T14:28:47.372Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-18T14:28:49.562Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-18T14:28:49.562Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-18T14:28:49.562Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-18T14:28:58.166Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-18T14:29:03.988Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-18T14:29:08.706Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-18T14:29:14.526Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-18T14:29:14.526Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-18T14:29:14.526Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-18T14:29:16.723Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-18T14:29:18.914Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-18T14:29:21.105Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-18T14:29:25.011Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-18T14:29:26.558Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-18T14:29:28.751Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-18T14:29:33.462Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-18T14:29:35.654Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-18T14:29:35.654Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-18T14:29:36.117Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-18T14:29:36.117Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-18T14:29:38.308Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-18T14:29:44.127Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-18T14:29:44.127Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-18T14:29:52.738Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-18T14:29:52.738Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-18T14:29:55.662Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-18T14:29:55.662Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-18T14:29:55.662Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-18T14:29:55.662Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-18T14:29:55.662Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-18T14:30:01.481Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-18T14:30:03.029Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-18T14:30:05.224Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-18T14:30:05.224Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-18T14:30:07.415Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-18T14:30:25.153Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-18T14:30:26.701Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-18T14:30:26.701Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-18T14:30:29.628Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-18T14:30:29.628Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-18T14:30:30.091Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-18T14:30:30.091Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-18T14:30:30.091Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-18T14:30:38.700Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-18T14:30:38.700Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-18T14:30:38.700Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-18T14:30:38.700Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-18T14:30:38.700Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-18T14:30:45.809Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-18T14:30:45.809Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-18T14:30:45.809Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-18T14:31:00.678Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-18T14:31:00.678Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite (2368.16s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T14:31:00.678Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (92.26s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.34s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T14:31:00.678Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-18T14:31:00.678Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.43s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T14:31:00.678Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T14:31:00.678Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.04s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.18s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-02-18T14:31:00.678Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.10s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.34s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.69s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-18T14:31:00.678Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.27s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.80s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.94s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.30s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.50s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.77s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.45s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.52s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.56s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddTar (48.47s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.66s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.45s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.42s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.38s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.78s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.30s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.44s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.10s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.20s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.20s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.03s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.15s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T14:31:00.678Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.93s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.00s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.88s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.87s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.36s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.06s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.88s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.57s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.03s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.61s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.47s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.68s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (7.97s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.55s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.48s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignore (73.59s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.21s) [2021-02-18T14:31:00.678Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-02-18T14:31:00.678Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (73.53s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.47s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.69s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.06s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.19s) [2021-02-18T14:31:00.678Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.85s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.02s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.91s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.32s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (101.14s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.51s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.00s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.01s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.99s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.41s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.20s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.43s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.39s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.53s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFails (7.00s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.25s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.20s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.82s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.29s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.86s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.95s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildHistory (9.66s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.86s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.57s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.15s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabel (0.83s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.83s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabels (0.90s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.44s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.11s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.49s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.52s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.36s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.88s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.03s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.60s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.53s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.06s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.00s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.67s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.56s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.01s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.25s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.99s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.16s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.19s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.37s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.17s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.54s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.75s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.93s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.29s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.95s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.02s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.55s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (26.69s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildRm (11.92s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.16s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T14:31:00.679Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.22s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.31s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.29s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.06s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.19s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.57s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.42s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.26s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildStderr (3.99s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.81s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.86s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.09s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.24s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.85s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.79s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.61s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.65s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.79s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.98s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.05s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.50s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.15s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.07s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.93s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.12s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.38s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.74s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-02-18T14:31:00.679Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.26s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.09s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitChange (4.51s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.09s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.26s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitTTY (11.91s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (9.13s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T14:31:00.679Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-18T14:31:00.679Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.12s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.35s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.13s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.17s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.33s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.41s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.09s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.08s) [2021-02-18T14:31:00.679Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-02-18T14:31:00.679Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T14:31:00.679Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.16s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.18s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.24s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.93s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.53s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.31s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.62s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.12s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.05s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.05s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.94s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.45s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.07s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.21s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.89s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.86s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (27.61s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.47s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.49s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.48s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.57s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00098edc0_} (2.44s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1964685286_c:\foo_false____} (7.63s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1964685286_c:\foo_true____} (2.50s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.27s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.27s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.34s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.10s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.43s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.14s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.29s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToDot (7.17s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCpToStdout (7.15s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.96s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.16s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.15s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.00s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.58s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateRM (0.27s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.28s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.07s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.07s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:00.680Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.13s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:00.680Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-02-18T14:31:00.680Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.26s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.20s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.21s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.35s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsCopy (4.52s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.05s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.24s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.73s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.51s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.52s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.94s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFilters (4.47s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFormat (4.50s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T14:31:00.680Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.680Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-02-18T14:31:00.680Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsRename (2.28s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsResize (2.68s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.22s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.44s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.58s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.77s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T14:31:00.681Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.89s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.89s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T14:31:00.681Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T14:31:00.681Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T14:31:00.681Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.89s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.03s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.08s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.91s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.69s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.14s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecInspectID (4.69s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T14:31:00.681Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.38s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-02-18T14:31:00.681Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.32s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.88s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.01s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.00s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.96s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T14:31:00.681Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.99s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.93s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.60s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.92s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.30s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.57s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T14:31:00.681Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T14:31:00.681Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.17s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.11s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T14:31:00.681Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T14:31:00.681Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.11s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectDefault (2.11s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectHistory (3.99s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.25s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.16s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.10s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.08s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectStatus (2.59s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.14s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.12s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.03s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.07s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (6.88s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.13s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.26s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.89s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.85s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.51s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.29s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T14:31:00.681Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.20s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.98s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.05s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.23s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.71s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.43s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.23s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.20s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsSince (8.87s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsTail (2.63s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.44s) [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.17s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T14:31:00.681Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T14:31:00.681Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.681Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.36s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T14:31:00.682Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.29s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsByOrder (8.77s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.96s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.03s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.45s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.52s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.75s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.43s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.48s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.52s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.93s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-18T14:31:00.682Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.99s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.96s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.46s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.57s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.77s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.64s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.17s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.95s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.09s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.58s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.63s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.21s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.78s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.11s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.09s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.36s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.69s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.53s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.30s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.06s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.93s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.32s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.73s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.13s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.15s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.18s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunBindMounts (9.43s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.12s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.06s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.89s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.21s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.22s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.16s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.31s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.74s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.97s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.14s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.20s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.43s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.37s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunExitCode (2.24s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.58s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.08s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.15s) [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.70s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.05s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.682Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.68s) [2021-02-18T14:31:00.682Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-18T14:31:00.682Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.97s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.89s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.32s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.28s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.26s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.23s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.03s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.15s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.79s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunRm (2.23s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.42s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.28s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.20s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.38s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.44s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.09s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.91s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.69s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.13s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.13s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.73s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.56s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.39s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.91s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.08s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.46s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.22s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.16s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.94s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.61s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.06s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.08s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.31s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.60s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.70s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.24s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.11s) [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.37s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.683Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.03s) [2021-02-18T14:31:00.683Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T14:31:00.683Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-18T14:31:00.684Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.50s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.76s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.37s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.60s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.35s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T14:31:00.684Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s) [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-18T14:31:00.684Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-18T14:31:00.684Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-18T14:31:00.684Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-18T14:31:00.684Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-18T14:31:00.684Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-18T14:31:00.684Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] === RUN TestDockerDaemonSuite [2021-02-18T14:31:00.684Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-18T14:31:00.684Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-18T14:31:00.684Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-18T14:31:00.684Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.684Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T14:31:00.684Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] === RUN TestDockerSwarmSuite [2021-02-18T14:31:00.685Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-18T14:31:00.685Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-18T14:31:00.685Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] === RUN TestDockerExternalVolumeSuite [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] === RUN TestDockerNetworkSuite [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] === RUN TestDockerHubPullSuite [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-18T14:31:00.685Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] PASS [2021-02-18T14:31:00.685Z] ok github.com/docker/docker/integration-cli 2368.682s [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === Skipped [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-18T14:31:00.685Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-18T14:31:00.685Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-18T14:31:00.685Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-18T14:31:00.685Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-18T14:31:00.685Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-02-18T14:31:00.685Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-18T14:31:00.685Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-18T14:31:00.685Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-18T14:31:00.685Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.685Z] [2021-02-18T14:31:00.685Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-18T14:31:00.685Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-02-18T14:31:00.686Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-02-18T14:31:00.686Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-18T14:31:00.686Z] [2021-02-18T14:31:00.686Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T14:31:00.686Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-02-18T14:31:01.150Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-18T14:31:01.150Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-18T14:31:01.150Z] docker_cli_sni_test.go:18: Flakey test [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2021-02-18T14:31:01.150Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-18T14:31:01.150Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-18T14:31:01.150Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.150Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T14:31:01.150Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-18T14:31:01.150Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.150Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-18T14:31:01.151Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:01.151Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-18T14:31:01.151Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-18T14:31:01.151Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-18T14:31:01.151Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-18T14:31:01.151Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-18T14:31:01.151Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.151Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T14:31:01.151Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-18T14:31:01.151Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.151Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-18T14:31:01.152Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-02-18T14:31:01.152Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-18T14:31:01.152Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-18T14:31:01.152Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-18T14:31:01.152Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-18T14:31:01.152Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-18T14:31:01.152Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-18T14:31:01.152Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-02-18T14:31:01.152Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T14:31:01.152Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-18T14:31:01.152Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-18T14:31:01.152Z] [2021-02-18T14:31:01.152Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-18T14:31:01.153Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-18T14:31:01.153Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-18T14:31:01.153Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.153Z] [2021-02-18T14:31:01.153Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T14:31:01.153Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.154Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-18T14:31:01.154Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-18T14:31:01.154Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.154Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-18T14:31:01.155Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T14:31:01.155Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-18T14:31:01.155Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.155Z] [2021-02-18T14:31:01.155Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-18T14:31:01.156Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T14:31:01.156Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-18T14:31:01.156Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.156Z] [2021-02-18T14:31:01.156Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-18T14:31:01.157Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.157Z] [2021-02-18T14:31:01.157Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-18T14:31:01.157Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.157Z] [2021-02-18T14:31:01.157Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-18T14:31:01.157Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.157Z] [2021-02-18T14:31:01.157Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-18T14:31:01.157Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.157Z] [2021-02-18T14:31:01.157Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-18T14:31:01.157Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.157Z] [2021-02-18T14:31:01.157Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T14:31:01.157Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T14:31:01.621Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-18T14:31:01.621Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] DONE 1093 tests, 547 skipped in 2376.979s [2021-02-18T14:31:01.621Z] INFO: Integration tests ended at 02/18/2021 14:31:01. Duration:00:39:37.0959194 [2021-02-18T14:31:01.621Z] INFO: Docker info of the daemon under test at end of run [2021-02-18T14:31:01.621Z] [2021-02-18T14:31:01.621Z] Containers: 2 [2021-02-18T14:31:01.621Z] Running: 0 [2021-02-18T14:31:01.621Z] Paused: 0 [2021-02-18T14:31:01.621Z] Stopped: 2 [2021-02-18T14:31:01.621Z] Images: 18 [2021-02-18T14:31:01.621Z] Server Version: 0.0.0-dev [2021-02-18T14:31:01.621Z] Storage Driver: windowsfilter [2021-02-18T14:31:01.621Z] Windows: [2021-02-18T14:31:01.621Z] Logging Driver: json-file [2021-02-18T14:31:01.621Z] Plugins: [2021-02-18T14:31:01.621Z] Volume: local [2021-02-18T14:31:01.622Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-18T14:31:01.622Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-18T14:31:01.622Z] Swarm: inactive [2021-02-18T14:31:01.622Z] Default Isolation: process [2021-02-18T14:31:01.622Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-18T14:31:01.622Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-18T14:31:01.622Z] OSType: windows [2021-02-18T14:31:01.622Z] Architecture: x86_64 [2021-02-18T14:31:01.622Z] CPUs: 4 [2021-02-18T14:31:01.622Z] Total Memory: 32GiB [2021-02-18T14:31:01.622Z] Name: azwin-2-75e650 [2021-02-18T14:31:01.622Z] ID: OQPD:3RUT:K27S:3WSV:MQP3:XHEZ:COXX:CISR:3SLG:WVOH:UOOK:ZQIM [2021-02-18T14:31:01.622Z] Docker Root Dir: D:\CI\PR-41974\6\daemon [2021-02-18T14:31:01.622Z] Debug Mode (client): false [2021-02-18T14:31:01.622Z] Debug Mode (server): true [2021-02-18T14:31:01.622Z] File Descriptors: -1 [2021-02-18T14:31:01.622Z] Goroutines: 17 [2021-02-18T14:31:01.622Z] System Time: 2021-02-18T14:31:01.1729659Z [2021-02-18T14:31:01.622Z] EventsListeners: 0 [2021-02-18T14:31:01.622Z] Registry: https://index.docker.io/v1/ [2021-02-18T14:31:01.622Z] Labels: [2021-02-18T14:31:01.622Z] Experimental: false [2021-02-18T14:31:01.622Z] Insecure Registries: [2021-02-18T14:31:01.622Z] 127.0.0.0/8 [2021-02-18T14:31:01.622Z] Live Restore Enabled: false [2021-02-18T14:31:01.622Z] [2021-02-18T14:31:01.622Z] [2021-02-18T14:31:01.622Z] INFO: Stopping daemon under test [2021-02-18T14:31:01.622Z] SUCCESS: The process with PID 5936 (child process of PID 5924) has been terminated. [2021-02-18T14:31:01.622Z] SUCCESS: The process with PID 5924 (child process of PID 3524) has been terminated. [2021-02-18T14:31:01.622Z] INFO: Stop tailing logs of the daemon under tests [2021-02-18T14:31:01.622Z] INFO: executeCI.ps1 Completed successfully at 02/18/2021 14:31:01. [2021-02-18T14:31:01.622Z] INFO: Tidying up at end of run [2021-02-18T14:31:01.622Z] INFO: Saving daemon under test log (d:\CI\PR-41974\6\dut.out) to bundles\CIDUT.out [2021-02-18T14:31:01.622Z] INFO: Saving daemon under test log (d:\CI\PR-41974\6\dut.err) to bundles\CIDUT.err [2021-02-18T14:31:01.622Z] INFO: Nuke-Everything... [2021-02-18T14:31:02.084Z] INFO: Container count on control daemon to delete is 2 [2021-02-18T14:31:02.547Z] da1bd5707095 [2021-02-18T14:31:02.547Z] 5ea35719d061 [2021-02-18T14:31:02.547Z] INFO: Tidying pidfile d:\CI\PR-41974\6\docker.pid [2021-02-18T14:31:02.547Z] INFO: Nuking d:\CI [2021-02-18T14:31:27.758Z] INFO: Zapped successfully [2021-02-18T14:31:27.758Z] [2021-02-18T14:31:27.758Z] INFO: executeCI.ps1 exiting at Thu Feb 18 14:31:26 CUT 2021. Duration 01:02:12.7359052 [2021-02-18T14:31:27.758Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-18T14:31:28.007Z] Recording test results [2021-02-18T14:31:35.305Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-18T14:31:36.811Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-18T14:31:38.579Z] Archiving artifacts [2021-02-18T14:31:52.690Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41974/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-18T14:31:53.635Z] + make clean [2021-02-18T14:31:55.831Z] docker volume rm -f docker-dev-cache [2021-02-18T14:31:55.831Z] 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